Welcome![Sign In][Sign Up]
Location:
Search - elevator scheduling algorithm

Search list

[Process-ThreadLiftShedule4

Description: 站长注意,电梯算法调度,多线程,算法同上次不一样,os-The attention of regulators, elevator scheduling algorithm, multi-threaded, with the last not the same algorithm, os
Platform: | Size: 704512 | Author: 百特周 | Hits:

[JSP/JavaElevator

Description: 电梯调度算法 用java编写 涉及多线程-Elevator scheduling algorithm using java involved in the preparation of multi-threaded
Platform: | Size: 19456 | Author: 元昊 | Hits:

[Windows Develop5559336611

Description: 电梯 调度 模拟 算法 VC实现-Elevator scheduling simulation algorithm realize VC
Platform: | Size: 179200 | Author: 刘阳 | Hits:

[OS Developoskcsj

Description: 模拟电梯调度算法,实现对磁盘的驱动调度,源代码,流程图,截图-Simulated elevator scheduling algorithm, the realization of the disk drive scheduling, source code, flowcharts, screenshots
Platform: | Size: 83968 | Author: 屈辰子 | Hits:

[JSP/Javaelevator

Description: java电梯调度算法,含可视化窗口,演示简单直观-java elevator scheduling algorithm, including visualization window, simple and intuitive presentation
Platform: | Size: 50176 | Author: | Hits:

[Disk Toolsdianti

Description: 磁盘调度算法,用的电梯调度的算法实现,再vc下可以运行!-Disk scheduling algorithm, using the elevator scheduling algorithm, and then can run under vc!
Platform: | Size: 1024 | Author: 操智雄 | Hits:

[OS DevelopElevator_algorithm

Description: 该源码是为操作系统课程设计所写的,内容是移动臂调度算法中的电梯调度算法。思路清晰,简单明了!-The source code for the operating system written in curriculum design, content is the mobile arm of the elevator scheduling algorithm scheduling algorithm. Clear, simple and clear!
Platform: | Size: 234496 | Author: 逸泉 | Hits:

[Windows Developcipandiaodu

Description: 磁盘的调度算法,采用的是电梯调度算法,标准的C++编写的程序-Disk scheduling algorithm, using the elevator scheduling algorithm, the standard C++ Preparation procedures
Platform: | Size: 2048 | Author: 王一 | Hits:

[OS Developmakefile

Description: 电梯调度算法,包括四种方法。操作系统必备的知识-Elevator scheduling algorithms, including the four methods. Operating system must have knowledge
Platform: | Size: 1024 | Author: 龙我雷 | Hits:

[OtherElevator

Description: 一个电梯的调度算法,其中有电梯的界面,实现,是仿照CPU调度的-An elevator scheduling algorithm, including the interface elevator to achieve, is modeled on CPU scheduling
Platform: | Size: 20480 | Author: DAD | Hits:

[Windows DevelopElevator_diantidiaodusuanfaC

Description: 实现电梯调度算法的C++源程序,有四种,感觉蛮丰富的,蛮全的-C++ source code to achieve the Elevator scheduling algorithm
Platform: | Size: 2048 | Author: L | Hits:

[source in ebookCplusplusDiskScheduling

Description: 模拟电梯调度算法,对磁盘进行移臂操作,观察调度程序的动态运行过程。-Elevator scheduling algorithm simulation of the disk arm to move the operation to observe the dynamic scheduler is running.
Platform: | Size: 28672 | Author: 薛松 | Hits:

[Windows DevelopMyElevator

Description: 实现电梯调度算法的演示 有两个电梯可以使用-Elevator scheduling algorithm to achieve a demonstration
Platform: | Size: 1649664 | Author: dream | Hits:

[OS Developa1

Description: 磁盘调度算法:包括先来先服务算法,最短寻道时间算法,电梯寻道算法。-Disk scheduling algorithms: including a first-come first-served algorithm, the shortest seek time algorithm, elevator seek algorithm.
Platform: | Size: 1024 | Author: lzh | Hits:

[Hotel software systemelevator

Description: 电梯调度算法的研究,此代码为酒店或者其他需要电梯集群调度的来用。-Elevator scheduling algorithm, this code or other needs for the hotel elevator to use cluster scheduling.
Platform: | Size: 4096 | Author: 孤狼 | Hits:

[Data structselevator

Description: 用C语言实现经典的电梯调度算法,压缩包里包含涉及思想及完整的源代码,流程图。-In C language implementation classic elevator scheduling algorithm, compressed package contains involving thought and complete source code, flow chart.
Platform: | Size: 10240 | Author: Lee | Hits:

[Algorithmelevator

Description: 大楼有一部电梯,电梯从一楼起,几乎每层都停,十分浪费时间。于是某人想出了一个新的电梯调度算法:由于大楼楼层不高,因此每次电梯从一楼往上走时,只允许电梯停在某一层,然后其他人在从本层爬楼梯到达各自的目的地;在一楼的时候,每人选择自己的楼层,电梯应根据每楼层的不同人数计算出目的楼层。请求出电梯停在哪一层,才能保证所有旅客所爬楼层数之和最少-The building has an elevator, early in the evening peak period when the elevator from the first floor from almost each layer to stop a huge waste of time. So someone came up with a new elevator scheduling algorithm: building floor is not high, so every time the elevator going up from the first floor, only to allow the elevator stopped at a floor, and then others from the layer of climbing stairs to reach their respective the destination when the first floor, each choose their own floor, the elevator should be calculated according to the different number for each floor, destination floor. Request to stop the elevator which floor, in order to ensure that all passengers are climbing stairs layers and at least (downstairs+ upstairs).
Platform: | Size: 1024 | Author: littlelina | Hits:

[Other systemsElevator

Description: 使用verilog语言编写的实现六层楼的电梯调度算法实现。模拟仿真成功-Using verilog language to achieve six-story elevator scheduling algorithm implementation. Successful Simulation
Platform: | Size: 454656 | Author: 徐文锋 | Hits:

[Windows Developmulti-threaded-elevator

Description: 利用多线程同步技术模拟电梯调度算法。主要用到了事件内核对象、临界区来让电梯服务线程、楼层请求正确地对请求队列进行访问、以及修改。-Simulation of elevator scheduling algorithm using thread synchronization techniques. Main event kernel object, a critical section is used to make service request threads, floors properly accessed, and modified the request queue.
Platform: | Size: 24576 | Author: | Hits:

[JSP/Javaelevator

Description: 一个多线程三电梯调度算法,内有注释,面向对象电梯类作业最后版本-A multithreaded three elevator scheduling algorithm, there are notes, object-oriented class operations elevator final version
Platform: | Size: 9216 | Author: songxin | Hits:
« 12 3 4 »

CodeBus www.codebus.net