资源列表
Timepiecerotationdispatchalgorithm
- 时间片轮转调度算法 有什么要改进的帮改进下 顺便帮标记下代码的意义-Timepiecerotationdispatchalgorithm
RWLock_Win_Linux
- 实现了windows和linux跨平台的多线程读并发,读写互斥锁,已经在项目开发中使用,很好用-windows linux mutithread read lock write lock, with C++
os4_timeRound
- 时间片轮转算法的简单实现,操作系统知识的一个应用示例-This is a simple algorithm instance of the Time Slicing
Store
- 这是存储管理程序,能清楚知道存储状况,以及各进程的运行状况-This is a storage management program can be fully aware of the storage conditions, as well as the process operating conditions
winsock_client
- 一个实现客户端进程的程序,实现连接服务器,发送消息!-a client process to achieve the procedure to connect servers, messaging!
PCB
- 最高优先数进程调度-highest priority scheduling process
thread
- 实验总体要求,使用MFC相关的功能函数来模拟经典进程互斥和同步问题 生产者和消费者 读者和写者 哲学家就餐问题-The general requirements of experiments, the use of MFC function to simulate the functions related to the classical problem of mutual exclusion and synchronization producers and consumers,
c4_1
- applet application 多线程 class appl et application 多线程 cla-applet application multithreading class applet applicati on multithreading class applet application multithreading class applet multithreaded application cla
suanshuyunsuan
- 进程就绪队列的两种实现方法:时间片法和优先数法-Process ready queue implemented in two methods: time-slice method, and the priority number
ScheduleaRun
- windows平台下的一个多任务的并行调度程序,可以指定并行任务的个数。类似于贝奥武夫(Beowulf)分布式并行计算模型。-parallel scheduling program for a multi-tasking windows platform, you can specify the number of parallel tasks. Similar to Beowulf (Beowulf) distributed parallel computing model.
process
- 简单轮转法进程调度 #include "stdio.h" #define getpch(type) (type*)malloc(sizeof(type)) struct pcb { /* 定义进程控制块PCB */ char name[10] char state /*状态 */ int ntime /*需要的运行时间 */ int rtime /*已执行的时间 */ struct pcb* link /*下一个进程控制块的地址 */