Memory and Pointer的意思|示意

美 / / 英 / /

内存和指针


Memory and Pointer的网络常见释义

第四讲存储器与指针 ... Memory and Pointer 第四讲存储器与指针 Memory & Pointer 第四讲存储器与指针 memory address pointer 存储器地址指针 ...

Memory and Pointer相关例句

The code in Listing 1 allocates two 512-byte blocks of memory, and then the pointer to the first block is set to the second block.

清单 1 中的代码将分配两个 512 字节的内存块,然后指向第一个内存块的指针被设定为指向第二个内存块。

Applying structure pointer and dynamic data structure, such as the linked list and queue in c, we have made the working software executed with less memory requirement and time overhead.

并根据C语言结构功能强的特点,采用结构指针及链表、队列等动态数据结构,使整个算法具有节省内存、快速省时的特点。

Initialized which include: adjusted stack pointer, the need to use the internal data memory of the initialization, set up the boot nc power output voltage and CPU interruption of the set.

此中初始化包括:调解堆栈指针、需要使用的内部数据存储器的初始化、设置数控电源的开机输出电压以及CPU中断部分设置。

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函数被用于将用户空间的内存块清零。

Listing 1. Code with memory leak and dangling pointer (mem_errors.c).

列表1 .带有一个内存渗漏和一个不断摆动的指针的代码(mem_errors . c)。

The Clone Allocator concept is introduced to formalize the way pointer containers control memory of the stored objects (and not the Pointers to the stored objects).

克隆分配器概念的引入是为了对指针容器控制所存对象的内存(不是指针的内存)的方法进行规范化。