它应指向函数值较大的一边。
接下来的两行代码表示变量t确实指向函数。
The next two lines demonstrate that the variable t really does point to a function.
梯度向量方向是,在给定点处指向函数增加得最快的方向。
The gradient is the direction in which the function increases the most quickly at that point.
第一个参数是一个指向函数的是要绕道指针的指针。
The first parameter is a pointer to a pointer of the function that is to be detoured.
当然,我可以通过一个指向函数的指针,但我想通过变量。
Of course I could pass a pointer to a function, but I'd like to pass variable.
将数组转换为指向数组类型的指针,将函数转换为指向函数类型的适当指针。
An array is converted to a pointer to the type of the array; a function is converted to the appropriate pointer to function type.
在第一次调用这些函数中的某个函数时,pseudo客户机库会填充一个包含函数指针的表,这些函数指针指向函数“真正的”(libc)实现。
On the first call into any of these functions, the pseudo client library populates a table of function Pointers that then point to the "real" (libc) implementations of these functions.
这个函数会获得一个指向它正在尝试锁定的互斥的指针。
This function gets a pointer to the mutex it is trying to lock.
这个函数会返回一个 指向环境中的值的指针,或者如果不匹配则返回 NULL。
This function returns a pointer to the value in the environment or NULL if there is no match.
通过使用引用,可以告诉函数指向信息的指针。
By using a reference, you tell the function to point to the information.
返回指向静态数据的指针可能会导致函数不可重入。
Returning a pointer to static data may cause a function to be non-reentrant.
此外,您查看其文档的每个模块也广泛分布着它导入的函数、方法以及指向任何模块的链接。
Moreover, every module whose documentation you view becomes generously littered with links to any modules, functions and methods it imports.
组件使用者定义了引用来指向需要调用的函数,无需指定目标组件、实现技术或者访问它们所使用的协议。
Component consumers define references to target the functions they need to invoke without specifying target components, implementation technology or the protocol used to access them.
它将文件路径指向被请求的文件、序列化数据、最后是一个回调函数。
It takes the file path to the file being requested, the serialized form data, and finally a callback function.
如果一个函数正在执行,那么堆栈指针就会指向整个堆栈的顶部,这也是该函数活动记录的顶部。
If a function is executing, then the stack pointer is pointing to the top of the whole stack, which is also the top of that function's activation record.
至少,你需要某种类型的SOAP处理引擎来解析接收到的消息,以及调用消息指向的函数或方法。
At a minimum, you will need some type of SOAP processing engine to parse the messages that are received and to call the functions or methods that the message indicates.
接下来,向Student控制器添加一个delete函数,这是delete选项所指向的位置。
Next, add a delete function to the Student controller, which is where the delete option is pointing.
接下来,向Student控制器添加一个函数,称为edit,这也是edit选项所指向的位置。
Next, add a function to the Student controller called edit , which is where the edit option is pointing.
在返回到tcp_usrreq函数时,创建套接字描述符,以指向套接字的tcp控制块。
On returning to the tcp_usrreq function, the socket descriptor is made to point to the socket's TCP control block.
不返回指向静态数据的指针;所有数据都由函数的调用者提供。
Does not return a pointer to static data; all data is provided by the caller of the function?
代码中将用户名和密码存储在MQCSP结构中,并在调用时将指向此结构的指针psecurityparms传递给该函数。
The username and password are stored in a MQCSP structure, and a pointer to this structure, pSecurityParms, is passed into the function when it is called.
fuse_operations结构中有一个指针,指向在执行适当操作时需要调用的函数。
The fuse_operations structure carries a pointer to functions that will be called when the appropriate action is required.
fetch函数将结果集指针指向下一行。
The fetch function sets the result set pointer to the next row.
如果像前面建议的那样,使用数组索引从actiontransitionfunctions表直接调用函数,this变量就会指向这个表。
If you actually called the function directly from the actionTransitionFunctions table using array indexes, as suggested earlier, the this variable would point into the table.
然后我定义了一个属性(asjson)指向内部函数,其任务是将JSON消息用字符串表示。
I then defined a property (asJSON) pointing to an inner function whose job it is to hand-jam a string representation of my JSON message.
因此,在place - offer函数的执行范围内droid和history所指向的值将不同。
So in the scope of the place-offer function's execution, the values that droid and history point to will be different.
在编译完成以后,生成了一个tinylogin . links文件,它随后被makeinstall用来为所有的内编译函数创建指向tinylogin二进制文件的符号连接。
After the build is complete, a tinylogin.links file is generated, which is then used by make install to create symlinks to the tinylogin binary for all compiled-in functions.
指向被映射函数入口点的指针。
你要将两个参数传递给此函数:服务名和指向ControlHandlerfunction的指针。
You will pass two arguments to this function: the service name and the pointer to the ControlHandlerfunction.
你要将两个参数传递给此函数:服务名和指向ControlHandlerfunction的指针。
You will pass two arguments to this function: the service name and the pointer to the ControlHandlerfunction.
应用推荐