-
深入浅出动态库编程,文章详细介绍了动态库的理论,以及如何进行动态库编程...
深入浅出动态库编程,文章详细介绍了动态库的理论,以及如何进行动态库编程-Dynamic Library Programming in layman
- 2022-07-16 00:53:42下载
- 积分:1
-
模拟操作系统中的主存的分配与回收,附带试验报告
模拟操作系统中的主存的分配与回收,附带试验报告-simulation of the operating system"s main memory allocation and recovery, fringe Test Report
- 2022-06-18 18:03:24下载
- 积分: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
-
系统热键的设置的一个例子
系统热键的设置的一个例子-set an example
- 2022-05-15 12:44:01下载
- 积分:1
-
老外写的运行时获取屏幕分辨率和改变分辨率的源码
老外写的运行时获取屏幕分辨率和改变分辨率的源码-foreigners write access to the run-time change screen resolution and the resolution FOSS
- 2023-02-28 16:15:04下载
- 积分:1
-
自己写的一个搜索文件的工具,采用递归搜索,可以选择不同的驱动器,统计文件和文件夹。...
自己写的一个搜索文件的工具,采用递归搜索,可以选择不同的驱动器,统计文件和文件夹。-himself wrote a document search tool, using recursive search, can choose a different drive, statistics files and folders.
- 2022-07-26 09:37:15下载
- 积分:1
-
windows的核心编程丛书,详细讲述windows的机理,全面系统地介绍了Windows的各种基本构件,如进程、线程、DLL和内存管理等,并列举了大量应用程序...
windows的核心编程丛书,详细讲述windows的机理,全面系统地介绍了Windows的各种基本构件,如进程、线程、DLL和内存管理等,并列举了大量应用程序,精辟地分析了构件的使用方法,为掌握Windows 编程技巧提供了一条有效的捷径。对于不同水平的Windows 编程人员来说,本书都具有极好的参考价值。
-the core of windows programming books describe in detail the mechanism of windows, a comprehensive and systematic introduction to a variety of Windows, the basic components, such as process, thread, DLL, and memory management, and lists a large number of applications, insightful analysis of the components use, in order to master the Windows programming techniques provides an effective shortcut. For the different levels of Windows programmers, this book has an excellent reference value.
- 2022-07-15 16:09:12下载
- 积分:1
-
一个日历的代码示例
一个日历的代码示例-A calendar of the code samples
- 2022-08-17 07:38:25下载
- 积分:1
-
关于C++语言的一个新的扩展――标准模板库的(Standard Template Library)源码,非常详细...
关于C++语言的一个新的扩展――标准模板库的(Standard Template Library)源码,非常详细-On C++ Language of a new extension- the standard template library (Standard Template Library) source code, very detailed
- 2022-03-10 05:21:57下载
- 积分:1
-
这是个模拟鼠标事件的源代码
这是个模拟鼠标事件的源代码-This is a simulation of the mouse source code! !
- 2022-03-05 22:11:32下载
- 积分:1