搜索资源列表
pgos20050910
- 一个用c语言写的小操作系统,有任务调度,驱动了键盘,鼠标,显示适配器-a language used to write a small operating system, task scheduling, driving a keyboard, mouse, display adapters.
789086
- 进程管理系统创建调度通信撤消可监控驱动程序开发 -process management system to create scheduling withdrawal of monitoring communications Driver Development
PWM
- WinCE5.0上的2440的PWM设备驱动程序。三星发布的所有BSP包中都没有单独把PWM作为一个独立设备驱动给出来,而只是拿来给操作系统的任务调度提供时钟源。然而这样对背光调节就显得很不方便。这里把PWM单独拿出来做一个驱动,使其他模块能用标准流接口操作PWM。
oskcsj
- 模拟电梯调度算法,实现对磁盘的驱动调度,源代码,流程图,截图
DEVICE
- 此算法是一个驱动调度算法,(scan算法--操作系统)。
救护车调度模拟系统
- 用c语言设计实现一个用事件驱动的“救护车调度”离散模型,模拟120急救中心响应每个病人的呼救信号统一调度救护车运行的情况。 我们对问题作适当简化,假设:某城市共有m个可能的呼救点(居民小区、工厂、学校、公司、机关、单位等),分布着n所医院(包含在m个点中),有k辆救护车分派在各医院待命,出现呼救病人时,由急救中心统一指派救护车接送至最近的医院救治。救护车完成一次接送任务后即消毒,并回原处继续待命。假定呼救者与急救中心、急救中心与救护车之间的通讯畅通无阻,也不考虑道路交通堵塞的影响。可以用m个顶点
FanPuGuiZhen__UNIX_code
- 《返璞归真——UNIX技术内幕》书中代码。主要包括Bell Laboratories开发的内核代码:1*.h(内核头文件---宏、全局变量和结构定义、函数声明) | |----------------conf(汇编代码---启动函数及工具函数,驱动生成工具mkconf,移植工具sysfix) 2dmr(设备驱动程序) 3ken(内核代码,包括进程调度、文件系统、内存管理、I/O管理等) 另外还有作者写的一些代码。-" Return to Innocence- UNIX
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!
HideProcess
- 一个通过挂钩系统调度表隐藏进程的小程序,由驱动部分和命令行程序组成。-A linkage system through the process of scheduling table to hide a small process, driven in part by the procedures and command-line component.
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
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