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

搜索资源列表

  1. 进程调度程序模拟程序

    0下载:
  2. 采用静态优先数的方法,编写一进程调度程序模拟程序,进程状态为就绪、运行、阻塞三种。模拟程序只对你所设置的“虚拟PCB”进行相应的调度模拟操作,即每发生“调度”时,显示出当前“PCB名字”、优先数、运行时间等,而不需要对系统中真正的PCB等数据进行修改。-priority number using the static method, the preparation process of scheduling a process simulation program, the process in
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:67.86kb
    • 提供者:吴晓辉
  1. 最佳适应法

    0下载:
  2. 采用首次适应法、最佳适应法或最差适应法,编写一内存分配和回收模拟程序。 动态地随机产生新的“内存分配”或“内存回收”请求,再按照你选定的分配算法修改这个数组。由于这个实验的重点在于内存分配,所以不考虑与某内存区相关的进程情况。-used first to adapt, adapt best or the worst adaptation law, the preparation of a memory allocation and recovery simulation program. Dyn
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:67.66kb
    • 提供者:吴晓辉
  1. xiancheng

    0下载:
  2. 线程的调度模拟ok-thread scheduling simulation ok
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:2.79kb
    • 提供者:张德理
  1. R_WPI

    0下载:
  2. 文件包含采用VC写的源代码。它通过模拟了生产者和消费者问题来阐述并发进程。-document contains VC used to write the source code. Through simulation of producers and consumers with questions to elaborate process.
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:11.74kb
    • 提供者:许智勇
  1. ncfbei

    0下载:
  2. 该程序综合模拟了三种内存调页的算法,在模拟过过程中,可以随意输入数据-the procedure comprehensive simulation of three-pages of memory algorithm simulation of the process, the input data can be arbitrarily
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:3.84kb
    • 提供者:李小明
  1. 存储器管理

    0下载:
  2. 操作系统实验(粗存储器管理)采用可变分区存储器管理方案的模拟系统-experimental operating system (memory management rough) using variable memory management program through a simulation
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:10.02kb
    • 提供者:张鹏
  1. SPOOLing输出模拟系统

    0下载:
  2. 操作系统实验(设备管理)源码,SPOOLing输出模拟系统-experimental operating system (facilities management) of the source code, SPOOLing output simulation system
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:7.97kb
    • 提供者:张鹏
  1. 支持多个进程并发运行的简单进程管理模拟系统

    0下载:
  2. 支持多个进程并发运行的简单进程管理模拟系统。本系统的同步机构采用的信号量上的P,V操作的机制;控制机构包括阻塞和唤醒操作;时间片中断处理程序模拟的时间片中断;进程调度程序负责为各进程分配处理机。-support multiple concurrent processes running a simple process management simulation system. The system adopted by the synchronization signal quantity o
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:10.8kb
    • 提供者:张鹏
  1. 动态分区分配

    0下载:
  2. 本程序为一个内存动态分区分配的模拟程序,采用首次适应算法和最佳适应算法实现动态分区。其中,空闲分区通过空闲分区链来管理,在进行内存分配时,系统优先使用空闲区低端的空间-the procedures for a dynamic memory allocation through the simulation program, using the first and best adaptation algorithm to adapt to dynamic partitioning algorith
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:354.58kb
    • 提供者:陈任全
  1. jinc

    0下载:
  2. 操作系统模拟程序,此文件中包含了进程的调度,进程调度过程的详细模拟-operating system simulation program, this file contains the process of scheduling, process scheduling simulation of the detailed process
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:1.79kb
    • 提供者:jake
  1. noxim_cvs

    0下载:
  2. noxim系统的软件实现,用于片上网络的仿真-noxim software implementation for NoC simulation
  3. 所属分类:OS Develop

    • 发布日期:2017-04-17
    • 文件大小:67.13kb
    • 提供者:zhaoxi
  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. banker

    0下载:
  2. 操作系统小程序--银行家算法.该代码主要是针对计算机系高校学生在操作系统中有编程困难的同学而设计的,针对性教强.模拟实现银行家算法。通过编写和调试一个系统动态分配资源的简单模拟程序,观察死锁产生的条件,并采用银行家算法,有效的避免死锁.-Operating System applet- Banker' s algorithm. The code is mainly for the Department of Computer Science College Students in the
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:45.67kb
    • 提供者:gaoning
  1. ShiYanYi_ShiJianPianLunZhuanSunaFa

    0下载:
  2. 广州大学操作系统实验报告一 时间片轮转调度算法模拟 附件详细的实验报告,以及实验代码-Guangzhou University, the operating system time-slice experiment reports a round-robin scheduling algorithm detailed in the annex of the experimental simulation of the report and experimental code
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:79.68kb
    • 提供者:harlant
  1. Process-Scheduling-Simulation--

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

    • 发布日期:2017-03-28
    • 文件大小:6.48kb
    • 提供者:吴泽伟
  1. The-file-system-simulation-program

    0下载:
  2. 使用C语言编写的文件系统模拟程序,体现了文件系统的结构与原理,学习操作系统很有用!-Use written in C language of the file system, a simulation program reflects the file system, study the structure and principle of operating system is very useful!
  3. 所属分类:OS Develop

    • 发布日期:2017-03-24
    • 文件大小:6.6kb
    • 提供者:xiangwei
  1. Simulation

    0下载:
  2. 编写程序完成页式虚拟存储管理中地址转换过程和模拟缺页中断的处理。实验具体包括:首先对给定的地址进行地址转换工作,若发生缺页则先进行缺页中断处理,然后再进行地址转换;最后编写主函数对所作工作进程测试。 假定主存64KB,每个主存块1024字节,作业最大支持到64KB,系统中每个作业分得主存块4块。 -Writing process is complete page-based virtual memory address translation process management and
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:699byte
    • 提供者:yyy
  1. Disk-scheduling-algorithm-simulation

    0下载:
  2. 磁盘调度算法的模拟实现及对比-Disk scheduling algorithm simulation and comparison of various algorithms of OPT, FIFO, the LRU simulation
  3. 所属分类:OS Develop

    • 发布日期:2017-03-26
    • 文件大小:48.96kb
    • 提供者:Qugo
  1. Simulation-

    0下载:
  2. 模拟请求页式存储管理中硬件的地址转换和缺页中断,并用先进先出调度算法(FIFO)处理缺页中断-Simulation request tabbed storage management hardware address translation and page fault, and advanced scheduling algorithm (FIFO) for processing a page fault
  3. 所属分类:OS Develop

    • 发布日期:2017-11-16
    • 文件大小:3.61kb
    • 提供者:刘红涛
  1. scheduling-simulation-program

    0下载:
  2. 计算机操作系统 进程调度模拟算法 源代码-Computer operating system process scheduling simulation algorithm source code
  3. 所属分类:OS Develop

    • 发布日期:2017-04-13
    • 文件大小:1.89kb
    • 提供者:颜庭岩
« 12 3 4 5 6 7 8 9 10 ... 26 »
搜珍网 www.dssz.com