搜索资源列表
jcddmnxt
- 进程调度模拟程序 这里没有任何的API调用 只是模拟,我给进程设定了自己的语法,输入一般的字符cpu调用时只是正常输出,如果遇到 $ 表示该进程要调用系统资源后面必须跟一个数字表示占有的时间,如果资源闲置则占有资源否则阻塞,等资源释放在占有资源。进程的调用算法我采用的是时间片轮转算法并有所改进,当某个进程从阻塞队列释放后,他将把以前因为等待资源而被浪费的时间补回来。-scheduling process simulation program here no API calls only simu
OS123231
- 操作系统,作业的调度,自己编的,不大好,谢谢大家的批评指导,-operating systems, operations scheduling, developed, is not good, thank you all for criticism guidance, thank you
testforos
- 操作系统实验,模拟进程调度.第一次上传东西,若有不好的地方望大家指教.-experimental operating system, the modeling process scheduling. Upload things first, if not the local hope you enlighten.
操作系统的进程调度的程序
- 这是一个关于操作系统的进程调度的程序,是用C编的-This is a process of the operating system's scheduling process, the C series
zuoyediaodu
- 这是一个操作系统的作业调度的算法,是用C语言来编程的-This is a system of job scheduling algorithm is the use of C language programming
流水线调度
- 实现流水线调度
chexiangtiaodu
- 数据结构课程设计 车厢调度 一、需求分析 1、用编号依次为1,2,3,……,n表示停在铁路调度站入口处的车厢序列。 2、用一个栈形象地表示为火车的调度站。 3、利用栈先进后出的性质,结合递归和回溯算法,实现编号1…n的车厢的所有可能的序列和每种序列的出入栈变化过程。 本程序用C语言实现,已经在TURBOC 2.0环境下通过。-Data structure the curriculum design of a train scheduling, needs analy
xsoft
- 这是一个物流管理系统,包括:调度模块,接单模块,调度模块,库存模块,运输模块-This is a logistics management system, including: scheduling module, and then a single module, scheduling module, inventory module, transport module
Job_scheduling
- 高端的C++作业调度 作业调度,请下载后认真学习-Job scheduling Job scheduling Job scheduling
selet_run
- 响应比高者优先调度算法 响应比定义为:(等待时间+要求执行时间)/要求执行时间-Response is high and preferred scheduling algorithm
OPT
- 页面调度OPT算法:基于C++的关于模拟页面调度的算法、代码。OPT:最佳页面调度算法。仅供参考。-OPT paging algorithm: C++ based on the simulation of paging algorithms, code. OPT: optimal scheduling algorithm for page
sst
- 超级简单的一个任务调度器,是量子编程的作者写的,非常实用-Almost all embedded systems are event-driven most of the time they wait for some event such as a time tick, a button press, a mouse click, or the arrival of a data packet. After recognizing the event, the systems react b
cSharp
- 库存物资管理系统 统计物资的出库入口的调度-Inventory management system of statistical materials a library entrance Scheduling
OS_COURSE
- 多级调度操作系统课程设计,作业随机生成,作业实施多级调度,多队列调度-OS Course Design
2
- 处理机调度,有先来先服务算法,短作业优先算法,高响度算法等处理机的进程调度算法-Processor scheduling, there are first-come first-serve algorithm, short operating priority algorithm, high loudness algorithm processor process scheduling algorithm
process
- 进程调度模拟程序:假设有10个进程需要在CPU上执行,分别用: 先进先出调度算法; 基于优先级的调度算法; 最短执行时间调度算法 确定这10个进程在CPU上的执行过程。要求每次进程调度时在屏幕上显示: 当前执行进程; 就绪队列; 等待队列 -Process scheduling simulation program: Suppose there are 10
vrp
- 用简单的遗传算法解决基本的车辆调度问题,新手很容易上手。-vrp ga
the
- 实现操作系统时间片的优先级调度和轮转调度,不错的源码-Implement priority scheduling time slice of the operating system and rotation scheduling, good source