英语人>词典>汉英 : 函数名 的英文翻译,例句
函数名 的英文翻译、例句

函数名

词组短语
function name
更多网络例句与函数名相关的网络例句 [注:此内容来源于网络,仅供参考]

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

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

We call our function, in this case, by using the function name and putting the parameters after.

这样一来,我们调用我们的函数,只要调用函数名并在其后加上适当的参数就可以了。

Also note that you must call a function with the exact same capitals as in the function name.

还有一点要注意的,你所调用的函数名必须和你建立的函数名相一致。

Also note that you mustcall a function with the exact same capitals as in the function name.

还有一点要注意的,你所调用的函数名必须和你建立的函数名相一致。

The function library consists of a mapping from function names to functions.

函数库是一个从函数名到函数的映射。

The actual byte-compiled code as a code object is one attribute belonging to a function. Along with the code object, a function's attributes also consist of the administrative support that a function requires, including its name, documentation string, default arguments, and global namespace.

事实上代码对象是函数的一个属性)一个函数除了有代码对象属性以外,还有一些其它函数必须的属性,包括函数名,文档字符串,默认参数,及全局名字空间等等。

In PL/1, a parenthesized list of one or more arguments, separated by commas, following an entry-name constant, an entry-name variable, a generic name, or a built-in function name.

程序设计语言pl/中一个带括号的表,内有一个或多个自变量用逗号隔开,其前为入口名常数、口名变量、类属名或内部函数名

In PL / 1,a parenthesized list of one or more arguments,separated by comma s,following an entry - name constant,an entry - name variable,a generic name,or a built - in function name.

程序设计语言PL;1中一个带括号的表,内有一个或多个自变量用逗号隔开,其前为入口名常数、入口名变量、类属名或内部函数名

Function filter_profanity { global $profanities; foreach($profanities as $profanity){$content=str_ireplace($profanity,'{censored}',$content);} return $content

注:牢记其它的插件或者WordPress核心可能已经正在使用你已经想到的函数名。更多的信息请看避免函数名重叠。

Special attributes: func doc or doc is the function's documentation string, or None if unavailable; func name or name is the function's name; module is the name of the module the function was dened in, or None if unavailable; func defaults is a tuple containing default argument values for those arguments that have defaults, or None if no arguments have a default value; func code is the code object representing the compiled function body; func globals is the dictionary that holds the function's global variables — it denes the global namespace of the module in which the function was dened; func dict or dict contains the namespace supporting arbitrary function attributes; func closure is None or a tuple of cells that contain bindings for the function's free variables.

func defaults是一个包括有参数中设有默认值的元组;func name 或 name 是函数名。func code是一个编译后的代码对象;func globals是一个引用,指向保存了函数的全局变量的字典—-如果你在函数所在模块中定义了全局变量的话。func dict或 dict 包括了支持任意函数属性的名字空间;func closure 要么是None,要么是包括有函数自由变量捆绑的单元的元组。

更多网络解释与函数名相关的网络解释 [注:此内容来源于网络,仅供参考]

function name:函数名

当然,我们不能忘了在第二帧中调用第五帧中的程序,所以我们还要给第五帧取一个卷标(Label)就像C域严重的函数名(Function Name)一样. 我们把第五帧的Label定为program(在Timeline区第五帧的方格点右键,在弹出的菜单中选择Properties...

illegal function name:非法函数名

illegal element name 非法元素名 | illegal function name 非法函数名 | illegal gains 非法所得

intrinsic function name:内在函数名

intrinsic function 内在函数,固有函数 | intrinsic function name 内在函数名 | intrinsic function reference 内在函数引用

external function name:外函数名

external function 外部函数 | external function name 外函数名 | external function reference 外函数引用

statement function name:语句函数名

statement function definition statement 语句函数的定义语句 | statement function name 语句函数名 | statement function reference 语句函数的引用,语句函数引用

function return value:函数返回值

992function name函数名 | 993function return value函数返回值 | 994functional block功能块

info func:显示所有的函数名

info files 显示被调试文件的详细信息 | info func 显示所有的函数名 | info local 显示当函数中的局部变量信息

info func:命令:显示所有的函数名

info files命令:显示调试文件的信息. | info func命令:显示所有的函数名. | info local命令:显示当前函数所有局部变量的信息

info local:显示当前函数中的局部变量信息

info func 显示所有的函数名 | info local 显示当前函数中的局部变量信息 | info prog 显示当前被调试程序的执行状态

overloaded function:重载函数

重载函数(overloaded function)是C++支持的一种特殊函数,C++编译器对函数重载的判断更是C++语言中最复杂的内容之一 首先我们先明确一下重载函数的定义:在相同的声明域中的函数名相同的,而参数表不同的,即通过函数的参数表而唯一标识并且来区分函数的一种特殊的函