搜索资源列表
进程调度程序模拟程序
- 采用静态优先数的方法,编写一进程调度程序模拟程序,进程状态为就绪、运行、阻塞三种。模拟程序只对你所设置的“虚拟PCB”进行相应的调度模拟操作,即每发生“调度”时,显示出当前“PCB名字”、优先数、运行时间等,而不需要对系统中真正的PCB等数据进行修改。-priority number using the static method, the preparation process of scheduling a process simu
数据结构的车厢调度
- 利用栈的方式完成车厢调度,数据结构的实习题目,已完成基本内容.-Completes the compartment dispatch using the stack way,Construction of data practice topic,Has completed the basic content
操作系统课程设计之进程调度
- 1)编程实现模拟操作系统进程调度子系统的基本功能;理解进程调度的概念,通过课程设计深入了解进程控制块的功能、进程的创建、删除以及进程各个状态间的转换过程;实现先来先服务、时间片轮转、多级反馈轮转法对进程进行的调度过程;通过观察有关的队列结构的内容的动态变化过程深入体会各个调度算法的特点;从而能够更好的巩固从书本上学到的知识。 2)编程过程中需要建立队列等结构进行各种操作,通过该次试验,可以督促学生从实用的角度对《数据结构》课程内容进行
用V isual C 实现大数据量的快速存取
- 在用计算机组织、调度、管理海量影像数据过程中, 速度就成为一个瓶颈问题, 也是衡量软件性能是否优良 的主要因素之一。本文试图从编程的角度实现大数据量的快速存取。分别介绍了三个环节: 数据存储、数据流向和 数据调度, 并对这种方法做出了简单评
进程调度程序模拟程序
- 采用静态优先数的方法,编写一进程调度程序模拟程序,进程状态为就绪、运行、阻塞三种。模拟程序只对你所设置的“虚拟PCB”进行相应的调度模拟操作,即每发生“调度”时,显示出当前“PCB名字”、优先数、运行时间等,而不需要对系统中真正的PCB等数据进行修改。-priority number using the static method, the preparation process of scheduling a process simu
车厢调度
- 用c写的数据结构问题-Construction of data question writes which with c
实验三 最高优先级调度代码
- 模拟创建进程(建立一个记录型数据结构PCB):给出进程标识、状态、到达时间、运行时间等用先来先服务调度算法进行模拟实现-simulation creation process (to establish a record type data structure PCB) : the process of identification is given, state, arrival time, the time spent runnin
作业调度模拟
- 在一个多道程序设计系统中,实现“作业调度”的模拟。模拟程序的要求如下: 1.输入: 作业流文件,其中存储的是一系列待执行的作业信息,每个作业包括五个数据项:作业号,优先级,进入输入井时间(用一个整数表示,如10:10表示为1010),作业估计运行时间(单位:分钟),内存需求量。各数据项用空格隔开。 2.输出: 按照作业调度次序输出每一个作业流文件:“作业号”、“进入内存时间”、“作业完成时间”、“周转时间”;每行输出一个作业的信息。 计
数据结构的车厢调度
- 利用栈的方式完成车厢调度,数据结构的实习题目,已完成基本内容.-Completes the compartment dispatch using the stack way,Construction of data practice topic,Has completed the basic content
应付数据结构作业的图书管理
- 数据结构的课程设计,正在大2的计算机专业的必修课程设计之一,给那些没有什么头绪的 参考-data structure of the curriculum design, are the two largest computer professional design one of the compulsory courses for those who do not know exactly what the reference
火车调度
- 这是一个VC编写的火车调度程序,实际上是数据结构栈的应用,同时设计到递归的应用。-This is a VC prepared by the train scheduling procedures, data structure is actually the application stack, recursive design to the application.
表达式求值和任务调度
- 实现多功能的表达式求值计算,以及任务调度模拟(Implementation of multi-function expression evaluation calculation, as well as task scheduling simulation)
经济调度
- 以发电机组发电成本最小为目标编写的程序,数据使用的是6台机组参数。(The program is written with the minimum generating cost of the generating set as the target, and the data is based on the parameters of the 6 units)
基于概率的多盘广播调度算法
- 在数据移动管理中,广播数据采用基于概率的多盘调度算法(In data movement management, broadcast data is based on probability based multi-disk scheduling algorithm)
微网日前调度
- 基于预测数据,对微电网进行优化运行,达到电费最省(Based on the prediction data, the microgrid is optimized and the electricity tariff is saved)
数据结构课程设计电梯) - 副本
- 这是一个数据结构课程设计报告,主要讲了有关数据结构电梯分配与电梯调度的问题(This is a data structure course design report, mainly talked about the question on the distribution of the elevator and the elevator dispatching data structure)
数据结构课程设计
- 救护车调度模拟系统 设计要求:(1 ) 基本要求是救护车只接本医院的病人,病人求救时该院无车就只能等待。 (2) 进一步要求是:最近的医院无车时,派最近的待命救护车。最好还能权衡一下:是否等待该院的车回来更快?(Sometimes it is closer to a patient than a patient. It is more difficult, and in this case, the ambulance is on t
遗传算法下的经济调度
- 微电网的经济调度,MATLAB编写,含数据(Microgrid economic dispatch, MATLAB compilation, including data)
PSO的经济调度(允许弃风弃光)
- PSO的经济调度(允许弃风弃光),含原始数据和结果(PSO's economic dispatch (allowing wind abandoning light), including raw data and results.)
基于蚁群算法的多配送中心的车辆调度问题的研究
- 本代码是基于蚁群算法的多配送中心的车辆调度问题的研究论文的源代码,包括数据集,找了很久网上信息不全,加上自己总结,最终调试成功,分享一下(This code is the source code of the research paper on the vehicle scheduling problem of multiple distribution centers based on ant colony algorithm, in