CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 操作系统开发 搜索资源 - Code First

搜索资源列表

  1. 060602fcfs

    0下载:
  2. 实现了操作系统先来先服务(FCFS)算法,包含全部源代码。-of the operating system first-come first-serve (FCFS) algorithm, includes full source code.
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:234484
    • 提供者:罗火光
  1. OSdiaodu

    0下载:
  2. diaodu1完成基本模块框架 diaodu2完成了先进先出,和输出显示模块。 diaodu2-1准备将FCFS的到达时间按从小到大排列进行实现。未果 diaodu3完成了SJF,优化了输出精度 diaodu4基本完成了RR但是有一个小bug, diaodu5完成了RR diaodu6优化了一些输入输出,但是发现RR等于4时正确,大于或小于4都有问题。算法出现问题 diaodu7解决了RR的问题。程序基本完成 diaodu8优化了代码,并完善了RR输出时间轴表示
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:10728
    • 提供者:billdong
  1. MyIE_Code

    0下载:
  2. 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
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:384841
    • 提供者:hhh
  1. QNX_course_all.qnx比较全的资料

    3下载:
  2. 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
  3. 所属分类:操作系统开发

    • 发布日期:2014-07-09
    • 文件大小:33459699
    • 提供者:alex
  1. xunmi

    0下载:
  2. 操作系统课程设计————————_首次适应算法代码。-_ For the first time the operating system to adapt to curriculum design algorithm code.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-13
    • 文件大小:2792
    • 提供者:xunmi
  1. suanfasuanf

    0下载:
  2. 这个是我找的一个有关操作系统下的首次适应算法的实现代码,希望大家能指点下-This is what I looking for a first operating system to adapt to the realization of algorithm code, hope that we can show under
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:2809
    • 提供者:谢玉城
  1. boot

    0下载:
  2. 引导扇区程序源码 编译后可以从软盘启动计算机 操作系统制作的第一步-Boot sector program source code can be compiled from the floppy disk to start the computer operating system produced by the first step
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:1029
    • 提供者:ggg
  1. cpdd

    0下载:
  2. 这是一个磁盘调度算法的源程序代码,为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
  3. 所属分类:OS Develop

    • 发布日期:2017-03-26
    • 文件大小:1430
    • 提供者:雪莱
  1. FCFS

    1下载:
  2. 先来先服务的程序代码实现,对于进程的调度所选用的一个算法,在操作系统中实现进程的调度,考虑了多种特殊的情况-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
  3. 所属分类:操作系统开发

    • 发布日期:2013-10-16
    • 文件大小:896383
    • 提供者:曾冬梅
  1. code

    0下载:
  2. 在可变分区管理方式下采用最先适应算法实现主存分配和实现主存回收-Variable partition management to adapt to the adoption of the first algorithm to achieve the realization of main memory main memory allocation and recovery
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:2954
    • 提供者:娜娜
  1. fingertest

    0下载:
  2. 手指练习 使用提示:随着字母下落,按相应的键获得分数,推荐在全屏模式下游戏,ESC可随时退出游戏 使用技术: 1.采用了宏来简化代码量,发觉十分好用! 2.堆栈的使用频繁,尽量采取了先压,完成小功能后立即出栈的原则,以免产生错误 3.利用很多次的循环来产生下落的延迟 4.利用BIOS功能删去了光标,和控制光标-Practice finger tips: With the missing letters, press the corresponding button
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:3278
    • 提供者:陈忻
  1. exp

    0下载:
  2. 一、本程序针对操作系统中进程撤销相关理论进行实验。要求实验者设计一个程序,该程序 可模拟撤销多个进程及其子孙进程。 二、本程序针对操作系统中进程创建相关理论进行实验。要求实验者输入实验指导书提供的代码并进行测试。代码简化了进程创建的多个步骤和内容。进程的树形结构采用广义表的方式进行存储。 -First, the procedure for revocation of the operating system in the process of theory to experiment
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:7303
    • 提供者:李方
  1. bootConfig

    0下载:
  2. vxworks的bsp启动代码,汇编之后的第一个c语言程序-vxworks of the bsp startup code, compiling the first after a c language program
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:41176
    • 提供者:李春
  1. vs

    0下载:
  2. My Mini 操作系统 源码.目前已经实现的功能: 阶段1: 1 BootSect 2 Kernel Loader (已经进入保护模式,并且将必要的参数传递给Kernel) 3 Kernel (开启页式存储,物理内存的简单管理,为中断提供了一套基本的接口,利用Bget建立了一个简单的堆) 阶段2: 1 优化了一部分代码,包括内核堆,内核栈的重新布置 2 初始化了一个TSS,用以处理特权级变化 3 将GDT从以前的KernelLoader空间到自己的空间 4
  3. 所属分类:OS Develop

    • 发布日期:2017-03-27
    • 文件大小:67759
    • 提供者:程光
  1. textedit

    0下载:
  2. 操作说明 该程序除源程序外,还需有另外一个存放记录的文件(此程序中使用的文件名为score.txt),本程序并没有创建这个文件的功能,要首先产生这个文件,可用记事本先作一个空的文件名为score.txt 的文件。程序运行与该文件的存放位置有关,位置是程序数据段的FNAME的值。二者要保持一致,否则会出错。 程序运行时,在出现主菜单后,按l键,将显示学生的各科成绩;按i键后,执行插入功能,可以插入新的学生成绩;按m键,可修改学生成绩。由于本程序是个简单程序,在修改时,要输入学生的所有成绩,
  3. 所属分类:OS Develop

    • 发布日期:2017-04-14
    • 文件大小:5242
    • 提供者:winner531531
  1. shiyan5

    0下载:
  2. 操作系统处实验五代码-页面置换算法实现先入先出,最近最久未使用和将来最久未使用算法-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
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:1331
    • 提供者:zxy
  1. The-first-of-SP

    1下载:
  2. 操作系统的源代码,十分有用,定时器编程等-Operating system source code, very useful, timer programming
  3. 所属分类:OS Develop

    • 发布日期:2017-05-02
    • 文件大小:830309
    • 提供者:yyc
  1. txt

    0下载:
  2. 有关操作系统的先来先服务算法,其中的代码使用C++编写的-The operating system first come first serve algorithm, the code written in C++
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:869
    • 提供者:张强
  1. fcfs

    0下载:
  2. 先来先服务算法代码。计算机操作系统典型调度算法。-First come, first service algorithm code. Computer operating system and the typical scheduling algorithm.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-27
    • 文件大小:923
    • 提供者:刘江涛
  1. moontest20120528.tar.bz2

    0下载:
  2. 这份源码是我写的一部分的操作系统内核,主要功能是从系统启动到运行第一个进程开始,下面要写设备驱动了,由于没有必要的信息还没有完成。在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
  3. 所属分类:OS Develop

    • 发布日期:2017-11-17
    • 文件大小:39293
    • 提供者:雨天
« 12 »
搜珍网 www.dssz.com