Each node consists of two parts: one is stored data element data fields, the other is a storage next node address pointer domain.
每个结点包罗两个局部:一个是存储数据元素地数据域,另一个是存储下一个结点地址地指针域。
The main SPE program will receive an effective address pointer to a struct containing the size and pointer of a string in main memory.
主s PE程序将接收到包含字符串大小和指针的struct的有效地址指针。
Data is transmitted out of the FIFO at a transmit clock rate using a transmit address pointer incremented at the transmit clock rate.
数据传输FIFO的,地点为发送时钟使用的传输速率地址指针在发送时钟速度递增。
Overflow and underflow are averted by storing received data in a FIFO at different addresses using a receive address pointer incremented at a receive clock rate.
溢和下溢是通过存储在避免使用一个接收地址指针在接收时钟速度递增不同的地址在接收到的数据的FIFO。
The pointer should be moved adequately depending on the length of socket address as populated in the structure after the call.
根据调用之后该结构中填充的套接字地址的长度,可以对这个指针进行移动。
Conversely, if your program has a fault (for example, using a bad pointer) at some location in memory, you can look for the source line that is closest to the memory address.
相反,如果您的程序在内存中某个位置存在错误(例如,使用了一个错误指针),那么可以查找最接近该内存地址的源代码行。
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.
COM的客户程序通过获取指向一个对象接口的一个指针,并通过该指针来调用方法以实现与COM对象之间的互相作用,就好像对象驻留在客户程序的地址空间中一样。
Description: The system detected an invalid pointer address when it tried to use a pointer argument of a call.
说明:尝试使用调用的一个指针参数时-系统检测到无效指针地址。
IP address to hostname mappings are defined use the PTR (pointer) record.
IP地址到主机名的映射是使用PTR(指针)记录来定义的。
In base-pointer addressing mode, the register has the base address and the literal number has the offset.
在基指针寻址模式中,寄存器中保存的是基址,数字是偏移量。
Address: Suspends the program when the execution pointer reaches a particular address in the program.
Address:当执行指针达到程序中一个特定的地址时会暂停一个程序。
Important registers to look for when debugging through signals are the GPRs, instruction pointer (NIP), machine state register (MSR), trap, data address register (DAR), and so on.
在调试信号时,需要查看的一些重要寄存器包括GPR、指令指针(NIP)、机器状态寄存器(MSR)、Trap、数据地址寄存器(DAR)等等。
In pseudo, the address returned for dlsym (RTLD_NEXT, "open") is stored in a function pointer named real_open .
在pseudo中,为dlsym (RTLD_NEXT,“open ”)返回的地址储存在名为real_open的函数指针中。
Where exactly does namestr get written with another address value, and thereby lose the last pointer to memory allocated in main(), causing the leak?
在什么地方namestr与其它地址数值一起被编写,从而丢失分配在main() 中的最后一个内存指针,最终导致渗漏吗?
That means that the attacker can overwrite SFP (the saved frame pointer) and then overwrite ret (the return address).
那意味着攻击者能够改写sfp(即已保存的帧指针),然后改写ret(返回地址)。
mbackchain and -mno-backchain: These options control whether the address of the caller's frame is stored as so-called "backchain" pointer into the callee's stack frame.
mbackchain和 -mno-backchain:这些选项控制调用方帧的地址是否作为 “backchain”指针存储到被调用方的堆栈帧。
The __user macro simply tells the compiler (through noderef) that the pointer should not be dereferenced (as it's not meaningful in the current address space).
__user宏简单告诉编译器(通过noderef)不应该解除这个指针的引用(因为在当前地址空间中它是没有意义的)。
The earlier example was watching the memory that held the namestr pointer itself; therefore, the address of the watched area is given by &namestr.
先前的例子是关注支持namestr指针本身的内存;因此这个被关注区域是由 &namestr 提供的。
So, if we now apply the logic from today, char * s1 means s1 A pointer or the address of what?
所以,如果我运用这个逻辑,char,*s1的意思是,不是一个字符型,而是什么?,that,s1,is,not,a,char,,it’s,instead,what?,一个指针或者什么的地址?
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.
在这个示例中,指针在数据段中占用了4个字节,但是指针所指向的字符串则不在数据段中。
The system call is invoked with two arguments: a long integer containing the amount of memory to allocate and a long integer pointer to store the returned address.
这个系统调用要求两个参数:一个包含要分配内存数量的长整数,还有一个存储返回的地址的长整数指针。
It defines a set of address Spaces for each pointer variable that is optimally efficient for the C8051 architecture, without any specific direction from the programmer.
它为每个对C8051架构最为有效的变量指针定义了一组地址空间,无需从程序员那里获得特殊指示。
The solution is to cast the address of the floating point variable to a pointer to an int, which is then de-referenced as shown below.
解决方案是将浮点变量的地址强制转换成一个指向整型类型的指针,如下所示。
Under most compilers, if we use an uninitialized pointer the effect will be to use whatever bits are in the memory in which the pointer resides as if it were an address.
对大多数的编译器来说,如果使用未初始化的指针,会将指针中存放的不确定值视为地址,然后操纵该内存地址中存放的位内容。
There is a close relationship between two data structure types. In this case, one of the two often maintains a pointer initialized to the address of the second one.
二种数据结构类型之间有紧密的关系。在这情况,其中一个经常会维持一个指针到第二个类型的住址去设定初值。
If the application needs to subclass a window, it fills in the function pointer with the address of its own function.
如果程序需要为一个窗口生成子类,就在函数指针里填上自己函数的地址。
Whenever an instruction is fetched from memory, the instruction pointer is translated via the instruction TLB into a physical address.
无论何时从内存中取一个指令,指令指针都会经指令tlb的翻译后指向物理地址。
The most relevant information here is the instruction pointer (EIP), the address of the faulty instruction.
其中最有关的信息是指令指针(EIP),就是故障指令的地址。
The system detected an invalid pointer address in attempting to use a pointer argument in a call.
系统检测到在一个调用中尝试使用指针参数时的无效指针地址。
The mill bar's position on the mill line and the initial address of it's data in the data area are completely determined by the contents of the tracking pointer.
轧件在轧制线上的位置及其数据在数据区的起始地址完全由该轧件所在区段的跟踪指示器的内容所确定。
应用推荐