So up top, the function prototype.
在顶端,那个函数原型。
The function prototype is insufficient.
仅有函数原型是不够的。
Wrong function prototype used by compiler?
错误的函数原型使用编译器?
To fix this error add a function prototype.
若要修复此错误,请添加一个函数原型。
The function prototype is also shown in Listing 7.
这个函数原型如清单7所示。
Function prototype declarations for functions being probed.
_要探测的函数的函数原型声明。
Note that path: : name_check refers to a name-checking function prototype.
请注意,path: name_check指的是一个名称检查函数原型。
As we know, the first three of these parts constitute the function prototype.
正如我们知道的,前面三部分组成函数原型。
The function prototype includes the function return type and an argument type list.
函数原型包括函数返回类型和一个参数类型列表。
For some reason, at the top of this file, I've also included what I've called a function prototype.
因为一些原因,在这个文件顶端,我包含了一个函数原型。
To access the input arguments, the VUE script must declare a function prototype of the function being probed. For example.
为了访问输入参数,vue脚本必须声明要探测的函数的函数原型。
Tracing of exit/return value of a function is possible by applying trace hook at exit point and specifying function prototype.
通过在出口点应用跟踪钩子并指定函数原型,可以探测函数的退出/返回值。
In the case where the data type of the parameter is defined by a function prototype, the parameter is converted to that type according the standard rules.
在参数的数据类型是由函数原型定义的情况中,参数应该根据标准规则转换成这种类型。
The only thing that you have to put in the function prototype, again, is three things; one, the name of the function; the return value; and its arguments.
你唯一要加入到函数原型中的东西,是有三个东西,一,函数的名字,返回值,和它的参数。
To access the arguments of any given function you need to provide the function prototype for ProbeVue so that it knows which argument is of which data type.
要想访问函数的参数,需要向ProbeVue提供函数原型,让它知道参数的数据类型。
Tracing of arguments passed to function is feasible when probe type is entry and requires function prototype to be defined at the beginning of Vue script or through header file.
当探测类型为入口时,可以探测传递给函数的参数,这要求在vue脚本的开头或通过头文件定义函数原型。
The function prototype defines all the type information related to the function: what its return type is, the function name, and what types of arguments may be passed to it.
函数原型定义了所有和函数相关的类型信息:函数返回类型是什么、函数的名字、应该给这个函数传递什么类型的实参。
Tracing of arguments passed to the function is feasible when the probe type is entry and requires that the function prototype be defined at the beginning of the Vue script or through a header file.
如果探查类型是入口,就可以探查传递给函数的参数,这要求在vue脚本的开头或通过头文件定义函数的原型。
What's the prototype of a function?
什么是一个函数的原型呢?
Therefore, the header file should include the prototype of the function and also a dummy function definition.
因此,头文件应该包含函数的原型和一个虚拟的函数定义。
The prototype was extensive, exposing a new function for Information Management.
这个原型十分宽泛,为信息管理提供了一个新的功能。
Consider the prototype for a simple square root function shown in Listing 1.
请考虑清单1所示的平方根函数的原型。
The prototype of a function can be defined in header files.
可以在头文件中定义函数原型。
To access arguments, we do not need to specify the prototype of function for ProbeVue.
对于访问参数,不需要为ProbeVue指定函数原型。
Declare its prototype here and start with the main function.
在这里,要声明其原型并从main函数开始。
Each generated function USES an XHR object whose prototype can be found in the xhr.js file that MonitorPage.jsp imports in its header.
每个生成的函数使用一个xhr对象,对象的原型可以在MonitorPage . jsp在其头部导入的xhr . js文件中找到。
If the call is successful (returning an HTTP 200), the update function is called. Listing 15 USES Prototype for the Ajax call.
如果调用成功(返回HTTP 200),则会调用update函数。
To access arguments you need to specify the prototype of the function for ProbeVue to recognize the data type of the argument to be fetched.
要想访问参数,需要指定函数的原型,让ProbeVue知道要获取的参数的数据类型。
Also, the function returns a Boolean value because the callback prototype for the delete-event signal defined for GtkWidget states a Boolean return.
而且,该函数返回布尔值,因为为gtk Widget定义的delete - event信号的回调原型指明的是布尔返回值。
Also, the function returns a Boolean value because the callback prototype for the delete-event signal defined for GtkWidget states a Boolean return.
而且,该函数返回布尔值,因为为gtk Widget定义的delete - event信号的回调原型指明的是布尔返回值。
应用推荐