搜索资源列表
pgos20050910
- 一个用c语言写的小操作系统,有任务调度,驱动了键盘,鼠标,显示适配器-a language used to write a small operating system, task scheduling, driving a keyboard, mouse, display adapters.
smsbean
- smsbean短信平台 系统内部全部采用事件激发方式,所有工作线程都是由事件驱动模式,这样保证系统最大工作和效率在数据处理层和网关数据的传输调度上是采用异步,并行的处理模式,在最大程度上减 少IO操作对工作线程的影响,同时对数据库的采用批处理的模式,最大限度减少对数据库的IO操作。-smsbean SMS platform within the system to stimulate the use of the incident, all threads are event-driven
789086
- 进程管理系统创建调度通信撤消可监控驱动程序开发 -process management system to create scheduling withdrawal of monitoring communications Driver Development
oskcsj
- 模拟电梯调度算法,实现对磁盘的驱动调度,源代码,流程图,截图
DEVICE
- 此算法是一个驱动调度算法,(scan算法--操作系统)。
救护车调度模拟系统
- 用c语言设计实现一个用事件驱动的“救护车调度”离散模型,模拟120急救中心响应每个病人的呼救信号统一调度救护车运行的情况。 我们对问题作适当简化,假设:某城市共有m个可能的呼救点(居民小区、工厂、学校、公司、机关、单位等),分布着n所医院(包含在m个点中),有k辆救护车分派在各医院待命,出现呼救病人时,由急救中心统一指派救护车接送至最近的医院救治。救护车完成一次接送任务后即消毒,并回原处继续待命。假定呼救者与急救中心、急救中心与救护车之间的通讯畅通无阻,也不考虑道路交通堵塞的影响。可以用m个顶点
I/O硬件原理
- I/O硬件原理 5.2 I/O软件原理 5.4 缓冲技术 5.5 驱动调度技术 5.6 设备分配 5.7 虚拟设备 -I/O hardware schematic 5.2 I/O software principle 5.4 buffer technology 5.5 5.6 device driver scheduling allocated 5.7 virtual device
qudongdiaodu
- 这是一个驱动调度的设计,用电梯算法实现对磁盘的存取.-This is a design-driven scheduling with elevator algorithm for disk access.
qudongdiaodu
- 进程管理中的驱动调度,采用的是优先数算法,标准的C++编程!-The process of management-driven scheduling, is used in several priority algorithm, the standard C++ Programming!
Driver_calling
- 本程序实现了操作系统中的驱动调度,比较直观的再现了驱动调度-Driver_calling
abc
- 计算机操作系统磁盘驱动调度算法的模拟实现-Computer operating system disk drive simulation scheduling algorithm to achieve
407417080115
- 操作系统课程设计驱动调度 模拟电梯调度算法,实现对磁盘的驱动调度-Operating system scheduling simulation program designed to drive the elevator scheduling algorithm to achieve the scheduling of disk drives
Driver-scheduling
- 利用电梯算法来模拟磁头读相关请求时的运行过程,界面友好,可以方便看出驱动调度的过程-Elevator algorithm used to simulate the read head when the operation related to the request, friendly interface, you can easily see that drive the process of scheduling
cipandiaodusuanfa
- 磁盘驱动调度对磁盘的效率有重要影响。磁盘驱动调度算法的好坏直接影响辅助存储器的效率,从而影响计算机系统的整体效率。 常用的磁盘驱动调度算法有:最简单的磁盘驱动调度算法是先入先出(FIFO)法。这种算法的实质是,总是严格按时间顺序对磁盘请求予以处理。算法实现简单、易于理解并且相对公平,不会发生进程饿死现象。但该算法可能会移动的柱面数较多并且会经常更换移动方向,效率有待提高。-Disk drive scheduling efficiency of the disk have a major
3090608026
- 模拟电梯调度算法,实现对磁盘的驱动调度 模拟电梯调度算法,对磁盘进行移臂和旋转调度。-Simulation of elevator dispatching algorithm, realization of the disk drive operation
Elevator-dispatching
- 操作系统试验 驱动调度 电梯调度 实现了在C++环境下的驱动调度-Elevator dispatching
qudong-diaodu-shiyan
- 操作系统实验中 关于基于电梯调度算法的驱动调度的试验 用C语言编写的-Written in C language, operating system, experiments on the test based on the elevator scheduling algorithm-driven scheduling
diantidiaodu
- 驱动调度+操作系统+模拟电梯调动的算法程序,使用C++编写。-Driven scheduling algorithm procedures, the+ operating system+ simulated lift mobilize written using the C++.
SkinControls
- 操作系统驱动调度电梯调度算法的向西实现,对初学者有很强的实践意义-The operating system drive westward scheduling elevator scheduling algorithm to achieve strong practical significance for beginners
操作系统
- 在采用多道程序设计的系统中,往往有若干个进程同时处于就绪状态。当就绪状态进程个数大于处理器数时,就必须依照某种策略来决定哪些进程优先占用处理器。本实验模拟在单处理器情况下处理器调度,帮助学生加深了解处理器调度的工作,并具有应用所学知识,设计实现处理器调度算法,同时根据应用场景,明白设计的有效性和具有创新意识。(The process of processor scheduling is designed according to the priority number scheduling al