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

搜索资源列表

  1. file_system

    0下载:
  2. 本源代码所设计的文件系统,具有建立文件(create)、打开文件(open)、读文件(read)、写文件(write)、关闭文件(close)、撤销文件(delete)等功能。在模拟程序中可从键盘上输入文件操作命令来模拟各用户程序中所调用的各种文件操作,用一个结束命令(end)停止程序的执行。-source code designed by the file system, with the establishment of documents (create) open the file (o
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:2333
    • 提供者:agang
  1. dfop

    0下载:
  2. 磁盘文件操作 已在磁盘上划分一定空间文件filesys.dat来模拟真实磁盘,现在要在该模拟磁盘中建立文件creatfile(),删除文件del(),创建目录md(),删除目录rd(),文件修改内容并保存edit(),上下级目录访问cd(),cd..(),cd\\(),文件复制copy(),这些函数怎么写啊?请大家帮帮忙!写好后可发到邮箱jsj5219@163.com 部分代码:-disk file operations are classified in a certain di
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:2968
    • 提供者:龙龙
  1. easyVM_Small

    0下载:
  2. easyVM是一个虚拟机,模拟了8086及一些简单外设,可以跑MS-DOS 6.22。 是一高校毕业设计作品。 在看雪论坛上置顶精华,是不可多得的研究虚拟机的参考资料和代码实现。-easyVM is a virtual machine, to simulate the 8086 and some simple peripherals, you can run MS-DOS 6.22. Is a college graduate design work. Watching the snow For
  3. 所属分类:OS Develop

    • 发布日期:2017-04-09
    • 文件大小:1532690
    • 提供者:古风
  1. pcb

    0下载:
  2. 这是一个操作系统的源代码,关于进程调度问题的代码。可以模拟cpu的进程调度,虽然拙劣了点。但是值得参考一下的、-This is an operating system source code, the process of scheduling problems on the code. Cpu can simulate the process of scheduling, although clumsy for that. But it is also useful to look, and
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:862
    • 提供者:刘锦瑞
  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. myProcess

    0下载:
  2. 操作系统的课程设计实习题目,主要用c或c++来模拟进程调度的情况,这里包含了详尽源代码-Operating system, curriculum design internship topic, mainly using c or c++ to simulate the process of scheduling the case, where the source code contains a detailed
  3. 所属分类:OS Develop

    • 发布日期:2017-03-25
    • 文件大小:765829
    • 提供者:zgm
  1. clock

    0下载:
  2. 操作系统的课程设计实习题目,主要用c或c++来模拟时钟中断的情况,这里包含了详尽源代码-Operating system, curriculum design internship topic, mainly using c or c++ to simulate the clock interruption, where the source code contains a detailed
  3. 所属分类:OS Develop

    • 发布日期:2017-05-03
    • 文件大小:1035703
    • 提供者:zgm
  1. memmory

    0下载:
  2. 操作系统的课程设计实习题目,主要用c或c++来模拟内存分配与管理的情况,这里包含了详尽源代码-Operating system, curriculum design internship topic, mainly using c or c++ to simulate the memory allocation and management of the situation, where the source code contains a detailed
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:427509
    • 提供者:zgm
  1. Test3

    0下载:
  2. 系统内存管理源代码,自己写了一上午完成的。可以实现内存的自动分配,模拟操作系统的实际操作-Memory management system source code, to write the morning complete. Automatic allocation of memory can simulate the actual operation of the operating system
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:1472
    • 提供者:chen
  1. ProcessSched

    0下载:
  2. 这个是操作系统的进程调度源代码,模拟操作系统的进程调度,可以在VC++开发环境下编译模拟-This is the process of scheduling the operating system source code to simulate the process of scheduling the operating system can be developed in VC++ compiler environment simulation
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:2039
    • 提供者:deyaowang
  1. Processor-scheduling2

    0下载:
  2. 进程调度,利用时间片轮转算法来模拟计算机操作系统调度进程的过程的代码2-Process scheduling, the use of round-robin algorithm to simulate the process of computer operating system process scheduling code 2
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:1342
    • 提供者:田坤
  1. Processor-scheduling

    0下载:
  2. 进程调度,利用时间片轮转算法来模拟计算机操作系统调度进程的过程的代码1-Process scheduling, the use of round-robin algorithm to simulate the process of scheduling a computer operating system code in a process
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:2393
    • 提供者:田坤
  1. PCB

    0下载:
  2. 这个源代码是用来模拟操作系统内存调度的,,,使用的是动态优先级调度和时间片轮换结合的算法-The source code is used to simulate the operating system memory scheduling,,, using a dynamic priority scheduling and time slice algorithm with rotation
  3. 所属分类:OS Develop

    • 发布日期:2017-05-07
    • 文件大小:1920337
    • 提供者:宇Atttx
  1. process_concurrent

    0下载:
  2. 这是一段用java编写的代码,用于实现模拟进程的并发执行-This is a written with java code to simulate the process used to achieve concurrent execution
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:25989
    • 提供者:付文春
搜珍网 www.dssz.com