Evaluating a list treats the first element as a list function and the other elements as function arguments.
对列表求值时将第一个元素看作列表函数,将其他元素看作函数参数。
In addition to allowing users to export their content, he said, "We're also coming up with a list function."
除了用户导出内容外,他说:“我们正在开发一系列功能。”
Two particularly useful procedural list functions are filter and map . The filter function takes a list and removes those elements that fail to meet some specified criterion.
两个非常有用的过程列表函数是filter和map 。
In almost every case (the notable exception being string ), a list function applied to a dictionary behaves as if the function had been passed a list of the values of the dictionary.
几乎在所有的情况(最显著的例外是string)下,一个应用到字典的列表函数的行为就像该函数收到了该字典的一个值列表。
If a measure has more than one aggregation function in its list of aggregations, then the measure is an asymmetric measure.
如果一个度量在它的聚合列表中有多个聚合函数,那么这个度量就是非对称的度量。
As you can see, this creates a brand new list that is the result of applying the function to every element of the original list.
如您所见,这样就可以创建出一个全新的列表,这个列表是将函数应用到原始列表中每个元素的结果。
If a query has a function template in a predicate or a select list, the function template must be part of the materialized query table.
如果查询在谓词或选择列表中具有一个函数模板,那么该函数模板必须是物化查询表的一部分。
Finally, we invoke the first item in the list as a function with the rest of the items as arguments.
最后,我们将列表中的第一个项作为函数调用,并将其他项作为参数。
The parameter list is for parameters that this function sends to other function calls, not for its own parameters.
参数列表中的参数是该函数发送给其他函数调用的参数,而非其自身的参数。
There are many tools from IBM, as well as outside IBM, that have XML capabilities included in their function list.
有很多IBM所提供的工具,以及其他来源的工具,在其功能清单中包含了XML功能。
During week 1 of an iteration, the senior architects presented the proposed candidate function list.
在迭代的第1周中,高级架构师提出建议的候选功能列表。
The first argument is the function name, the second the argument list, and the third is the code you wish to execute.
第一个参数是函数名,第二个参数是参数列表,第三个参数是希望执行的代码。
Since the table is a visual representation of a directory listing, we need a function to list all the images in a directory.
该表是目录列表的可视化表示,因此需要一个函数列出目录中的所有图像。
Do not try to include every function that your users' wish list, even if they think they really need it.
不要试图包括用户希望列出的每一项功能,即便他们真的需要。
This function takes two parameters — the first is the HTML select list to sort, and the second is the comparison function.
该函数带有两个参数——第一个参数是要排序的HTML选择列表,第二个参数是比较函数。
The calling function must not depend on the parameter list still being on the stack when your function returns to it.
当函数返回到进行调用的函数时,后者一定不能依赖于仍在栈中的参数列表。
With this captured information, we can create a list of source file names, function names and the line Numbers for the functions.
使用捕获的信息,我们可以创建源文件名、函数名和函数行号的列表。
TBSCAN (7) as the outer of the join provides the list of items to the function.
TBSCAN(7)是该连接的外表,它为函数提供产品列表。
FRS contains the expected outputs for list of inputs for each function of the software.
FRS包含针对每项软件功能的输入的预期输出。
Expanding each stored procedure or function will list the parameters involved.
展开每个存储过程或函数,可以看到过程或函数使用的参数。
recombine() uses the List::Util shuffle() function to shuffle the parent population.
recombine()使用List::Utilshuffle()函数来随机组合亲本种群。
The following list details the new function names and what these UDFs can be used for.
下列列表详细描述了新的函数名以及这些UDF可用于什么?
Use of this custom iterator looks exactly the same as for a true list generated by a function.
这个定制迭代器看起来确实如同由函数生成的真实列表一样。
Some programmers using zope.testing just create and maintain this list of tests manually, in the test_suite function.
使用zope . testing的一些程序员在test_suite函数中手工地创建和维护测试列表。
The function first builds a list of all the relevant line numbers (range(a:firstline, a:lastline)).
函数首先构建一个包含所有相关行号的列表(range(a:firstline, a:lastline))。
A number of functions for manipulating lists are provided in the lists module for example, you can sort the items in a list using the sort function.
lists模块中提供了许多用于操作列表的函数。例如,可以使用sort函数对列表中的数据项进行排序。
You need a show_users function that gives you a list of all the users in the system.
这里需要一个show_users函数,该函数可以返回系统中所有用户的一个列表。
You can see how you'd get the first element by just calling the car function on the list.
只需对列表调用car函数就可以看到如何获得第一个元素。
PHP has the ternary operator (foo?bar:baz) and an enormous (and unwieldy) list of function names, with all kinds of naming conventions; you'll find Python a lot cleaner.
PHP 使用三元操作符(foo?bar:baz)和冗长的函数名列表,而命名约定更是无所不有;相反,您会发现Python 要简洁多了。
The getenv() function searches the environment list for a string that matches the string pointed to by name.
getenv()函数会在环境列表中搜索与名称字符串相匹配的字符串。
应用推荐