搜索资源列表
my11
- 用遗传算法实现电梯群控系统的电梯调度方案分配-Genetic Algorithm
CPDD
- 磁盘臂调度算法,包含 先来先服务调度算法(FCFS) 最短磁道优先调度算法(SSTF) 电梯调度算法或扫描算(SCAN)-Disk arm scheduling algorithm, including a first-come first-served scheduling algorithm (FCFS) priority scheduling algorithm for the shortest track (SSTF) scheduling algorithm, or sca
Genetic-Algorithm
- 使用Visual c++实现电梯调度的遗传算法-Using Visual c++ genetic algorithm to achieve the elevator scheduling
cpdd
- 磁盘调度算法 (先来先服务 最短路径优先 电梯算法)-FCFS SSTF ELE
lift-finally(example)
- 电梯算法调度.模拟多人在不同楼层同时要求到各自目的地时电梯的响应顺序,要求使用C语言编程,定义合适的数据结构。-Elevator algorithm
3090608026
- 模拟电梯调度算法,实现对磁盘的驱动调度 模拟电梯调度算法,对磁盘进行移臂和旋转调度。-Simulation of elevator dispatching algorithm, realization of the disk drive operation
diantidiaodu
- 该程序是一个简单的电梯调度算法,可以有效的计算电梯的调度过程。-gai chen xu shi yi ge jian dan de dian ti diao du suan fa. ke yi you xiao jie jue dian ti de diao du guo cheng.
SCAN
- SCAN 算法又称电梯调度算法。SCAN算法是磁头前进方向上的最短查找时间优先算法,它排除了磁头在盘面局部位置上的往复移动,SCAN算法在很大程度上消除了SSTF算法的不公平性,但仍有利于对中间磁道的请求。-SCAN algorithm, also known as elevator scheduling algorithm. SCAN algorithm is the shortest on the head to find the forward direction of time prio
elevator
- 用C语言实现经典的电梯调度算法,压缩包里包含涉及思想及完整的源代码,流程图。-In C language implementation classic elevator scheduling algorithm, compressed package contains involving thought and complete source code, flow chart.
c_sitesdownloads.1057.file(1)
- 这是一个C++的算法还是可以的,可以用于电梯群控调度上的使用还是可以的-This is a c++ algorithm can still, can be used for elevator group control scheduling the use of can still
elevator
- 大楼有一部电梯,电梯从一楼起,几乎每层都停,十分浪费时间。于是某人想出了一个新的电梯调度算法:由于大楼楼层不高,因此每次电梯从一楼往上走时,只允许电梯停在某一层,然后其他人在从本层爬楼梯到达各自的目的地;在一楼的时候,每人选择自己的楼层,电梯应根据每楼层的不同人数计算出目的楼层。请求出电梯停在哪一层,才能保证所有旅客所爬楼层数之和最少-The building has an elevator, early in the evening peak period when the elevator
cipandiaodu
- 采用先来先服务、最短寻道优先以及电梯调度方法,对于如下给定的一组磁盘访问进行调度。要求给出每种算法中磁盘访问的顺序,计算出平均移动道数。(当前读写头在90号,向磁道号增加的方向移动)-Shortest seek first-come, first serve, priority and elevator scheduling method for following a given set of disk access scheduling. Required to give the order
dianti
- 遗传算法求解电梯调度问题matlab代码-ga code