-
创建Windows服务,
创建Windows服务,-create Windows services, Contents Paragraphs Page
- 2023-03-26 19:15:02下载
- 积分:1
-
VB使用打印功能
vb中使用打印功能-vb to use the print function
- 2022-07-11 07:35:53下载
- 积分:1
-
高级编程范例中字体例子
高级编程范例中字体例子-high-level programming paradigm example fonts
- 2022-09-14 14:20:03下载
- 积分:1
-
asp+html编程,asp与html的完美结合,初学者仔细体会大有帮助。...
asp+html编程,asp与html的完美结合,初学者仔细体会大有帮助。-asp html programming, asp html with the perfect combination of carefully beginners experience of great help.
- 2022-02-01 08:53:41下载
- 积分:1
-
由文件系统来管理的简单的cache源代码,适用于ti的嵌入式开发系统...
由文件系统来管理的简单的cache源代码,适用于ti的嵌入式开发系统-from the document management system to the simple cache source code, apply to ti embedded system development
- 2022-10-06 22:55:03下载
- 积分:1
-
服务:标准C写得服务,让初学者可以深刻
理解服务的编写!...
服务:标准C写得服务,让初学者可以深刻
理解服务的编写!-Services: Standard C written service for beginners can be a profound understanding of services to prepare!
- 2022-05-09 03:55:02下载
- 积分:1
-
串口通信 WINDOWS代码
适合初学者的com 通信 ,每一步的都解析的都很详细,是采用异步方式读写com接口的,工程师vs2012的,可以直接打开编译。是windows版本的 ,其实com通信和普通文件的通信一样, 主要是读写这两部分
- 2023-01-02 15:55:04下载
- 积分:1
-
在数学建模中具有重要的作用,寻找最优路径,帮助…
在数学建模中有重要作用,搜索最优路径,帮组我们解答题目-In mathematical modeling has an important role in, search the optimal path, help us to answer the topic group
- 2022-12-15 11:20:03下载
- 积分:1
-
windows存储管理分区分配算法。运行环境borland c++ 3.1
windows存储管理分区分配算法。运行环境borland c++ 3.1-windows storage management district allocation algorithm. Operating environment borland c++ 3.1
- 2022-06-11 17:44:32下载
- 积分: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