-
CPU调度C语言实现 实现1FCFS(先到先服务) 2SJF(最段作业优先调度) 3RR(轮转法) 4PSA(优先权调度)n) 5EXIT 6...
CPU调度C语言实现 实现1FCFS(先到先服务) 2SJF(最段作业优先调度) 3RR(轮转法) 4PSA(优先权调度)n) 5EXIT 6时间的延迟; 7:屏幕的换色.-CPU scheduling C Language Implementation 1FCFS (first come-first services) 2SJF (most of the operational priority scheduling) 3RR (Web) 4PSA (Priority Scheduling) n) 5EXIT six hours of delay; 7 : screen for color.
- 2022-02-26 06:57:36下载
- 积分:1
-
操作系统课程设计
操作系统课程设计- The operating system curriculum designs
- 2022-02-14 12:12:38下载
- 积分:1
-
Orange s:一个操作系统的实现(书附源码)chapter2.rar
Orange s:一个操作系统的实现(书附源码)chapter2.rar-Orange" s: an operating system implementation (source code attached to the book) chapter2.rar
- 2023-01-12 20:15:03下载
- 积分:1
-
osapi 2.0 操作系统抽象层
"系统抽象层"使得你可以实现一种对于RTOS、CPU和所运行产品物理特性完全透明的软件。使用这种公共通用接口,高层软件在...
osapi 2.0 操作系统抽象层
"系统抽象层"使得你可以实现一种对于RTOS、CPU和所运行产品物理特性完全透明的软件。使用这种公共通用接口,高层软件在并不了解底层硬件特性的情况下也可以访问底层服务,比如对非易失性内存的读写。 -osapi 2.0 Operating System Abstraction Layer "system abstraction layer" allows you to achieve an RTO S, CPU and the operating characteristics of the physical products fully transparent software. Public use of such common interface, high-level software is not in understanding the underlying hardware characteristics of the bottom can also access services, For instance, nonvolatile memory read and write.
- 2022-01-26 06:58:53下载
- 积分:1
-
本程序设计的是一个小型商店每天记的流水帐管理程序,没有具体到销售的每一样商品,只是记载了每一笔的收入和支出情况。经过简单扩充就可以成为一个完整的商店销售管理系统...
本程序设计的是一个小型商店每天记的流水帐管理程序,没有具体到销售的每一样商品,只是记载了每一笔的收入和支出情况。经过简单扩充就可以成为一个完整的商店销售管理系统。-The program design is a small store in mind the itemized account in next day management processes, not specifically to the sale of every commodity, is only documented in each of the income and expenditure. After simple expansion can become a complete shop sales management system.
- 2022-11-29 19:25:03下载
- 积分:1
-
页式虚拟存储管理中地址转换和缺页中断,这是赏完操作系统课时做的实习设计,有完备的分析余与设计,如实验目的,实验内容,实验模块的实现,采用的是采用先进先出页面置换...
页式虚拟存储管理中地址转换和缺页中断,这是赏完操作系统课时做的实习设计,有完备的分析余与设计,如实验目的,实验内容,实验模块的实现,采用的是采用先进先出页面置换算法。-Page storage management in virtual address translation and page fault, which is the operating system rewards End internship hours to do the design, there are more than a complete analysis and design, such as experimental purposes, the experiment content, laboratory module, used in the application of advanced first-out page replacement algorithm.
- 2022-01-24 14:30:36下载
- 积分:1
-
基于Linux的GUI库的跨平台的简单的DOS MGUI库,Linux和…
Linux based MGUI Library for cross platform simpe GUI library for DOS, Linux and Windows
- 2022-03-01 20:51:35下载
- 积分:1
-
COS 0.0.1.rar Cos操作系统源代码
COS 0.0.1.rar Cos操作系统源代码-0.0.1.rar Cos COS operating system source code
- 2023-08-22 13:25:04下载
- 积分:1
-
largealloc works for Windows Programming
工程largealloc用于WINDOWS编程-largealloc works for Windows Programming
- 2022-02-26 09:34:16下载
- 积分:1
-
用信号量来实现读者-写者问题
调试程序使其在读者优先模式下可以运行并且能实现基本的功能得出正确的结果:能够实现读写互斥,写写互斥,读读不互斥,一个进程结束能够唤醒等待队列中的进程(先读者队列后写着队列)完善功能:由用户决定写者向缓冲区中写入的内容,读者能够读出并显示出来;当缓冲区中没有数据时,读者要等待,直到缓冲区中有数据才能读根据“读者优先”加以改变,增加一个“写者优先”模式,并且由用户来选择模式
- 2022-08-21 06:56:45下载
- 积分:1