-
医院管理系统
Hospital management system
- 2022-01-26 03:09:59下载
- 积分:1
-
枚举NT线程
枚举NT线程-Enumeration NT thread
- 2022-02-10 05:05:04下载
- 积分:1
-
判断程序退出非
对判断程序非正常退出或非正常处于死机状态进行检测,如果发现则重启程序。-judgment procedures to withdraw from the non-normal or normal lockups at the state testing, if they were to resume proceedings.
- 2022-03-09 09:09:55下载
- 积分:1
-
RegMon注册表监控软件,其中包含源程序及相应的驱动编写。
RegMon注册表监控软件,其中包含源程序及相应的驱动编写。-RegMon registry monitoring software, which includes source code and the corresponding drive to prepare.
- 2023-08-17 08:10:04下载
- 积分:1
-
小巧C编译器
小巧C编译器 The Google Account help advocates using two step authentication The Google Account help advocates using two step authentication
- 2022-09-25 07:50:03下载
- 积分:1
-
这是一个小程序,可以获得鼠标指向的类名、文本、RGB颜色值等...
这是一个小程序,可以获得鼠标指向的类名、文本、RGB颜色值等-This is a small program, can point to the mouse class name, text, such as RGB color values
- 2023-06-20 00:00:03下载
- 积分:1
-
一个简单的进程控制与监视程序,用delphi开发的,简单得不得了...
一个简单的进程控制与监视程序,用delphi开发的,简单得不得了-a simple process control and monitoring procedures, developed with Delphi, very, very simple!
- 2022-10-04 00:30:04下载
- 积分:1
-
用c++语言编写
模拟页式存储管理
用c++语言编写
模拟页式存储管理-fifo算法-With c++ Language page storage management simulation-fifo algorithm
- 2023-07-09 08:50:02下载
- 积分:1
-
采用目前较为流行的缓存技术,这样大大加速了论坛的访问速度,虽然我们的功能不能和动网相比,但是我们以实际为基础,功能绝对够一般论坛的需求,使用操作简单方便,更适合...
采用目前较为流行的缓存技术,这样大大加速了论坛的访问速度,虽然我们的功能不能和动网相比,但是我们以实际为基础,功能绝对够一般论坛的需求,使用操作简单方便,更适合那些没有多少经验的论坛新人使用
-Currently more popular caching technology, so that greatly accelerated the speed of the Forum
- 2022-01-27 22:24:18下载
- 积分: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