-
使记事本窗口变为透明窗口的VC程序,时学习vc的好程序!
使记事本窗口变为透明窗口的VC程序,时学习vc的好程序!-enable the Notepad window transparent window into the VC procedures when vc a good learning process!
- 2022-03-24 16:03:38下载
- 积分:1
-
截屏,备份IP地址源码
截屏,备份IP地址源码-Screenshots, backup source IP address
- 2022-03-02 21:17:08下载
- 积分:1
-
Delphi多线程计时器
MultiThread Timer for Delphi
- 2022-01-25 23:42:08下载
- 积分:1
-
该程序实现了在系统的对话框上加按钮,比如在资源管理器中添加文件大小列。...
该程序实现了在系统的对话框上加按钮,比如在资源管理器中添加文件大小列。-The program implements the system add button on the dialog box, such as Explorer, add the file size of the column.
- 2023-06-25 21:20:04下载
- 积分:1
-
空间后方交会
摄影测量的空间后方交会程序,主要是计算地面点的三维坐标-spatial resection
- 2023-02-09 09:20:03下载
- 积分:1
-
Shell programming code, operate like ITEMIDLIST
Shell编程相关代码,操作ITEMIDLIST类-Shell programming code, operate like ITEMIDLIST
- 2022-03-19 15:12:12下载
- 积分:1
-
多进程同步读写 使用互斥量,事件量同步读写操作,数据记录存放在内存映射文件中,读写指针也存放在内存映射文件中.基于对话框的程序,使用listbox控件显示运行状...
多进程同步读写 使用互斥量,事件量同步读写操作,数据记录存放在内存映射文件中,读写指针也存放在内存映射文件中.基于对话框的程序,使用listbox控件显示运行状态,并及时清空listbox控件。进程之间共享数据。-?????掏 ????列
- 2022-02-21 16:46:01下载
- 积分:1
-
虚拟内存控制 C 语言源码
虚拟内存控制 C 语言源码 -virtual memory control C language source code
- 2022-08-07 22:05:15下载
- 积分:1
-
又一个字体有关的程序值得一看
又一个字体有关的程序值得一看-also a font is worth looking at the procedures
- 2022-01-26 07:49:33下载
- 积分:1
-
JOS Lab 2: Memory Management
The first component is a physical memory allocator for the kernel, so that the kernel can allocate memory and later free it. Your allocator will operate in units of 4096 bytes, called pages. Your task will be to maintain data structures that record which physical pages are free and which are allocated, and how many processes are sharing each allocated page. You will also write the routines to allocate and free pages of memory.
The second component of memory management is virtual memory, which maps the virtual addresses used by kernel and user software to addresses in physical memory. The x86 hardware memory management unit (MMU) performs the mapping when instructions use memory, consulting a set of page tables. You will modify JOS to set up the MMU page tables according to a specification we provide.
- 2022-02-05 12:16:48下载
- 积分:1