• 转换指向指针的指针无效总是安全的?

    Is casting to Pointers to Pointers to void always safe?

    youdao

  • 每个堆栈框架都有指向一个堆栈框架的指针(称为指针),还有一个调用其他函数用于存放返回地址空间

    Each stack frame holds a pointer to the previous stack frame (called the back chain pointer), as well as a space for return addresses for when it calls other functions.

    youdao

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

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

    youdao

  • 引用应用程序的特定指针,该指针指向通常存在大的上下文(服务器集群)中并且多方使用对象

    A reference is an application specific pointer to an object that usually lives in a larger context, such as a server or cluster, and is used by multiple parties.

    youdao

  • COM客户程序通过获取指向对象接口指针通过指针调用方法以实现COM对象之间的互相作用,就好像对象驻留客户程序地址空间中一样。

    A COM client interacts with a COM object by acquiring a pointer to one of the object's interfaces and invoking methods through that pointer, as if the object resides in the client's address space.

    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 index contains a node that is a small array of Pointers to the lower level.

    youdao

  • 接下来当前堆栈框架指针存储指向一个堆栈框架指针虽然尚未建立堆栈框架(通过偏移量实现的)。

    Next, the current stack frame pointer is stored as the back pointer for the next stack frame, even though you haven't established the stack frame yet (this is done through negative offsets).

    youdao

  • 这个示例中指针数据中占用了4个字节但是指针指向字符串则不在数据段中。

    In that case, the contents of pointer gonzo - a 4-byte memory address - live in the data segment. The actual string it points to does not, however.

    youdao

  • pte条目使用4字节存储指向表条目的指针,用另外4个字节来存储指向链的一个条目的指针

    Each entry in the PTE chain USES 4 bytes to store a pointer to the page-table entry and an additional 4 bytes to store the pointer to the next entry on the chain.

    youdao

  • 指针指向前一个堆栈框架回链指针

    The back chain pointer points to the back chain pointer of the previous stack frame.

    youdao

  • 第一调用这些函数中的某个函数时,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.

    youdao

  • 堆栈中的最后条目一个指向一堆栈帧的指针通常被称为指针(backpointer)。

    The final item in the stack frame is a pointer to the previous stack frame, often called the back pointer.

    youdao

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

    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.

    youdao

  • 使用指向CompositeContext指针可以调用下面方法获取指向服务指针

    With the pointer to the CompositeContext, the following method can be invoked to obtain a pointer to service.

    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

  • 由于向量指针指向16字节长的,因此会按照16字节单位来移动char指针则是按照1个字节的单位移动的。

    Vector Pointers, since the value they point to is 16-bytes long, move forward in increments of 16 bytes, while char Pointers move forward in single-byte increments.

    youdao

  • 得到指向OVERLAPPED结构指针以后,可以CONTAINING_RECORD取出其中指向扩展结构的指针

    After the pointer to the OVERLAPPED structure is returned, the CONTAINING_RECORD macro can be used to obtain a pointer to the extended structure.

    youdao

  • 从概念上讲无效指针”,“指针指向虚无”,无论一个很好的理由语言

    NULL. Conceptually, that's the "invalid pointer", "pointer that points to nothing", whatever. There's a very good reason it's in the language.

    youdao

  • 数组转换指向数组类型指针,将函数转换为指向函数类型适当指针

    An array is converted to a pointer to the type of the array; a function is converted to the appropriate pointer to function type.

    youdao

  • 中的数据指针和前面指向A 的数据指针同样方式

    The pointers in these two lines are pointing to B in the same fashion as the two previous were pointing at A.

    youdao

  • 只是是指针指向另一个指针指向的数据。

    It just changes one pointer to point to the same thing as another.

    youdao

  • 这个上下文无效指针一个指向无效内存中的区域,是NULL包含一个不对齐指针指向的内存必须的还小等等

    In this context, an invalid pointer is one that points to an invalid region in memory, is NULL, contains an unaligned pointer, points to memory block smaller than necessary, and so on.

    youdao

  • 第一参数一个指向函数的是绕道指针指针

    The first parameter is a pointer to a pointer of the function that is to be detoured.

    youdao

  • 为了进行静态缓冲区溢出分析必须首先进行高效精确指针分析确定指针可能指向目标缓冲区。

    In order to statically analyze buffer overflow, efficient and precise pointer analysis must be performed to make certain what target buffer a pointer variable point to.

    youdao

  • 而在传递数组指向数组第一元素指针,形参复制是这个指针的,而不是数组元素本身

    When we pass an array, the argument is a pointer to the first element in the array. That pointer value is copied; the array elements themselves are not copied.

    youdao

  • 传统数据划分模式适合指向数组指针数组的数据划分,论文提出解决该类指针数组数据划分的划分模式,文中称为数组向量的数据划分。

    Traditional data partition ways are not suitable to pointer array whose member points to an array, so this paper presents a new mode to solve this problem, named array-vector data partition mode.

    youdao

  • 因为数组会被自动转化指针所以处理数组的函数通常通过操纵指向数组指向数组中的元素的指针来处理数组。

    Because arrays are automatically converted to Pointers, functions that deal with arrays usually do so indirectly by manipulating Pointers to elements in the array.

    youdao

  • 因为数组会被自动转化指针所以处理数组的函数通常通过操纵指向数组指向数组中的元素的指针来处理数组。

    Because arrays are automatically converted to Pointers, functions that deal with arrays usually do so indirectly by manipulating Pointers to elements in the array.

    youdao

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

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

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