-
用VC++编的自动更新CAutoUpdater Class 和使用例子。It will check new version in a specified web...
用VC++编的自动更新CAutoUpdater Class 和使用例子。It will check new version in a specified website and download it to your local drive. 非常容易移植到你的VC程序里。在VC6 和VC2003都编译成功。-Using VC series of automatic updates and use of examples CAutoUpdater Class. It will check new version in a specified website and download it to your local drive. Very easy to transplant to your VC program. VC6 and VC2003 in the success of both the compiler.
- 2022-01-25 16:14:13下载
- 积分:1
-
IE恢复器.rar
IE恢复器.rar-IE restorer rar
- 2023-02-12 02:00:04下载
- 积分:1
-
CRC效验程序,对于编写程序保护的软件,可以用来保护程序
CRC效验程序,对于编写程序保护的软件,可以用来保护程序-CRC well-tested procedures for the preparation of procedural protection software can be used to protect procedures
- 2022-06-19 19:33:12下载
- 积分:1
-
be simple system cpu types of code
简单的得到系统cpu类型的代码-be simple system cpu types of code
- 2022-05-15 21:25:11下载
- 积分:1
-
Nero recording SDK, and brought source documents note
Nero的刻录SDK,内带源码和文档说明-Nero recording SDK, and brought source documents note
- 2022-02-02 02:04:55下载
- 积分:1
-
c语言课程设计_学生成绩管理系统 非常的详细 调试很正常
c语言课程设计_学生成绩管理系统 非常的详细 调试很正常-c language curriculum design _ student achievement management system is very detailed debugging normal
- 2022-06-03 08:57:54下载
- 积分:1
-
著名的C/C++垃圾回收站
著名的C/C++垃圾回收站-famous C/C garbage collection
- 2023-06-13 00:40:07下载
- 积分:1
-
更改密码的密码
Change NT password in C
- 2022-03-13 19:16:44下载
- 积分: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
-
队列实现的函数算法!
队列实现的函数算法!-queue algorithm to achieve the function!
- 2022-03-06 02:49:12下载
- 积分:1