byte memory address 中文意思是什麼

byte memory address 解釋
位元組存儲地址
  • byte : n. 【計算機】二進位組,信息組,位元組,位組。
  • memory : n. 1. 記憶;記憶力;【自動化】存儲器;信息存儲方式;存儲量。2. 回憶。3. 紀念。4. 死後的名聲,遺芳。5. 追想得起的年限[范圍]。
  • address : n 1 (信上的)稱呼,姓名;地址。2 致辭;寒喧;演說;正式請願。3 談吐,風度。4 〈pl 〉 求愛,獻殷...
  1. The second line tells you that starting immediately after, at address 0x00010000, is an 8, 192 - byte stretch two 4k pages of committed memory - memory that can be addressed and that is backed by page frames in the paging file

    第二行說明緊跟在後面,從地址0x00010000起,有一個長為8 , 192位元組(兩個4k頁面)的提交內存,即可以尋址並且得到分頁文件中的頁幀支持的內存。
  2. Big endian means that the most significant byte of any multibyte data field is stored at the lowest memory address, which is also the address of the larger field

    大端位元組意味著任意多位元組數據欄位的高位位元組存儲于低的內存地址中。低內存地址也是大欄位的地址。
  3. One problem is that a pointer is not a type abstraction, but a machine representation with a tag type recommendation as to how to interpret the extent and internal organization of the memory following the address of the first byte, and this falls short of the abstraction the software runtime imposes on memory and the automation and security one can extrapolate from that

    一個問題是:指針不是類型抽象,而是計算機表示形式(對于地址的第一個位元組后的內存的外部和內部組織方式的解釋方式,採用標記類型建議) ,這達不到軟體運行庫對內存強制的抽象性要求,以及可由此推斷出的自動化和安全性要求。
  4. Little endian means that the least significant byte of any multibyte data field is stored at the lowest memory address, which is also the address of the larger field

    小端位元組意味著任意多位元組數據欄位的低位位元組存儲于低的內存地址中,低內存地址也是大欄位的地址。
  5. Get the address where the first byte of the file is mapped into memory

    並將文件的數據作為映射到該區域的物理存儲器進行提交。
  6. Command takes an address symbol and a byte count and displays the raw contents of memory starting at the specified address for

    命令帶有地址符號以及位元組計數,顯示從指定的地址開始的
  7. The address of the first byte of a page in physical memory

    在實存儲器中一個頁面的第一個位元組的地址。
分享友人