Ví dụ về việc sử dụng Memory locations trong Tiếng anh và bản dịch của chúng sang Tiếng việt
{-}
-
Colloquial
-
Ecclesiastic
-
Computer
Objects are memory locations containing data as laid down by the programmer(and the computer).
They are allocated in different memory locations.
The device is connected directly to certain main memory locations so that I/O device can transfer block of data to/from memory without going through CPU.
The FC stores the results of this operation in memory locations.
Bit address bus- It can access 216 memory locations- 64 KB(65536 locations) each of RAM and ROM.
The CPU cache is a smaller and faster memory than the main memory, it stores copies of the data from frequently used main memory locations.
Identity operators compare memory locations of two objects.
Even if two different memory locations are written by the same thread in sequence, the two newly written values may be observed in different order by other threads.
Variables are nothing but reserved memory locations to store certain values.
Let's view the histories of all memory locations in a space-time diagram in which the horizontal axis represents the address space(i.e., each memory location is represented by a point on that axis) and the vertical axis represents time(we will see that, in general, there is not a universal notion of time).
Registers: these components are special memory locations that can be accessed very fast.
The example shows that the original value type andthe boxed object use separate memory locations, and therefore can store different values.
Most modern telephones, both mobile and fixed, have memory locations in which telephone numbers can be stored.
Malware often depends on specific files being in certain memory locations and this technology helps stop buffer overflows from working properly.".
To optimize memory use,manufacturers should ensure that their firmware reserves memory locations either at the beginning or at the end of the physical memory address space.
Not only does this imply that allthreads view the same sequence of values for all memory locations, but also that all processors observe the same combinations of values of all variables.
For those unfamiliar, so-called‘segfaults' occur when poorlywritten programs falsely attempt to access memory locations that are otherwise out of scope- or have been modified to be accessed in a forbidden way, like writing to a read-only property.
Lvalue: Expressions that refer to a memory location is called"lvalue".
The EEPROM memory location is 1K bytes and is divided into 16 sectors.
A variable in PHP is a name of memory location that holds data.
Most importantly, the variable name refers to the memory location where the value of the variable is going to be stored.
This creates a new pointer to that memory location of the original object in a new variable.
Each entry consists of thevirtual address of the page stored in that real memory location, with information about the process that owns that page.
This operation will move the pointer to next memory location without impacting actual value at the memory location.
You can thenthink of a reference as a second label attached to that memory location.
When you assign it to 10 in the secondline your value 10 is written into the memory location pointed to by x.
For example, function strcat() to concatenate two strings, function memcpy()to copy one memory location to another location and many more functions.
Addresses are sent over the address bus to signal a memory location, and the data is transferred over the data bus to that location. .