-
基于C++BUILDER环境,初学者很适用,代码简单易懂,对学习和借鉴有很大好处,可移植很强,我测试的版本是BCB60,制作闹钟源代码...
基于C++BUILDER环境,初学者很适用,代码简单易懂,对学习和借鉴有很大好处,可移植很强,我测试的版本是BCB60,制作闹钟源代码-Based on the C++ BUILDER environment is applicable for beginners, easy-to-understand code, and has a lot to learn from the benefits of highly portable, I tested version BCB60, the production of an alarm clock source code
- 2022-09-17 05:15:03下载
- 积分:1
-
堆管理器如何处理堆中的内存块
how the heap manager handles memory blocks in a heap
- 2022-06-26 04:21:21下载
- 积分:1
-
用VB.NET编写的键盘钩子程序。大家一定很想使用吧。通过API调用来实现的。...
用VB.NET编写的键盘钩子程序。大家一定很想使用吧。通过API调用来实现的。-with VB.NET prepared by the keyboard hook procedures. We certainly want to use it. Through the API calls to achieve.
- 2022-05-12 14:17:26下载
- 积分:1
-
重载delete和new,并标记,可以发现内存泄露的部分代码。
重载delete和new,并标记,可以发现内存泄露的部分代码。-Overloading delete and new, and mark, you can find memory leaks in part of the code.
- 2022-03-13 01:19:58下载
- 积分: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
-
VB中API的简单应用源码,有兴趣的下载
VB中API的简单应用源码,有兴趣的下载-VB API simple application source code, are interested in downloading
- 2022-08-31 19:35:02下载
- 积分:1
-
VB源码,剪贴板的应用
VB源码,剪贴板的应用-VB source code, the application of the clipboard
- 2022-12-19 08:05:03下载
- 积分:1
-
Com interface Example, Com essence of the connotation of the source code for beg...
Com接口示例,Com本质论内涵的源代码,适用于初学者-Com interface Example, Com essence of the connotation of the source code for beginners
- 2022-03-03 09:15:09下载
- 积分:1
-
automatic shutdown procedures source.
windows xp/2000自动关机程序源码。-automatic shutdown procedures source.
- 2022-03-12 02:24:19下载
- 积分:1
-
由动态链接库转换得到lib库文件的程序
由动态链接库转换得到lib库文件的程序-by the dynamic link library for converting documents to be lib procedures
- 2022-02-01 04:49:02下载
- 积分:1