function declaration中文,function declaration的意思,function declaration翻译及用法

2026-04-13 06:48 浏览次数 14

function declaration

英[ˈfʌŋkʃən ˌdekləˈreiʃən]美[ˈfʌŋkʃən ˌdɛkləˈreʃən]

功能说明;函数说明

function declaration 片语

片语

function of public declaration公示功能

function s declaration函数声明

FUNCTION ARG DECLARATION函数参数申明

function declaration statement翻译

function prototype declaration函数原型声明

function n declaration函数声明

function declaration hoisting函数声明提升

function declaration part函数宣告部分

Function type declaration函数类型声明

function declaration 例句

英汉例句

  • so vimscript provides a keyword modifier (function!) that allows you to indicate that a function declaration may be safely reloaded as often as required

    因此vimscript提供了一个关键字修饰符(function!)

  • in dojo.subscribe the context is passed before the function declaration (listing 12).

    在dojo.subscribe 中,上下文是在函数声明之前传递的(参见清单12)。

  • a function declaration can now include a description of the arguments of the function;

    现在一个函数声明可以包含描述参数的信息;

  • if you specify annotations on the function declaration then you do not have to specify them on the function definition.

    如果在函式宣告上指定附注,就不需要在函式定义上指定。

  • a function declaration may be recursive—that is, it may reference itself.

    函数声明可以递归——就是说,它可以引用它自己。

  • a function declaration consists of a return type, the function name, and parameter list.

    函数声明由函数返回类型、函数名和形参列表组成。

  • def createemployee(**args) takes argument as dictionary argsand shows how flexible jython function declaration can be.

    defcreateemployee(**args) 接收参数为字典args ,并显示jython函数声明是多么灵活。

  • you can go to a function declaration by double-clicking on the function name in class view.

    在「类视图」中,双击函数名可以转到函数声明。

  • parameter names in a function declaration are ignored. if a name is given in a declaration, it should serve as a documentation aid.

    函数声明中的形参名会被忽略,如果在声明中给出了形参的名字,它应该用作辅助文档。

  • an external function is a type of function declaration that opens the door for implementations to allow the user to define the body of the function in a different programming language.

    外部函数是一种开放实现的函数声明类型,用户可以用不同的编程语言定义函数体。

相关热词