测量实例1:函数列表视图。
自定义函数列表长度的方案吗?
这个一系列的函数列表,就是一个追溯了。
下方提供了无线承载网络的函数列表和用户最常用的一些操作命令
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.
(要获得受safe_mode更改影响的函数列表的链接,请参见参考资料)。
For a link to a list of the functions affected by this safe_mode change, see Resources.
设计应用程序时,你或许将开发函数列表中的某一功能,你想要在应用程序内存在,但是不懂相关知识或者没有时间添加。
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.
load_biz _ rules的最后一行执行了一次列表推导(list comprehension),构建并返回一个函数列表。
The last line of load_biz_rules performs list comprehension to build and return a list of functions.
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.
假定将任意参数列表传递给上面的函数。
Assume an arbitrary argument list is passed to the above function.
参数列表中的参数是该函数发送给其他函数调用的参数,而非其自身的参数。
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.
lambda的第一个参数是函数可以取得的参数列表。
The first argument to lambda is the list of arguments the function can take.
可以使用range()函数来生成一个整数列表。
The range() function can be used to generate a list of integers.
例如,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.
应用推荐