资源列表
schedule1
- 采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)。
pthread_threadpool.c
- this pthread thread pool form-this is pthread thread pool form
receivServer
- 启动该服务器程序后,可用telnet machine port命令连接,其中machine为 本机名或地址,port为程序中指定的端口。也可以编写特定的客户机软件通过TC P的Socket套接字建立连接。-activate the server, telnet can be used machine orders port connectivity, machine-machine or address, port procedures as specified ports. Also the
jinchnegdiaodu
- 操作系统实验原代码,进程调度问题,可运行
Shell-470441List__4759Agent91747
- 给大家介绍一个比较好的源码Shell-470441List__4759Agent91747,对你的学习会有很大帮助-To introduce a better source list__4759agent91747 Shell- 470441, are of great help to your study
youxianshu
- 编写并调试一个模拟的进程调度程序,采用“最高优先数优先”调度算法对五个进程进行调度。 “最高优先数优先”调度算法的基本思想是把CPU分配给就绪队列中优先数最高的进程。 静态优先数是在创建进程时确定的,并在整个进程运行期间不再改变。 动态优先数是指进程的优先数在创建进程时可以给定一个初始值,并且可以按一定原则修改优先数。例如:在进程获得一次CPU后就将其优先数减少1。或者,进程等待的时间超过某一时限时增加其优先数的值,-prepared a simulation an
modd
- 这是计算机操作系统中最基础的上机实验就是模拟的PCB编程,实现进程模拟调度!-This is the most computer operating system based on the experimental simulation of the PCB is programming, Implementation process simulation scheduling!
VB-achieve-stealth-program
- VB实现程序的隐形 1. 不在桌面出现界面; 2. 不在任务栏出现图标; 3. 程序名从任务管理器名单中消失。-VB achieve stealth program
os-banker
- 操作系统中银行家算法的演示程序,银行家算法是避免死锁的方法,避免死锁的法则是,系统在运行过程中,对于进程的每一种资源请求都要根据预掌握的资源使用信息,按照一定的算法,进行是否可能导致死锁的预测,以决定是否同意这一资源请求。这是向前看几步,知道保证不会导致死锁时再向前走一步的具有动态性质的预测算法。-operating system bankers algorithm Demonstration Program, bankers algorithm is a method to avoid dea
Mapping1162947
- 有关好代码里面的Mapping1162947源码,希望大家喜欢-Mapping1162947 about good code inside the source code, hope you like them
Dijkstra-omp
- C语言和OpenMP编写的可在多核或SMP处理器上进行多线程运行的最短路径算法。可了解多核多线程和OpenMP的并行编程技术。-C language and can be prepared OpenMP or multi-core processors on SMP multi-threading to run the shortest path algorithm. Learn to multi-core multi-thread and OpenMP parallel programming
procedure
- 这是在学进程调度时写的作业,分别实现了时间片轮转和优先级两种进程调度,本人测试通过,仅供参考。(环境为gcc,只上传了源代码,请需要的人自行编译)-This is the process of scheduling time to write in school operations, respectively, to achieve a round-robin scheduling and priority of the two processes, I test for reference