-
oscj7e-src
操作系统概念一书第七版中用到的源码,包括project等等。(Source codes for book Operating System Concepts, including projects in this book and so on)
- 2020-10-12 23:17:31下载
- 积分:1
-
系统刷新
说明: 操作系统定时刷新功能,利用TIMER定时器定时后调用系统刷新功能,可做到计算机自动刷新、开机启动,并可设置刷新间隔时间并存档。(Operating system timing refresh function, using TIMER timer to call system refresh function after timing, can automatically refresh the computer, start, and set refresh interval time and archive.)
- 2020-06-16 01:00:01下载
- 积分:1
-
WRK-v1.2
windows kernal research是个用于研究的操作系统源代码。使用时请阅读License.txt文本,注意仅用于学习!(Windows Research Kernel Source Code only used to research.You should agree
to the license agreement.)
- 2012-11-12 22:18:52下载
- 积分:1
-
ThreadX-ch
ThreadX操作系统的中文使用手册,相信对E文不太好的朋友会有很大的帮助(ThreadX operating system chinese manual)
- 2009-03-30 17:46:32下载
- 积分:1
-
操作系统试验报告
有界缓冲区内设有20个存储单元,放入/取出的数据项设定为1~20这20个整型数。 要求: (1)每个生产者和消费者对有界缓冲区进行操作后,即时显示有界缓冲区的全部内容.当前指针位置和生产者/消费者线程的标识符 (2)生产者和消费者各有两个以上 (3)多个生产者或多个消费者之间须共享对缓冲区进行操作的函数代码。">
- 2005-07-01 01:46:48下载
- 积分:1
-
geekos-0.3.0
Geekos 全部project,基于Geekos的操作系统设计与实现(all the geekos project)
- 2017-12-02 09:36:17下载
- 积分:1
-
UCOSII
一份用通俗易懂的语言简述操作系统的文档,内容非常适合初学者(A brief plain language operating system s documentation, the content is very suitable for beginners)
- 2016-05-26 23:58:20下载
- 积分:1
-
Cpp1
模拟操作系统进程调度:运行状态,就绪状态和完成状态。包含有first() prisch() insert1(q) creat(gg) prish() roundsch() 函数的引用。(Simulate the operating system process scheduling: running, ready states, and completion status. Contains the first () prisch () insert1 (q) creat (gg) prish () roundsch () function reference.)
- 2011-11-19 08:13:15下载
- 积分:1
-
OS-master
简单文件系统,实现一些基本操作,如创建文件、打开、关闭、读、写(Simple file system, to achieve some basic operations, such as creating files, opening, closing, reading and writing)
- 2018-06-20 13:46:42下载
- 积分:1
-
process_attemper
1、 :编写并调试一个模拟的进程调度程序,采用“最高优先数优先”调度算法对进程进行调度。 “最高优先数优先调度算法的基本思想是把CPU分配给就绪队列中优先数最高的进程。尝试静态优先数与动态优先数两种方法:
a) 静态优先数是指优先数在整个进程运行期间不再改变。优先数可以在数据输入时指定,也可以根据到达顺序、运行时间确定。
b) 动态优先数是指进程的优先数在创建进程时可以给定一个初始值,并且可以按一定原则修改优先数。例如进程获得一次CPU后就将其优先数减少1。或者进程等待的时间超过某一时限时增加其优先数的值。
2、 编写并调试一个模拟的进程调度程序,模拟实现多级反馈队列调度算法。
3、 编写并调试一个模拟的进程调度程序,模拟实现最低松弛度优先算法。
4、 程序与报告要求:
a) 对上述要求1、2、3,至少要完成一项,鼓励尝试多种算法。
b) 输出结果要尽量详细清晰,能够反映调度后队列变化,PCB内部变化。
c) 可以选择在Windows或Linux环境下编写、运行程序
d) 鼓励使用不同的开发工具在不同平台环境上进行开发比较。
e) 在实验报告中,一方面可以对实验结果进行分析,一方面可以对各种算法进行比较,分析它们的优劣,说明各种算法适用于哪些情况下的调度。
(1 : Prepare a simulation and debugging process scheduling procedures, "Priority number of the highest priority" to the process of scheduling algorithms for scheduling. "Highest priority priority scheduling algorithm for the basic idea is to place the CPU allocated to the priority queue highest process. Taste Examination several static and dynamic priority priority number two methods : a) static priority number is priority number in operation during the entire process will not change. priority number in the designated input data, can be reached under the order, running time determine. b) dynamic priority number refers to several priorities for the process of the creation process can be given an initial value, and according to the principle of amending certain priority number.)
- 2007-07-04 12:57:51下载
- 积分:1