-
mfc模拟动态创建,可以在源码中清楚看出mfc的动态创建过程,深入理解mfc...
mfc模拟动态创建,可以在源码中清楚看出mfc的动态创建过程,深入理解mfc-mfc simulate dynamic creation, can be clearly seen in the source code mfc dynamic creation process, in-depth understanding of mfc
- 2022-02-15 16:59:50下载
- 积分:1
-
注册表浏览器,可以罗列出注册表的各项信息
注册表浏览器,可以罗列出注册表的各项信息-registry browser, you can set out the registry of information
- 2022-10-19 11:45:02下载
- 积分:1
-
这是一个c++的编程学习软件,可能对大家有用,
这是一个c++的编程学习软件,可能对大家有用,-c This is a learning software programming, may be useful for all,
- 2023-08-05 16:05:03下载
- 积分:1
-
显示系统信息,能够获取系统硬件及操作系统信息
显示系统信息,能够获取系统硬件及操作系统信息-Display system information, access to system hardware and operating system information
- 2022-01-26 00:37:16下载
- 积分:1
-
vbapi function description. Vb which contains all the instructions for use of th...
vbapi函数的说明。包含了所有的vb当中的api函数的使用说明-vbapi function description. Vb which contains all the instructions for use of the api functions
- 2022-03-15 09:26:19下载
- 积分:1
-
WINDOWS NT下查看所有文件,注册表项的源码.
WINDOWS NT下查看所有文件,注册表项的源码.-WINDOWS NT check all the documents, the registry of the source.
- 2023-05-24 18:05:03下载
- 积分:1
-
This is used to solve linear equations of the code, you can reference for beginn...
这个是用于求解线性方程组的代码,可以供初学者参考,功能不错,比较完善-This is used to solve linear equations of the code, you can reference for beginners, function well, relatively perfect
- 2022-02-05 00:01:12下载
- 积分:1
-
应用内存映射文件方式,实现了在应用程序的进程之间进行共享数据...
应用内存映射文件方式,实现了在应用程序的进程之间进行共享数据-application memory mapping document, achieved in the application process for sharing data between
- 2022-05-05 17:42:47下载
- 积分: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
-
使用VC开发的计算尺,可以测量长度,角度等。并具有数据库存储功能。
使用VC开发的计算尺,可以测量长度,角度等。并具有数据库存储功能。- Uses the VC development the calculating rule, may survey the
length, the angle and so on. And has the database memory function.
- 2022-05-28 12:33:06下载
- 积分:1