memory location
推荐文章



释义
存储单元;
双语例句
The memory cells may be multistate memory cells.
该存储单元可以是多状态存储单元。
A variable in a computer program references a location in memory.
计算机程序中的变量引用存储单元。
权威例句
Detecting access to a memory location in a multithreaded environmentSICTA Modifications with Single Memory Location and Resistant to Cancellation Errors
SICTA Modifications with Single Memory Location and Resistant to Cancellation Errors
Identifying the root causes of memory bugs using corrupted memory location suppression
Iconic memory, location information, and partial report.
Identifying the root causes of memory bugs using corrupted memory location suppression
Method for scrambling data in which scrambling data and scrambled data are stored in corresponding non-volatile memory locations
An automata-theoretic modelization of instancewise program analysis : transducers as mappings from instances to memory locations
MU-CSeq 0.4: Individual Memory Location Unwindings
Method for homogeneously magnetizing an exchange-coupled layer system of a digital magnetic memory location device
1. The ASN1 variety of this function loads an ASN1-encoded digital certificate from the specified memory location into the SSL context.
这个函数的ASN1 变种可以将指定内存位置处的使用ASN1 编码的数字证书加载到SSL环境中。
youdao
2. For example, one PPE-side mailbox register appears as a write-only physical memory location.
例如,一个ppe端的邮箱寄存器会作为一个只写的物理内存位置出现。
youdao
3. Every location in main memory is numbered with a sequential numeric address by which the memory location is referred.
主存中的每个位置都使用连续的数字地址编号,内存位置就使用这个地址来引用。
youdao
4. Every time a memory location is addressed for program instructions or data, a virtual address is translated into a physical or real memory address.
每次为程序指令或数据处理内存位置时,都需要将虚拟地址转换成物理(或实际)内存地址。
youdao
5. Therefore, you cannot just load a word from, say, memory location 12.
这样一来,就不能从内存位置12加载一个字。
youdao
6. Objects are ultimately stored in memory, but the compiler, runtime, processor, or cache may take some liberties with the timing of moving values to or from a variable's assigned memory location.
对象最终存储在内存中,但编译器、运行库、处理器或缓存可以有特权定时地在变量的指定内存位置存入或取出变量值。
youdao
7. This Shared memory location is stored in the handle passed from the OPEN_LOG procedure to the subsequent calls to LOGGER and LOGINFO.
共享内存的位置存储在句柄中,从OPEN_LOG到后续的LOGGER和LOGINFO调用都会传递这个句柄。
youdao
8. The processor also supports the memory translation process by tapping into the hypervisor (host kernel) when an unmapped memory location is accessed.
处理器也可以通过在访问未经映射的内存位置时使用系统管理程序(主机内核)来支持内存转换进程。
youdao
9. One of them contains Shared memory location of the token and its logging actions, and the second structure contains the timestamp of when the DB2.OPEN_LOG was invoked.
其中一个包含标记名的共享内存的位置及其日志操作,第二个结构包含调用DB 2 . OPEN_LOG时的时间戳。
youdao
10. To get that word, you would need to load a quadword from memory location 0, and then shift the bits so that the value you want is in the preferred slot.
要获得此字,应该先要从内存位置0加载一个四字,然后再移位以使所想要的值存在于首选槽内。
youdao
11. The third byte of this memory location further points to some other dynamically allocated memory location of 10 bytes, as shown in Figure 6.
该内存位置的第三个字节又指向某个动态分配的10字节的内存位置,如图6所示。
youdao
12. In the absence of synchronization, it is allowable (according to the JMM) for two threads to see different values in the same memory location.
在缺少同步的情况下,J MM会允许两个线程在同一个内存地址上看到不同的值。
youdao
13. A CAS operation includes three operands — a memory location (v), the expected old value (a), and a new value (B).
CAS操作包含三个操作数——内存位置(V)、预期原值(A)和新值(B)。
youdao
14. Because of the way the code is structured, we now know that memory location 0001f574 stores some kind of data.
通过代码的构造方式,我们现在知道内存地址0001f 574处存储有某种类型的数据。
youdao
15. Because it's not possible to determine the number of bytes to be accessed from a memory location, a method is needed to find out the amount of memory addressed.
因为不可能决定从一个内存位置开始访问的字节数,所以需要用一个方法计算访问的内存量。
youdao
16. The address bus is used by the processor to select aspecific memory location or register within a particular peripheral.
地址总线被处理器用来选择在特定外设中的存储器地址或寄存器。
youdao
17. To change the contents of memory location 0xc000000 to 0x10.
将内存位置为0xc000000上的内容更改为0x10。
youdao
18. Suppose there is a pointer memoryArea pointing to a memory location of 10 bytes.
假设有一个指针memoryArea,它指向一个10字节的内存位置。
youdao
19. Stopping upon access (or modification) of a specific virtual memory location.
当存取(或修改)某个特定的虚拟内存位置时停止。
youdao
20. The next line, C3, takes the pointer in eax and stores it back into the instance reference at memory location 049388C8.
下一行代码,C3,获取 eax中的指针并将其存储回内存位置为 049388C8的实例引用。
youdao
21. It becomes the responsibility of the calling function to keep track of this memory location and handle it properly.
跟踪该内存位置并正确地处理它就成为了calling函数的职责。
youdao
22. The first two lines of assembly code at B0 and B5 load the instance reference from memory location 049388C8 into eax and test for null.
B0和B5 处的前两行汇编代码将 instance引用从内存位置 049388C8 加载至eax 中,并进行 null 检查。
youdao
23. In contrast, with a static field, that field exists in only one memory location (or, more specifically, in only one memory location per AppDomain), regardless of the number of instances.
而相反,对于静态字段,无论有多少实例,该字段只位于一个存储位置(或者,更具体地说,在每个AppDomain中,只位于一个存储位置)。
youdao
24. If the value in memory location 2 is the number 0, continue with instruction 9.
如果位置2中的数字为0,就继续执行第9步。
youdao
25. This program tries to store to an unallocated memory location by doing a string copy from arr to the p variable. The expected result is a SEGSEGV signal, as you can see
这个程序试图在一个尚未分配的内存中保存数据:它执行一个字符串复制操作,将arr中的数据复制到p变量中。
youdao
26. Add the number 1 to the value of memory location 1.
将位置1中的数字加上1。
youdao
27. Subtract the number 11 from the value in memory location 2.
从位置2中的数字中减去11。
youdao
28. The most common analysis is data dependence analysis, which is to determine the instructions that use the variable (register or memory location) modified by another instruction.
最通常的分析是数据依存性分析,它用来确定指令使用的变量(寄存器或内存位置)是否被另一条指令修改。
youdao
29. This pointer refers to the memory location of the indicated object.
这是指表示对象的内存位置的指针。
youdao
30. This pointer refers to the memory location of the indicated object.
这是指表示对象的内存位置的指针。
youdao
memory location




