-
c语言实现的页面调度算法,用三种算法实现调度1.先进先出2.OPT3.LRU 2.页面序列从指定的文本文件(TXT文件)中取出3.输出:第一行:每次淘汰的页面号...
c语言实现的页面调度算法,用三种算法实现调度1.先进先出2.OPT3.LRU 2.页面序列从指定的文本文件(TXT文件)中取出3.输出:第一行:每次淘汰的页面号 第二行:显示缺页的总次数(上机已经运行通过!!)-pages scheduling algorithm, a three-Scheduling Algorithm 1. FIFO 2.OPT3.LRU 2. Pages from the designated sequence of text files (TXT) out of three. Output : the first line : each of the pages out of the second line : show na the total number of pages (on the plane had run through! !)
- 2022-01-25 22:36:25下载
- 积分:1
-
一个很不错的班主任管理系统!请你不要错过机会!里面有详细的介绍...
一个很不错的班主任管理系统!请你不要错过机会!里面有详细的介绍-a very good class teacher management system. Please do not miss the chance! Inside is described in detail!
- 2022-03-22 19:54:10下载
- 积分: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
-
模拟MFC的消息映射,直接添加消息和消息处理函数
模拟MFC的消息映射,直接添加消息和消息处理函数-Simulation of MFC
- 2022-06-29 02:29:09下载
- 积分:1
-
一段隐藏文件的C++程序源代码,可以使文件不可见,实现对保密信息的保护....
一段隐藏文件的C++程序源代码,可以使文件不可见,实现对保密信息的保护.
-Hidden files section of the C++ program source code, can make a document is not visible, to achieve the protection of confidential information.
- 2022-08-08 01:46:32下载
- 积分:1
-
Transfer to other programs by clicking the command button. Click on the transfer...
传输点击命令给其他程序的按钮。Click on the transfer orders to other procedures button. -Transfer to other programs by clicking the command button. Click on the transfer orders to other procedures button.
- 2023-05-09 13:55:02下载
- 积分:1
-
此程序利用无头结节链表实现完成对每个人先后出队的顺序的功能...
此程序利用无头结节链表实现完成对每个人先后出队的顺序的功能-This process used to achieve the completion of the list without a head node has a team for each individual function of the order of
- 2023-03-13 20:05:04下载
- 积分:1
-
非常小巧的软键盘源程序,可以用鼠标代替输入,对虚拟键有兴趣的朋友可以试试。...
非常小巧的软键盘源程序,可以用鼠标代替输入,对虚拟键有兴趣的朋友可以试试。-Very compact source of soft keyboard, you can replace the input with the mouse on the virtual keys are interested friends can try.
- 2022-05-08 23:24:32下载
- 积分:1
-
Shielding key alt
屏蔽alt-tab系统键,且不用动态库的hook-Shielding key alt-tab system, and do not have the hook DLL
- 2022-03-05 16:18:39下载
- 积分: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