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

搜索资源列表

  1. cibidiaodu

    0下载:
  2. 有多个访盘要求在等待时对这些要求的顺序的确定安排或调整,只在减少平均磁盘服务时间就成为磁盘调度,而磁盘调度有多种的调度算法,其中最短路径优先是其中基本一种,本课程设计是使用C++程序设计语言,在windows平台下对此调度算法进行模拟,通过此调度算法的模拟来进一步的加深对磁盘最短路径优先调度的了解,及对C++程序设计语言的使用。 关键词:磁盘调度 最短路径优先 操作系统 课程设计 -set to visit a number of requests waiting for the rig
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:42.69kb
    • 提供者:戴天天
  1. moniwenji

    1下载:
  2. 用C语言实现的一个模拟文件系统,里面是实现的源代码!-C language simulation of a file system, which is the source code!
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:5.64kb
    • 提供者:zhanglibo
  1. PROCUS

    0下载:
  2. 操作系统课程实验模拟生产者消费者问题的C语言程序.(Turbo C 详见ReadMe)-Experimental simulation of the operating system producers and consumers of C language program. (See ReadMe Turbo C)
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:3.56kb
    • 提供者:李权胜
  1. FPCLIB36

    0下载:
  2. 模拟协处理器功能的 C 语言源码  -coprocessor functional simulation of C language source code
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:213.32kb
    • 提供者:郑雄
  1. form

    0下载:
  2. 多级反馈队列模拟进程调度C语言代码,多级反馈队列模拟进程调度C语言代码。-Multi-level feedback queue scheduling C language code modeling process, multi-level feedback queue scheduling simulation of the process of C language code.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:1.09kb
    • 提供者:
  1. Producer_Customer

    0下载:
  2. 模拟操作系统中进程的互斥和同步,解决生产者和消费者问题。使用图形界面,可以在程序中方便的更改生产者和消费者个数,和模拟速度。-Simulation of the operating system mutex and synchronization process to resolve the issue of producers and consumers. Use graphical interface, you can change the process convenient number
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:13.85kb
    • 提供者:xjp
  1. testc

    1下载:
  2. 实现动态分区管理模拟最先适应法和最佳适应法,用c实现-Dynamic simulation of regional management to adapt the first and best adaptation law, with the realization of c
  3. 所属分类:OS Develop

    • 发布日期:2017-04-14
    • 文件大小:3.08kb
    • 提供者:sevenhu
  1. Operatingsystemscurriculumdesignsimulationofhefile

    0下载:
  2. 操作系统课程设计,模拟文件系统算法的C编写-Operating systems curriculum design, simulation of the file system algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-04-25
    • 文件大小:67.92kb
    • 提供者:hhb
  1. C

    0下载:
  2. 这是操作系统实验时所编写的一个模拟进程调度用c++语言所编写的一个小程序-This is the operating system during the preparation of the experimental simulation of the process of scheduling a c++ language used by a small program to prepare
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:1.43kb
    • 提供者:金鑫
  1. Linux

    0下载:
  2. 对linuix 文件系统的模拟,包含了若干文件命令,是用c语言实现的。-Linuix file system on the simulation, the order contains a number of documents is achieved with c language.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:339.35kb
    • 提供者:lutao
  1. Process

    0下载:
  2. 用C++模拟实现操作系统是如何调度进程的, 其中有时间片算法、优先级算法、单轮片算法-Using C++ simulation of the operating system is how to achieve the scheduling process, including time slice algorithm, priority algorithm, single-round algorithm film ... ...
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:245.75kb
    • 提供者:薛顺
  1. OperatingSystemMemoryManagement

    0下载:
  2. (1) 本实验要求使用C语言编程模拟一个拥有若干个虚页的进程在给定的若干个实页中运行、并在缺页中断发生时分别使用FIFO和LRU算法进行页面置换的情形。 (2) 虚页的个数可以事先给定(例如10个),对这些虚页访问的页地址流(其长度可以事先给定,例如20次虚页访问)可以由程序随机产生,也可以事先保存在文件中。 (3) 要求程序运行时屏幕能显示出置换过程中的状态信息并输出访问结束时的页面命中率。 -(1) This experiment requires the use of C la
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:45.59kb
    • 提供者:时间
  1. OSSim

    0下载:
  2. 学生用FlashMX实现的操作系统课程原理设计报告,实现磁盘文件系统的模拟及进程调度队列的演示,比较有新意,以前学生都是C++或其它VB实现不同。-Differing from the past development in OS course, Lulu has developed the simulation of File system and process schedule in operating system with FlashMX.
  3. 所属分类:OS Develop

    • 发布日期:2017-05-12
    • 文件大小:2.84mb
    • 提供者:fzz
  1. 050601236

    0下载:
  2. c,c++实现的算法模拟,只含源码,其中的银行家算法使用c实现的,动态分区分配是c++实现的。- c, c++ realization of the algorithm simulation, containing only source, of which the banker s algorithm to achieve the use of c, dynamic partition allocation is c++ to achieve.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-24
    • 文件大小:11.81kb
    • 提供者:peng.xu
  1. SJF

    0下载:
  2. sjf.c操作系统进程的短优先算法的模拟-short sjf.c operating system process priority of the simulation algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-03-26
    • 文件大小:1.44kb
    • 提供者:刘涵
  1. banker

    0下载:
  2. 使用C语言实现的模拟操作系统的资源分配的银行家算法~-Using the C language implementation of the simulation of the operating system allocation of resources banker' s algorithm ~
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:52.33kb
    • 提供者:于海南
  1. 3

    0下载:
  2. c c++ 模拟虚拟分页存储管理系统 弄了蛮久的-c c++ simulation of the virtual paging memory management system, get a quite a long time
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:1.4kb
    • 提供者:candice
  1. files

    1下载:
  2. 用C语言写的关于模拟二级目录文件操作,文件的创建,删除,修改文件内容等,操作系统实验-Written using C language on the simulation of two directories and files operations, file creation, delete, modify file contents, the operating system experiment
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:197.57kb
    • 提供者:糖糖
  1. air_planes.tar

    0下载:
  2. it is an simulation of the airplane controller written in C.Basic operating systems functions such as fork,dup,system are used for the Linux platform.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-08
    • 文件大小:3.67kb
    • 提供者:ahmet
  1. Process-Scheduling-Simulation--

    0下载:
  2. 本程序实现操作系统进程调度模拟 C++语言实现- implementation of this Program:process scheduling simulation ,C++ language
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:6.48kb
    • 提供者:吴泽伟
« 12 3 »
搜珍网 www.dssz.com