• The constructor is used to form a delegate over a target object and a function pointer.

    构造器用通过目标对象一个函数指针形成一个委托

    youdao

  • This function accepts a pointer to a user space buffer, a pointer to a kernel buffer, and a length defined in bytes.

    函数接受指向用户空间缓冲区指针、一个指向内存缓冲区的指针、以及一个字节定义长度

    youdao

  • In the processing function, you get a pointer to the YYLTYPE structure holding the location, and you can generate a nice error message.

    处理函数中,我们获得指向保存了位置信息的YYLTYPE结构的指针,这样可以生成一条很好的错误消息

    youdao

  • This is done by entering just enough data to overwrite the arguments with dummy data and a new return pointer to a different function; the new function is now executed. 10

    通过输入足够数据数据覆盖参数输入不同函数返回指针来实现的,现在执行新的函数

    youdao

  • The strerror() function isn't necessarily thread-safe; for unknown values, it formats an error message in a static buffer and returns a pointer to that buffer.

    strerror()函数没有必要是线程安全的;对于未知,该函数静态缓冲区中设置错误消息格式指针返回缓冲区。

    youdao

  • You will pass two arguments to this function: the service name and the pointer to the ControlHandlerfunction.

    两个参数传递函数服务指向ControlHandlerfunction指针

    youdao

  • The code passes the target as the first argument and a pointer to the code function as the second. The syntax for this is.

    代码目标作为第一参数,将一个代码函数指针作为第二个参数进行传递

    youdao

  • You open the file by calling the in function of the DL_Dxf object and passing a pointer to a class that inherits from the DL_CreationAdapter abstract class.

    通过调用 DL_Dxf对象in函数并将指针传递给一个继承 DL_CreationAdapter抽象打开文件

    youdao

  • The clear_user function is used to zero a block of memory in user space. This function takes a pointer in user space and a size to zero, which is defined in bytes.

    clear_user函数用于用户空间内存清零。

    youdao

  • Pointer to the callback function to be invoked (for one or more event Types) — for each specific event, register a callback function, and then these functions are called when the event occurs.

    指向调用函数的指针(对于多种事件类型)——每种特定的事件注册个回调函数,然后事件发生时调用这些函数

    youdao

  • After the function has been completed, the return pointer is used to go back to the original location and the program can continue.

    完成该函数之后,使用返回指针回到原来位置继续程序

    youdao

  • Casting from member function pointer to another type and back, strict-aliasing issue?

    铸造成员函数指针另一个类型背部,严格的混问题

    youdao

  • This function calculates the difference between two jiffies values, and then provides the result to the user through a user-space pointer.

    这个函数会计算两个jiffies之间然后通过一个用户空间指针结果提供用户

    youdao

  • In Part 2, I'll show how to overwrite a function pointer and cover assembly components and some juicy shell, network, socket code samples.

    第2部分中,介绍如何重写函数指针介绍组件组装一些有趣shell网络套接字代码示例

    youdao

  • We now know that this represents a function pointer type that can refer to any method taking a single int argument and returning a string.

    我们现在知道函数指针类型可以引用任何有一个int类型参数并且返回一个string类型方法

    youdao

  • However, the method copies a pointer to the selected function into a local variable, and then calls the function with the call method of the function object, rather than calling it directly.

    但是这个方法函数指针复制一个局部变量中然后function对象call方法调用这个函数。不是直接调用它。

    youdao

  • The new function basically does nothing besides building the object reference to contain that, and you can see that the other functions have to unpack the void pointer before getting down to business.

    new函数除了构建一个包括对象引用以外,基本上没什么作用。而且可以看到其它函数在执行前必须先将那个指针解开

    youdao

  • A pointer to a variable of this type is passed to the process_args function, and on return, the variable contains values obtained from arg processing.

    指向类型变量指针被传递process_args函数返回该指针时,它包含参数处理过程获得

    youdao

  • This function takes two arguments: a long and a pointer to a long that's defined as __user.

    这个函数使用了两个参数long类型,以及一个指向被定义为__userlong的指针

    youdao

  • The function primarily used for this is pthread_cond_wait . It takes two arguments; the first is a pointer to a condition variable, and the second is a locked mutex.

    函数pthread_cond_wait主要就是用于阻塞线程的,两个参数第一个指向条件变量指针第二个是一个锁定了的互斥量。

    youdao

  • You can simulate this yourself by using a printf call and the strerror function, which returns a pointer to the textual representation of the current errno value.

    可以通过使用printf调用strerror函数(函数返回当前errno值文字表示形式指针)模拟程序。

    youdao

  • 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.

    代码中将用户名密码存储MQCSP结构中,在调用时将指向结构的指针psecurityparms传递给该函数

    youdao

  • Where name is the work_struct name, function is the function to be invoked when the task is scheduled, and data is the pointer to that function.

    在这里namework_struct的名字function任务调度时调用函数,data是指向那个函数的指针

    youdao

  • The next() function moves the internal pointer to, and outputs, the next element in the array.

    函数的作用是:数组内部指针移当前元素下一个元素,输出它。

    youdao

  • The prev function moves the internal pointer to, and outputs, the previous element in the array.

    函数作用是:数组内部指针移当前元素一个元素,输出它

    youdao

  • If the function is virtual and the call is through a reference or pointer, then the compiler generates code to determine which version to run based on the dynamic type of the object.

    如果函数函数,并且调用通过引用或者指针编译器基于动态类型生成代码确定调用哪个版本

    youdao

  • In addition, where a function pointer contains only a reference to a particular function, a delegate consists of a reference to an object, and references to one or more methods within the object.

    另外函数指针包含特定函数的引用而委托对象引用以及对该对象多个方法引用组成。

    youdao

  • Linking occurs when your code is bound to a type reference, including function pointer references and method calls.

    代码绑定类型引用(包括函数指针引用方法调用)时,就会进行链接

    youdao

  • The only reliable way to do it is to also export a class factory function, a simple function that USES the new operator to create the object and return the pointer.

    唯一可靠方法就是也出口工厂函数一个简单的函数,使用新的操作符创建对象返回指针

    youdao

  • The end function moves the internal pointer to, and outputs, the last element in the array.

    函数的作用是:数组内部指针指向最后一个元素输出它

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定