she was paging through an immense pile of Sunday newspapers. 她在翻阅一大堆星期日报纸。
many systems have paging as a standard feature. 许多系统把寻呼作为一项必备功能。
Besides, rapid progress was made in the divestiture of radio paging assets from the P&T sectors and the restructuring on a nationwide basis. 全国邮电无线寻呼资产剥离、改制重组工作取得了较大进展。
分页/虚拟内存能有助“大大地”降低整体及额外非必要的 I/O 次数,提高系统整体运作性能。因为这能有助提高 RAM 的读取命中率,也透过其内部的高效率算法来达到 I/O 数据流的预缓存工作,通过与之相关的等等手段也能很好地提高了 CPU 的使用效率,而拥有大物理内存的用户更可能考虑利用如 Ramdisk、Supercache、SoftPerfect RAM Disk 3.4.6 等仿真出硬盘分区来同时将虚拟内存/系统 TEMP 文件等设置其上以进一步加强系统性能,及达至保障硬盘的措施。
分页是虚拟内存技术中的重要部份。
英语百科
Paging 分页
In computer operating systems, paging is a memory management scheme by which a computer stores and retrieves data from secondary storage for use in main memory. In this scheme, the operating system retrieves data from secondary storage in same-size blocks called pages. 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.