搜索资源列表
20040511101
- 从表面上看,保护模式和实模式并没有太大的区别,二者都使用了内存段、中断和设备驱动来处理硬件,但二者有很多不同之处。我们知道,在实模式中内存被划分成段,每个段的大小为64KB,而这样的段地址可以用16位来表示。内存段的处理是通过和段寄存器相关联的内部机制来处理的,这些段寄存器(CS、DS、 SS和ES)的内容形成了物理地址的一部分。具体来说,最终的物理地址是由16位的段地址和16位的段内偏移地址组成的。用公式表示为:物理地址=左移4位的段地址+偏移地址。-On the surface, prote
SDFDF
- 内存中断向量物理地址排序-memory physical address Ranking
Task_Centered_User_Interface_Design
- The central goal of this book is to teach the reader how to design user interfaces that will enable people to learn computer systems quickly and use them eff ectively, effi ciently, and comfortably. The interface issues addressed are prima
windows
- 显示系统信息,和驱动器序号.内存物理内存的使用和剩余-Display system information, and the drive serial number. Memory physical memory use and the remaining
messgagegongxiang
- 多个窗口消息共享同一个消息处理函数。由第一个消息参数指定发送窗口的句柄,第二个消息视图却能够为多个其他进程所映射,这些进程共享的是物理存储器的同一个页面。在响应函数中将数据从共享内存复制到本地缓存中,再进行后续的处理。-More than one message share the same window message handler function. A message from the first parameter specifies the window handle to send
DeviceDriveDemo
- 基于对话框的应用程序,应用List Box和List Control可以获取磁盘名和空间、显示器分辨率、物理内存使用情况。-Dialog-based application, List Box and List Control applications can access the disk name and space, display resolution, physical memory usage.
Test
- VS2008 实时的计算CPU,获取物理内存和磁盘大小 ShellExecute的使用 FindFirstFile和FindNextFile的使用-simple code for Getting message of CPU , disk , physical memory and in real time simple code for ShellExecute Funtion simple code for FindFirstFile and FindNextFile F