资源列表
ConsoleApplication21
- 1、模拟先来先服务法(First-Come, First-Served,FCFS),最短寻道时间优先法(Shortest Seek Time First, SSTF),电梯扫描算法(SCAN)三种磁盘调度算法;(FCFS SSTF SCAN how to show you)
1
- 进程调度实现,包括首次适应算法和最佳适应算法(Implementation of process scheduling,Including the first adaptive algorithm and the best adaptive algorithm)
Operating Systems
- Operating Systems consept
新建文件夹
- 基于C语言的操作系统首次适应算法内存分配的模拟(Distribution of simulated first adaptive algorithms)
银行家算法
- 用银行家算法设计一个程序,判断当前资源分配状态是不是安全状态;如果是安全状态,当系统接收新的资源申请时,系统是否发生死锁,如发生,请找出参与死锁的进程。如果不发生死锁,则找出一组能够顺利推进的进程顺序。(Bankers algorithm design a program to use to judge the current state of resource allocation state is safe; If it is a safe state, when the system is
吃水果
- 经典问题 吃水果问题 使用信号量解决进程同步(classical question fruit eating)
bank
- 银行家算法 java实现,能够完成资源分配问题(Java implementation of banker's algorithm)
WJM
- 重庆大学操作系统实验,页面置换算法,LRU,FIFO,CLOCK(page replacement algorithm:LRU,FIFO,CLOCK)
银行家
- 银行家算法,操作系统课程设计,可以文件读取,也可以手动输入数据(The banker's algorithm, the operating system course design, the file read, and the manual input of the data)
时间片轮转
- 用C语言简单实现调度算法时间片轮转效果,操作系统小实验(Simple realization of the effect of time slice rotation)
2017操作系统课程设计指导书
- 应用于学生课程设计使用的指导书,适用于大多数学院的学生(A guide for the use of a student's curriculum design, suitable for most college students)
sockets
- socket communication(socket communication for client)