In screen.h, add the function definition.
在screen . h中,添加函数定义。
The function definition is incorrect.
该函数的定义不正确。
The first line of a function definition.
函数头:函数定义的第一行。
The function definition takes one input parameter.
函数定义接受一个输入参数。
Listing 27. Alternate function definition within bash.
清单27.bash中的另一种函数定义。
The semicolon is an or operator between each function definition.
分号是每个函数定义之间的“或”操作符。
The syntax of a for statement is similar to a function definition.
for语句的语法跟函数定义有点相似。
If you declare a variable inside a function definition, that variable is local.
如果在函数定义内声明一个变量,则该变量为局部变量。
A function definition introduces the function name in the current symbol table.
函数定义在当前符号表中引入函数名。
The third part is punitive compensation nature analysis and function definition.
第三部分,惩罚性赔偿的性质分析和功能界定。
The cbfunc function can the use it directly in its code. The function definition is.
cbfunc然后可以在它的代码中直接使用它。
We can specify default argument (s) in either the function definition or declaration.
既可以在函数声明也可以在函数定义中指定默认实参。
You can do this by using two input parameters in the function definition, as shown in Listing 3.
在函数定义中使用两个输入参数即可实现这一功能,如清单3所示。
A string that appears at the top of a function definition to document the function's interface.
文档字符串:一个在函数定义的顶部的字符串,讲解函数的交互界面。
Closures are functions that reference variables from the scope enclosing the function definition.
闭包本质上是一个函数和其引用的变量的统一定义。
Source file containing the function definition, scrolled to the start of the function definition.
包含函式定义的原始程序档,卷动至函式定义的开头。
Templates let us write a single class or function definition that can be used on a variety of types.
使用模板可以编写一个类定义或函数定义,而用于多个不同的数据类型。
Therefore, the header file should include the prototype of the function and also a dummy function definition.
因此,头文件应该包含函数的原型和一个虚拟的函数定义。
This method of function definition is ideal when the arguments and function result will always be strings.
当函数的参数和结果总是字符串时,该函数定义方法是一个理想方法。
The first line of a function definition, also known as the method signature, begins with def (shorthand for define).
函数定义的第一行也称为方法签名(method signature),以def开头(def是define这个单词的缩写)。
A value created by a function definition. The name of the function is a variable that refers to a function object.
函数对象:由函数定义所创建的值,函数名字指代了这一函数对象。
Variables to be imported from the outside environment are specified in the use clause of the closure function definition.
从外部环境中导入的变量是在闭包函数定义的use子句中指定的。
Function definition section: the function definition section allows you to define the following function attributes for ids.
Function definition区段:函数定义区段允许您为IDS定义以下函数属性。
The statements inside the function do not run until the function is called, and the function definition generates no output.
函数定义中的语句直到函数被调用的时候才会运行,函数的定义本身不会有任何输出。
We give the commutative of compound function definition and prove the existence of common fixed points of a function sequence.
本文定义了两个函数复合可交换的概念,并证明了函数列存在公共不动点。
Describes the concept of type annotation and how to use it in a function definition to control the input and output data types.
描述类型批注的概念,以及如何在函数定义中使用它来控制输入和输出数据类型。
In the function invocation, the order of parameters passed in corresponds to the the order of XSL: params in the function definition.
函数调用中传递的参数顺序与函数定义中xsl:param的顺序对应。
Known as lambda calculus, it was designed to investigate the function definition and application, as well as the concept of recursion.
它被称为lambda演算,用于研究函数定义与应用程序以及递归概念。
The link step resolves interfile dependencies, such as linking a function call in one file to a function definition contained in a second file.
链接步骤解决了文件间的依赖,如将一个文件中的函数调用链接到另一个文件中的函数定义。
Scala regards a method with the equals sign before the body as a function definition and a function always returns a value in functional programming.
Scala把主体之前的部分包含等于号作为函数定义,而一个函数在函数式编程中永远都有返回值。
应用推荐