_要探测的函数的函数原型声明。
大部分调用其他函数的函数都会需要它。
Most functions that call other functions will need it, though.
创建一个对各个参数运行对应的变换函数的函数。
Creates a function that runs each argument through a corresponding transform function.
定义这些函数的函数返回之后,这些函数还会一直存在。
Such functions will persist after the function that defines them has returned.
这个实用程序类可以包含针对所有这类关键字或函数的函数。
This utility class can have functions for all such keywords or functions.
为了访问输入参数,vue脚本必须声明要探测的函数的函数原型。
To access the input arguments, the VUE script must declare a function prototype of the function being probed. For example.
lambda函数是用于将高阶函数传入lisp函数的函数定义。
A lambda function is a function definition that you use to pass higher-order functions into Lisp functions. For example, the lambda expression in Listing 10 computes the sum of two integers.
我们要编写一个返回另一个函数的函数,用返回的函数计算对序列求和。
We want to write a function that given a function to compute the sum of a sequence, gives us the next function to compute the sum of a sequence.
注意,术语callback通常用于描述作为参数传递给其他函数的函数。
Note that the term callback is typically used to describe functions that are passed as parameters to other functions.
列出所选函数的内存分配数据,调用所选函数的函数以及所选函数调用的函数。
Lists memory allocation data for a selected function, the functions that called the selected function, and the functions that were called by the selected function.
列出所选函数、调用该函数的函数以及该函数调用的函数的线程和资源争用数据。
Lists thread and resource contention data for a selected function and the functions that called and were called by the selected function.
模板函数的函数域中使用这个宏,当模板参数需要检查时,宏的使用是是具有代表性的。
The macro is typically used at function scope inside template functions, when the template arguments need checking.
调用转换函数的函数现在简单一点了,这是因为它需要加载数据、运行函数并将结果复制回来。
The function which drives the conversion function is now a little bit simpler since it only has to load the data, run the function, and copy it back. Here is the code (enter as convert_driver.s)
函数可以自由使用288字节的内存,对于不调用其他函数的函数来说,这段内存物理上在堆栈指针之下。
Functions are free to use the 288 bytes that are physically below the stack pointer for functions that do not call other functions.
当你调用math .cos或者math .exp的时候,你并没有仔细查看这些函数的函数体。
When you call math. cos or math. exp, you don't examine the bodies of those functions.
“调用当前函数的函数”显示在顶部网格内,用于显示各个调用方(父)函数对所选(当前)函数的值的作用。
Functions that called the current function is displayed in the top grid, and it shows the individual contributions of the caller (parent) functions to the values of the selected (current) function.
虽然接受回调函数的函数功能十分强大,但是没有一种好方法可以执行一次性回调函数,而无需执行一些非常笨拙的工作。
Although the functions that accept callback functions are powerful, there isn't a good way to do a one-off callback function without some very inelegant work.
当错误发生时,v8会抛出一个异常。比如,当一个脚本或者函数试图去访问一个并不存在的属性,或者调用一个并不是函数的函数。
V8 will throw an exception if an error occurs - for example, when a script or function attempts to read a property that does not exist, or if a function is called that is not a function.
如果存在特定于某个数据源的、在WebSphereInformation Integrator上没有的特殊函数,则需要那个函数的函数模板定义。
If there is some special function specific to a data source and not available on WebSphere Information Integrator, you need a function template definition for that function.
这些表达式是使用函数构成的,结合这些函数来得到我们可能要查找的结果。
These expressions are formed using functions, which are combined to get the results we may be looking for.
当你调用一个函数,实际上发生的是函数得到了自己的内存块,它的大小与它期望的数据类型相同。
When you call a function, what actually happens is that function gets its own chunk of memory that's identical in size to the data type that it expects.
稳定蠕变应变率本构方程是作用在盐岩上的应力偏量的幂次函数和能量与温度的指数函数。
The steady-state creep strain rate is a power function of deviatoric stress and exponential function of temperature and energy.
它更接近与依赖函数调用的函数式语言,而非面向对象语言。
It is more of a functional languages relying on function calls rather than OOP.
Ceylon包含称为一阶函数的函数式编码样式。
Ceylon includes the functional style of programming called first-order functions.
这意味着您必须将任何依赖代码放在回调函数内,或者放在由回调函数调用的函数内。
This means that you must put any dependent code inside the callback function, or inside functions that are called by the callback function.
匿名函数,您的函数是什么?
该模块中的重要函数有:连接数据库的函数、查询数据库的函数以及提供查询结果的函数。
Important functions in this module are connecting to a database, querying the database, and giving out results of the query.
程序“调用堆栈”是当前函数之前的所有已调用函数的列表(包括当前函数)。
The program "call stack" is a list of functions which led up to the current one.
也可以只包含除去某函数之外的其它函数,这在避免多个模块中函数的命名冲突很有用.
That's often useful when several modules export functions with the same name and you want to get rid of the offending ones.
也可以只包含除去某函数之外的其它函数,这在避免多个模块中函数的命名冲突很有用.
That's often useful when several modules export functions with the same name and you want to get rid of the offending ones.
应用推荐