Prototype function is faster, but it is created before object, and don't know anything about an object itself.
原型的功能是比较快的,但它是之前创建的对象,而不知道本身什么对象。
Function prototype declarations for functions being probed.
_要探测的函数的函数原型声明。
Therefore, the header file should include the prototype of the function and also a dummy function definition.
因此,头文件应该包含函数的原型和一个虚拟的函数定义。
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.
在参数的数据类型是由函数原型定义的情况中,参数应该根据标准规则转换成这种类型。
Tracing of exit/return value of a function is possible by applying trace hook at exit point and specifying function prototype.
通过在出口点应用跟踪钩子并指定函数原型,可以探测函数的退出/返回值。
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.
你唯一要加入到函数原型中的东西,是有三个东西,一,函数的名字,返回值,和它的参数。
For some reason, at the top of this file, I've also included what I've called a function prototype.
因为一些原因,在这个文件顶端,我包含了一个函数原型。
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文件中找到。
Note that path: : name_check refers to a name-checking function prototype.
请注意,path: name_check指的是一个名称检查函数原型。
To access arguments, we do not need to specify the prototype of function for ProbeVue.
对于访问参数,不需要为ProbeVue指定函数原型。
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知道要获取的参数的数据类型。
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脚本的开头或通过头文件定义函数原型。
To access the input arguments, the VUE script must declare a function prototype of the function being probed. For example.
为了访问输入参数,vue脚本必须声明要探测的函数的函数原型。
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脚本的开头或通过头文件定义函数的原型。
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提供函数原型,让它知道参数的数据类型。
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信号的回调原型指明的是布尔返回值。
This lookup is recursive: if the instance defined in prototype cannot find an attribute or function, it will look in its prototype, and so on.
这种查找是递归的:如果在prototype 内定义的实例不能找到属性或函数,它就会在其原型中查找,依此类推。
Unlike jQuery, where you simply use the dollar function to get the context variable, in Prototype you need to use the Event.element function.
与jQuery中使用美元符号函数获取上下文变量不同的是,在Prototype中需要使用Event . element函数。
You can implement the reentrant version of this function by changing the prototype of the function. This listing provides storage for the output string
通过修改函数的原型,您可以实现这个函数的可重入版本。
So putting back that prototype allows me to compile this, because I'm saying proactively to the compiler hey, you're going to see a function called increment.
把那个原型放回原处使我能够编译它,因为我提前向编译器打了招呼,将看到一个叫做increment的函数。
You can read data from a /proc entry (from the kernel to the user) by using the read_proc function. This function has the following prototype
我们可以使用 read_proc函数从一个 /proc项中读取数据(从内核空间到用户空间)。
If the record is not found, I create a new Employee prototype by invoking the Employee constructor function with the appropriate fields from the panel. Here's the Employee constructor function.
如果没有找到记录,就使用面板中适当的字段,调用Employee构造函数创建一个新的Employee原型。
It's a little redundant, admittedly, but I include not the same function, but just its prototype, as I say in the comment here.
它确实是有点长的,但是我包含的不是同一个函数,而只是一个原型,就像我这里的注释所说的。
The prototype of a function can be defined in header files.
可以在头文件中定义函数原型。
Its success or failure is a function only of those who build the prototype farms and how much time and effort they apply.
其成败仅是模型农场的建构者以及他们时间和精力付出的结果。
When invoked with the new operator, the constructor function creates what is known as a prototype for an object; that is, it creates a template from which to build objects of the given kind.
当调用new操作符时,构造函数就为对象创建一个所谓的原型(prototype);也就是说,它创建了一个模板(template),从中构建给定类型的对象。
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.
函数原型定义了所有和函数相关的类型信息:函数返回类型是什么、函数的名字、应该给这个函数传递什么类型的实参。
Wrong function prototype used by compiler?
错误的函数原型使用编译器?
A protocol-specific call, pr_usrreq, is then made, which switches to the corresponding protocol-specific request associated with the socket descriptor. The prototype of the pr_usrreq function is.
然后进行协议特定的调用pr_usrreq,进而切换到与套接字描述符关联的相应协议特定的请求。
应用推荐