资源列表
内存管理
- 模拟实现动态分区内存管理机制,使用两种策略first-fit和next-fit(Simulation Implementation of dynamic zoning memory management mechanism Using two strategies, first-fit and next-fit)
生产者消费者
- 使用c++编写程序,解决消费者生产者问题(Write programs by using c++ to solve consumer and producer problems)
Chapter02-OSedition7Final
- 经典著作:操作系统——精髓与设计原理(第七版)第二章节的ppt;结合课本知识更全面哦!(Classics: Operating System -- the essence of the principle and design of the second chapter (Seventh Edition) ppt; combination of textbook knowledge is more comprehensive!)
srf06-cc26xx
- TI的CC2630的contiki系统程序(Contiki provides powerful low-power Internet communication. Contiki supports fully standard IPv6 and IPv4, along with the recent low-power wireless standards: 6lowpan, RPL, CoAP. With Contiki's ContikiMAC and sleepy routers, eve
FIFO请求分页式算法
- 分页式虚拟存储系统是吧作业信息的副本存放在磁盘上,当作业被选中时,可把作业的开始几页装入主存且启动执行。(A paged virtual storage system is where copies of the job information are stored on disk. When the job is selected, you can load the start pages of the job into the main memory and start the execut
页面置换算法
- OPT LRU FIFO页面置换算法(page switch algorithm)
Code Example
- 分区式存储管理程序编写一个包含两个线程的进程,一个线程用于模拟内存分配活动,一个线程用于跟踪第一个线程的内存行为,而且要求两个线程之间通过信号量实现同步。模拟内存活动的线程可以从一个文件中读出要进行的内存操作。(Partitioned storage manager)
Banker
- 银行家算法是一种最有代表性的避免死锁的算法。在避免死锁方法中允许进程动态地申请资源,但系统在进行资源分配之前,应先计算此次分配资源的安全性,若分配不会导致系统进入不安全状态,则分配,否则等待。(Analog banker algorithm)
Windows_Server_2012_白皮书
- 操作系统白皮书,对较新的操作系统做介绍。(Operating system white book)
52640410
- 一个DOS操作系统的源代码,程序学习者可以从中间学习到许多操作系统的开发经验(A DOS operating system source code, the program learners can learn from the middle to many operating system development experience)
hhhhjt
- 一个不错的操作系统,站目前精彩源码总数70789个,分类182个(A good operating system, 70789 total station at present exciting source, classification, 182)
bookManager
- 一个简单的图书管理系统,界面可能不美观,但是基本功能都有(A simple library management system, the interface may be unsightly, but the basic functions are)