这个一系列的函数列表,就是一个追溯了。
下方提供了无线承载网络的函数列表和用户最常用的一些操作命令
The following is a list of the wireless Hosted Network functions and the common actions from an end user viewpoint that the function that would be used for
清单7.infofunctions命令得到的函数列表。
你可以在此项设置中创建一个函数列表来禁用这些函数。
It can be set to a list of functions that you would like disabled in your PHP installation.
调用堆栈是某个时间点处理器上处于活动状态的函数列表。
A call stack is the list of functions that are active on a processor at a point in time.
设计应用程序时,你或许将开发函数列表中的某一功能,你想要在应用程序内存在,但是不懂相关知识或者没有时间添加。
When designing an application, you'll probably develop a list of functions and features that you want to see in the application but don't have the knowledge or the time to add.
传给load_biz _ rules的参数是broker进程的ID和业务规则所在的文件;返回的是一个Erlang函数列表。
The arguments applied to the load_biz_rules are the broker process id and the file name containing business rules; the return value is a list of Erlang functions.
函数列表视图是一种典型的运行时分析视图,它能够由特殊的运行时分析工具(如rational Quantify)创建(见图5)。
Function List view is a typical runtime analysis view that can be generated with a specialized runtime analysis tool such as Rational Quantify (see Figure 5).
然后构造函数打印出一条警告消息指明没有回调函数,因为列表是不可变的,所以我们没有机会用一个新的值来替代现有的回调函数列表。
The constructor then prints a warning message that there are no callbacks, since lists are immutable and there is no way to replace the callback list val with a new one.
virtio_driver结构定义上层设备驱动程序、驱动程序支持的设备ID的列表、一个特性表单(取决于设备类型)和一个回调函数列表。
The virtio_driver structure defines the upper-level device driver, list of device IDs that the driver supports, a features table (dependent upon the device type), and a list of callback functions.
visit - node获取一个访问者函数列表,其中每个函数都有一个返回上下文映射的签名(fn [nodestate]),上下文映射中可能包含键:node、: state、: stop或:jump。
Visit-node takes a list of visitor functions, each with a signature (fn [node state]) that returns a context map, which can contain the keys: node, : state, : stop, or: jump.
持久化参数信息,提供了一个参数列表,可以为每一个过程或函数输入参数值,并且持久化保存这些值。
Persist parameter information provides the list of parameters for which the values can be entered for each procedure or function, and these values are persisted.
可以在同一个函数中同时使用命名参数和可变参数,只需要将可变参数的省略号放在命名参数列表之后。
Named and variadic parameters can be used in the same function, simply by placing the variadic ellipsis after the list of named parameters.
第一个参数是函数名,第二个参数是参数列表,第三个参数是希望执行的代码。
The first argument is the function name, the second the argument list, and the third is the code you wish to execute.
参数列表中的参数是该函数发送给其他函数调用的参数,而非其自身的参数。
The parameter list is for parameters that this function sends to other function calls, not for its own parameters.
不管参数列表区域多大,被调用的函数总可以知道每个参数的精确偏移量。
This way, the function being called can know the exact offset of each parameter, no matter how big the parameter list area is.
当函数返回到进行调用的函数时,后者一定不能依赖于仍在栈中的参数列表。
The calling function must not depend on the parameter list still being on the stack when your function returns to it.
记住,参数列表区是针对函数的所有调用定义的,因此可能会比任何单次函数调用需要的空间都大。
Remember, the parameter list area is defined for all of the calls made by a function, and therefore will likely be bigger than necessary for any individual function call.
例如,Pyrex主页上使用一个计算素数列表的数学函数来宣扬这个特性。
For example, the Pyrex home page prominently features a numeric-intensive function for calculating a list of initial prime Numbers.
例如,在清单4中的CommentBlock函数,假设评论人可能是最需要的可选参数,所以将其放置在参数列表的第一位。
The CommentBlock function in Listing 4, for example, assumes that the comment introducer is the optional argument that is most likely to be needed, and so places it first in the parameter list.
Vimscript中的函数使用function关键字定义,后跟函数名,然后是参数列表(这是强制的,即使该函数没有参数)。
Functions in Vimscript are defined using the function keyword, followed by the name of the function, then the list of parameters (which is mandatory, even if the function takes no arguments).
注,此函数仍使用concat 2函数,但是使用参数列表作为输入。
Note that this function still USES the concat2 function, but takes as its input a parameter list.
这里惟一的诀窍是,我需要将参数列表输出到每个构造函数或方法中。
The only trick here is that I need to output the list of parameters to each constructor or method.
该表是目录列表的可视化表示,因此需要一个函数列出目录中的所有图像。
Since the table is a visual representation of a directory listing, we need a function to list all the images in a directory.
主构造函数,类的主题,有一个参数列表来接受标签字符串和回调函数的列表。
The primary constructor, which is the body of the entire class, has a parameter list that takes a label string and a list of callback functions.
一开始导入需要模块和注册不同的函数去创建个体(浮点数列表),求解的是一个最小化二目标适应度问题。
First import the required modules and register the different functions required to create individuals that are lists of floats with a minimizing two objectives fitness.
Traits不支持辅助构造函数,它们也不支持在主构造函数,trait的主体里的参数列表。
Traits don't support auxiliary constructors, nor do they accept an argument list for the primary constructor, the body of a trait.
要调用函数并使用它的返回值作为语言表达式的一部分,只需要命名它并附加一个使用圆括号括起的参数列表。
To call a function and use its return value as part of a larger expression, simply name it and append a parenthesized argument list.
用相同的参数列表调用admin( )和task( )函数的效果是相同的,但是它们返回的表示操作结果的值有不同的数据类型。
The effects of calling the admin( ) and task( ) functions with the same argument list are equivalent, but their return values, which indicate the result of the operation, have different data types.
类中的函数定义通常包括了一个特殊形式的参数列表,用于方法调用约定——同样我们在后面讨论这些。
The function definitions inside a class normally have a peculiar form of argument list, dictated by the calling conventions for methods — again, this is explained later.
应用推荐