• 原因发生如果参数指针并非有效。不总是检测是并非有效的参数指针可能的;若非察觉,不可预测的结果发生。

    This reason also occurs if the parameter pointer is not valid. (It is not always possible to detect parameter pointers that are not valid;

    youdao

  • 这里要用到三个参数上下文指针、可信任文件路径文件名以及证书所在目录的路径。

    This takes three parameters: the context pointer, the path and the filename of the trust store file, and a path to a directory of certificates.

    youdao

  • 存储局部变量的位置进行重新排序复制函数参数中的指针以便它们任何数组之前

    It reorders where local variables are stored, and copies Pointers in function arguments, so that they're also before any arrays.

    youdao

  • 清单2提供了一个使用指针参数稍微复杂函数

    Listing 2 provides a slightly more complicated function that USES pointer arguments.

    youdao

  • 对象指针作为函数第一参数传递。

    The object pointer is passed as the first argument to the function.

    youdao

  • 答案这个逆序函数参数迭代器概括指针

    The answer is that the arguments to reverse are iterators, which are a generalization of Pointers.

    youdao

  • 程序正常操作过程中,调用一个函数时,被调用函数所有参数以及返回位置指针放在栈中

    During normal operation of a program, when a function is called, any arguments for the called function along with a pointer to the return location are placed onto the stack.

    youdao

  • 然后可以使用这个返回指针配置这个虚拟文件其他参数例如在对文件执行操作应该调用的函数

    You can then use the return pointer to configure other aspects of the virtual file, such as the function to call when a read is performed on the file.

    youdao

  • 这个函数简单地元素标识符转换为一个指针然后调用构造函数,将其他参数不加修改地传递给构造函数。

    The function simply converts the element identifier into a pointer and then calls the constructor, passing the remaining arguments unchanged.

    youdao

  • 以后可以SSL指针检查连接信息设置其他SSL参数

    This SSL pointer can also be used later to examine the connection information or to set up additional SSL parameters.

    youdao

  • 说明尝试使用调用一个指针参数-系统检测到无效指针地址

    Description: The system detected an invalid pointer address when it tried to use a pointer argument of a call.

    youdao

  • 使用 BOOST_TEST_CASE创建单元测试函数指针作为输入参数

    The unit tests that are created using the BOOST_TEST_CASE macros accept function pointers as their input arguments.

    youdao

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

    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.

    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

  • 虚拟内存区域VMA指针作为第一参数然后四个常用参数startendsizeprotection标记)。

    The virtual memory area (VMA) pointer needs to be added in as the first parameter followed by the usual four parameters (start, end, size, and protection flags).

    youdao

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

    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.

    youdao

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

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

    youdao

  • 现在回到API上来PPE只能程序传递指针因此多个参数必须要捆绑在一起传递

    Back to the API: the PPE can pass a single pointer into the program, so multiple arguments have to be bundled up. My solution is this.

    youdao

  • 顾名思义,_ beginthread函数可以创建一个执行线程其中将指向指针作为第一参数

    As the name suggests, the _beginthread function creates a thread that executes the routine, where the pointer to that routine is specified as the first argument.

    youdao

  • 如果参数为NULL则openssl会字符串写入一个长度256字节的静态缓冲区返回指向缓冲区的指针

    If this parameter is NULL, OpenSSL writes the string to a static buffer that is 256 bytes in length, and returns a pointer to that buffer.

    youdao

  • 这些参数按照规定都是unsignedlong long类型不过有些程序加入适度的类型双关,将它们当作64指针其他类型

    These arguments are canonically of type unsigned long long, although some programs engage in mild type punning, treating them as 64-bit Pointers or other types.

    youdao

  • 第二个参数可以接受一个可选的pthread _ mutexattr_t指针

    As a second argument, it can also accept an optional pthread_mutexattr_t pointer.

    youdao

  • uap一个指向socket_args结构指针,该结构包含传递socket系统调用中的进程参数

    Uap is a pointer to the socket_args structure that contains the arguments passed to the process in the socket system call.

    youdao

  • execv调用首先取得指向运行二进制文件名称指针然后取得一个指向前面声明参数数组指针

    The call to execv first takes a pointer to the name of the binary to be run, and then a pointer to the array of parameters that you declared earlier.

    youdao

  • pthread _ mutex_lock接受一个指向互斥对象指针作为参数以将其锁定。

    Pthread_mutex_lock accepts a single pointer to a mutex to lock.

    youdao

  • 正在调用方法GObject指针参数数组关键参数数组组成。

    It is composed of a pointer to the GObject that the method is being called on, an array of arguments, and an array of keyword arguments.

    youdao

  • 它没有使用多个直接访问参数,而是使用一个指向存的指针SPE需要发出dma请求主存中获取指针指向数据

    Instead of having multiple directly accessible arguments, you get a pointer into main memory and the SPE has to issue DMA requests to get the pointed-to data from main memory.

    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

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

    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

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

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

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