搜索资源列表
060602fcfs
- 实现了操作系统先来先服务(FCFS)算法,包含全部源代码。-of the operating system first-come first-serve (FCFS) algorithm, includes full source code.
OSdiaodu
- diaodu1完成基本模块框架 diaodu2完成了先进先出,和输出显示模块。 diaodu2-1准备将FCFS的到达时间按从小到大排列进行实现。未果 diaodu3完成了SJF,优化了输出精度 diaodu4基本完成了RR但是有一个小bug, diaodu5完成了RR diaodu6优化了一些输入输出,但是发现RR等于4时正确,大于或小于4都有问题。算法出现问题 diaodu7解决了RR的问题。程序基本完成 diaodu8优化了代码,并完善了RR输出时间轴表示
MyIE_Code
- 1.MyIE开源工程协议 MyIE开源工程遵循GNU通用公共许可证GPL(GNU General Public License)开发,任何人都可以永久免费安装使用,在你下载和使用MyIE源代码前,请阅读并同意这个许可(http://www.gnu.org/copyleft/gpl.html),中文版本(http://www.morequick.com/down/gpl_chs.htm). 2.工程编译提示 如果你使用的是VC++6,你需要更新2个头文件,请从这里下载: http
QNX_course_all.qnx比较全的资料
- qnx比较全的资料,包括简介,安装指南,中文版的书《实时操作系统qnx》,甚至还有部分笔记,适合初学者,免去找资料的麻烦。qnx在07后已公布源码,可到官网下载最新版本,但须先装svn.官网地址:www.qnx.com,qnx relatively complete information, including profiles, installation guide, the Chinese version of the book " Real-time operating syst
xunmi
- 操作系统课程设计————————_首次适应算法代码。-_ For the first time the operating system to adapt to curriculum design algorithm code.
suanfasuanf
- 这个是我找的一个有关操作系统下的首次适应算法的实现代码,希望大家能指点下-This is what I looking for a first operating system to adapt to the realization of algorithm code, hope that we can show under
boot
- 引导扇区程序源码 编译后可以从软盘启动计算机 操作系统制作的第一步-Boot sector program source code can be compiled from the floppy disk to start the computer operating system produced by the first step
cpdd
- 这是一个磁盘调度算法的源程序代码,为C++格式的,里面包含了先来先服务等三个代码的算法,与大家分享-This is a disk scheduling algorithm source code for C++ format, which includes a first-come first-serve algorithm for the three codes to share with you
FCFS
- 先来先服务的程序代码实现,对于进程的调度所选用的一个算法,在操作系统中实现进程的调度,考虑了多种特殊的情况-First-come, first service to achieve the program code, for the process of scheduling a selected algorithm, the operating system to achieve the process of scheduling, taking into account a variety
code
- 在可变分区管理方式下采用最先适应算法实现主存分配和实现主存回收-Variable partition management to adapt to the adoption of the first algorithm to achieve the realization of main memory main memory allocation and recovery
fingertest
- 手指练习 使用提示:随着字母下落,按相应的键获得分数,推荐在全屏模式下游戏,ESC可随时退出游戏 使用技术: 1.采用了宏来简化代码量,发觉十分好用! 2.堆栈的使用频繁,尽量采取了先压,完成小功能后立即出栈的原则,以免产生错误 3.利用很多次的循环来产生下落的延迟 4.利用BIOS功能删去了光标,和控制光标-Practice finger tips: With the missing letters, press the corresponding button
exp
- 一、本程序针对操作系统中进程撤销相关理论进行实验。要求实验者设计一个程序,该程序 可模拟撤销多个进程及其子孙进程。 二、本程序针对操作系统中进程创建相关理论进行实验。要求实验者输入实验指导书提供的代码并进行测试。代码简化了进程创建的多个步骤和内容。进程的树形结构采用广义表的方式进行存储。 -First, the procedure for revocation of the operating system in the process of theory to experiment
bootConfig
- vxworks的bsp启动代码,汇编之后的第一个c语言程序-vxworks of the bsp startup code, compiling the first after a c language program
vs
- My Mini 操作系统 源码.目前已经实现的功能: 阶段1: 1 BootSect 2 Kernel Loader (已经进入保护模式,并且将必要的参数传递给Kernel) 3 Kernel (开启页式存储,物理内存的简单管理,为中断提供了一套基本的接口,利用Bget建立了一个简单的堆) 阶段2: 1 优化了一部分代码,包括内核堆,内核栈的重新布置 2 初始化了一个TSS,用以处理特权级变化 3 将GDT从以前的KernelLoader空间到自己的空间 4
textedit
- 操作说明 该程序除源程序外,还需有另外一个存放记录的文件(此程序中使用的文件名为score.txt),本程序并没有创建这个文件的功能,要首先产生这个文件,可用记事本先作一个空的文件名为score.txt 的文件。程序运行与该文件的存放位置有关,位置是程序数据段的FNAME的值。二者要保持一致,否则会出错。 程序运行时,在出现主菜单后,按l键,将显示学生的各科成绩;按i键后,执行插入功能,可以插入新的学生成绩;按m键,可修改学生成绩。由于本程序是个简单程序,在修改时,要输入学生的所有成绩,
shiyan5
- 操作系统处实验五代码-页面置换算法实现先入先出,最近最久未使用和将来最久未使用算法-Five operating systems at the experimental code- page replacement algorithm first in first out, most recently the lack of use and lack of use in future algorithms
The-first-of-SP
- 操作系统的源代码,十分有用,定时器编程等-Operating system source code, very useful, timer programming
txt
- 有关操作系统的先来先服务算法,其中的代码使用C++编写的-The operating system first come first serve algorithm, the code written in C++
fcfs
- 先来先服务算法代码。计算机操作系统典型调度算法。-First come, first service algorithm code. Computer operating system and the typical scheduling algorithm.
moontest20120528.tar.bz2
- 这份源码是我写的一部分的操作系统内核,主要功能是从系统启动到运行第一个进程开始,下面要写设备驱动了,由于没有必要的信息还没有完成。在FreeBSD下编译。-This source code I wrote part of the operating system kernel, the main function is to start from the system to run the first of the beginning of the process, the following