英文字典中文字典


英文字典中文字典51ZiDian.com



中文字典辞典   英文字典 a   b   c   d   e   f   g   h   i   j   k   l   m   n   o   p   q   r   s   t   u   v   w   x   y   z       







请输入英文单字,中文词皆可:

paging    音标拼音: [p'edʒɪŋ]
分页,页面调度

分页,页面调度

paging
分页;页次;换页;编页;页面调度;分页(法)

paging
分页 调页

paging
n 1: calling out the name of a person (especially by a
loudspeaker system); "the public address system in the
hospital was used for paging"
2: the system of numbering pages [synonym: {pagination}, {folio},
{page number}, {paging}]

Page \Page\, v. t. [imp. & p. p. {Paged} (p[=a]jd); p. pr. & vb.
n. {Paging} (p[=a]"j[i^]ng).]
To mark or number the pages of, as a book or manuscript; to
furnish with folios.
[1913 Webster]


Paging \Pa"ging\, n.
The marking or numbering of the pages of a book.
[1913 Webster]

A technique for increasing the memory space
available by moving infrequently-used parts of a program's
{working memory} from {RAM} to a secondary storage medium,
usually {hard {disk}. The unit of transfer is called a page.

A {memory management unit} (MMU) monitors accesses to memory
and splits each address into a page number (the most
significant bits) and an offset within that page (the lower
bits). It then looks up the page number in its page table.
The page may be marked as paged in or paged out. If it is
paged in then the memory access can proceed after translating
the {virtual address} to a {physical address}. If the
requested page is paged out then space must be made for it by
paging out some other page, i.e. copying it to disk. The
requested page is then located on the area of the disk
allocated for "{swap space}" and is read back into {RAM}. The
page table is updated to indicate that the page is paged in
and its physical address recorded.

The MMU also records whether a page has been modified since it
was last paged in. If it has not been modified then there is
no need to copy it back to disk and the space can be reused
immediately.

Paging allows the total memory requirements of all running
tasks (possibly just one) to exceed the amount of {physical
memory}, whereas {swapping} simply allows multiple processes
to run concurrently, so long as each process on its own fits
within {physical memory}.

(1996-11-22)


请选择你想看的字典辞典:
单词字典翻译
paging查看 paging 在百度字典中的解释百度英翻中〔查看〕
paging查看 paging 在Google字典中的解释Google英翻中〔查看〕
paging查看 paging 在Yahoo字典中的解释Yahoo英翻中〔查看〕





安装中文字典英文字典查询工具!


中文字典英文字典工具:
选择颜色:
输入中英文单字

































































英文字典中文字典相关资料:


  • Paging - GeeksforGeeks
    Paging is the process of moving parts of a program, called pages, from secondary storage into the main memory (RAM) The main idea behind paging is to break a program into smaller fixed-size blocks called pages
  • UAB Paging - Login
    All users may login utilizing Advanced Paging login or Blazer ID credentials Services are available to registered users of this website and include Group Paging and Schedule Paging
  • Paging in Operating Systems: What it Is How it Works
    Paging is a memory management technique in operating systems that enables processes to access more memory than is physically available The system improves performance and resource utilization and reduces the risk of page faults This method is also known as swapping in Unix-like systems
  • Memory paging - Wikipedia
    Paging is an important part of virtual memory implementations in modern operating systems, using secondary storage to let programs exceed the size of available physical memory
  • Paging in Operating System (OS): What is, Advantages, Example - Guru99
    Paging is a storage mechanism that allows OS to retrieve processes from the secondary storage into the main memory in the form of pages In the Paging method, the main memory is divided into small fixed-size blocks of physical memory, which is called frames
  • Paging in Operating System: What is it and How it works
    Paging is a memory management method that divides both the main memory and processes into fixed-size blocks referred to as pages This division is great for the efficient utilization of memory and makes it possible for the non-contiguous allocation of memory with respect to processes
  • Paging in Operating System (OS): Definition, Benefits Drawbacks
    Paging is an essential Memory Management method that connects a computer's physical memory to its virtual memory It divides memory into smaller sections called Pages, enabling processes to retrieve necessary data without having to load all of it into RAM simultaneously
  • Paging in OS - Tpoint Tech - Java
    In Operating Systems, Paging is a storage mechanism used to retrieve processes from the secondary storage into the main memory in the form of pages The main idea behind the paging is to divide each process in the form of pages The main memory will also be divided in the form of frames
  • what is paging in os? (exploring memory management techniques)
    paging revolutionized memory management by dividing both physical memory and logical memory into fixed-size blocks called frames and pages, respectively this allowed processes to be non-contiguously allocated in memory, eliminating external fragmentation
  • What Is Paging? - Computer Hope
    Meaning of paging, a memory management technique in computers that optimizes storage access through pages, reducing fragmentation and enabling memory use





中文字典-英文字典  2005-2009