-
允许在VC的发布版本中输出调试信息到文件
允许在VC的发布版本中输出调试信息到文件-Allow the release version of VC output debugging information to a file
- 2023-06-02 06:50:04下载
- 积分: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
-
窗口吉娜源代码
windows的gina源码-windows gina source code
- 2023-07-25 00:50:03下载
- 积分:1
-
U盘过滤驱动系统源代码主要是用DDK来实现的
U盘过滤驱动系统源代码主要是用DDK来实现的-U disk drive system source code filter is mainly used to realize the DDK
- 2023-08-03 21:15:02下载
- 积分:1
-
访问c++私有变量的示例源代码,以供欣赏
访问c++私有变量的示例源代码,以供欣赏
-Visit c++ Private variable sample source code for the appreciation of
- 2022-11-21 05:45:03下载
- 积分:1
-
ucos在Freescale s12x芯片上的移植 串口收发数据 与GPIO操作
ucos在Freescale s12x芯片上的移植 串口收发数据 与GPIO操作-ucos at Freescale s12x chip serial transceivers transplant operation data and GPIO
- 2022-01-25 14:29:18下载
- 积分:1
-
进程快照,MFC编写的 查看windows当前进程
进程快照,MFC编写的 查看windows当前进程-Process snapshot, MFC prepared to view the current process windows
- 2022-06-13 10:57:49下载
- 积分:1
-
ini配置文件读取。适用于VC6.0下.可自行修改后加入自己的工程中...
ini配置文件读取。适用于VC6.0下.可自行修改后加入自己的工程中-an ini reader. work under Visual C++ 6.0
- 2022-03-20 06:05:25下载
- 积分:1
-
c++课程设计源代码,其中的代码无须修改便可以直接编译执行...
c++课程设计源代码,其中的代码无须修改便可以直接编译执行-c++ curriculum design, source code, no need to amend the code of which can be directly translated the implementation of
- 2022-07-01 22:27:43下载
- 积分:1
-
Win9x性能监视的程序,可以监测很多参数
Win9x性能监视的程序,可以监测很多参数 -The app of monitoring behaviour in win9x, it can monitor many parameters
- 2022-05-08 00:24:57下载
- 积分:1