资源列表
test11022
- 父进程创建子进程,子进程创建线程并执行不同功能(The parent process creates the child process, the child process creates the thread and performs different functions)
Admi150C1617k4ho
- 可以检测力的大小,绘制曲线,看看脉冲平率赋值等(You can detect the size of the force, draw the curve, look at the assignment of the pulse rate, and so on.)
C s
- 模拟客户服务器模式,实现客户机与服务器端的接受消息与发送消息。(client send message to server)
thinking
- 根据哲学家进程间的相互制约关系,设置合理的信号量及信号量初值。 创建5个线程,分别模拟5个哲学家进程。 在哲学家线程之间通过对信号量的P,V操作,实现线程之间的同步关系。(According to the mutual restriction between the philosophers' process, the reasonable signal quantity and the initial value of the signal quantity are set up. Cr
os
- 基于mips的操作系统kernel文件的加载和镜像文件的创建(Kernel file loading and image file creation based on MIPS)
FCFS
- 用codeblock实现先进先出算法,操作系统(Implementation of advanced first out algorithm)
ConsoleApplication21
- 1、模拟先来先服务法(First-Come, First-Served,FCFS),最短寻道时间优先法(Shortest Seek Time First, SSTF),电梯扫描算法(SCAN)三种磁盘调度算法;(FCFS SSTF SCAN how to show you)
吃水果
- 经典问题 吃水果问题 使用信号量解决进程同步(classical question fruit eating)
时间片轮转
- 用C语言简单实现调度算法时间片轮转效果,操作系统小实验(Simple realization of the effect of time slice rotation)
sockets
- socket communication(socket communication for client)
filesystem
- 实现了简单的操作系统的文件系统,运用的是c++语言,适用于操作系统课程作业(A file system that implements a simple operating system)
banker
- 基于codeblocks下编程的银行家算法(A banker algorithm based on CodeBlocks programming)
