CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 操作系统实验代码

搜索资源列表

  1. jincheng123

    0下载:
  2. 挺好的操作系统实验代码!!?
  3. 所属分类:Static控件

    • 发布日期:2008-10-13
    • 文件大小:1.5kb
    • 提供者:liu
  1. 实验源代码

    0下载:
  2. 操作系统的实验代码,要的就下,多谢支持。-experimental operating system code, it should, I would like to thank support.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:51.66kb
    • 提供者:news
  1. OS-II综合实验代码

    0下载:
  2. 本文件包含许多程序源码,像zlg7290、gprs、tcp/ip、gui等源程序,它们都是基于OS-II操作系统下的源代码。
  3. 所属分类:通讯/手机编程

    • 发布日期:2011-04-13
    • 文件大小:5.79mb
    • 提供者:woaihc@sina.com
  1. nachos实验代码

    1下载:
  2. nachos操作系统试验详细代码,内有实验报告
  3. 所属分类:系统编程

    • 发布日期:2011-05-13
    • 文件大小:204.32kb
    • 提供者:yingyingisi
  1. 操作系统实验代码

    1下载:
  2. 分布式系统 软件学院实验报告 实验题目: 实验10——分布式系统实验
  3. 所属分类:源码下载

  1. neichunguanli.rar

    1下载:
  2. 这是我做的操作系统实验内存管理 包括代码和文档,This is my operating system to do the experiment, including memory management code and documentation
  3. 所属分类:OS Develop

    • 发布日期:2016-05-16
    • 文件大小:12.96kb
    • 提供者:张志文
  1. OSDemo

    0下载:
  2. 操作系统实验演示代码(三个实验,作业管理,内存管理,文件管理)-Experimental demonstration of the operating system code (three experiments, operations management, memory management, document management)
  3. 所属分类:OS Develop

    • 发布日期:2017-11-09
    • 文件大小:812.82kb
    • 提供者:站长
  1. Linux--sy--jingchengtongxin

    0下载:
  2. 进程间通信的实验代码,是操作系统实验中的代码-Interprocess communication experiment code, is the operating system code experiment
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:7.83kb
    • 提供者:zuodanqing
  1. OS

    0下载:
  2. 操作系统实验Linux,详细的操作系统实验和代码-Experimental operating system Linux, the operating system in detail experimental and code
  3. 所属分类:OS Develop

    • 发布日期:2017-05-07
    • 文件大小:1.87mb
    • 提供者:里斯
  1. OS_2

    0下载:
  2. 操作系统实验代码 操作系统实验代码-Experimental operating system code-source operating system operating systems experimental test code
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:30.35kb
    • 提供者:陈信宏
  1. dynamicSubareaassign

    0下载:
  2. 以前做的操作系统实验代码,动态分区的模拟实验代码叫做动态分区分配-experimentation for os
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:131.57kb
    • 提供者:summer
  1. final

    0下载:
  2. 操作系统实验指导书,有详细的代码,包括操作系统的各种实验-Operating System Experiment guide book, contains a detailed code, including operating system, various experiments
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:169.72kb
    • 提供者:黄巍
  1. Scheduling

    2下载:
  2. 用C#和C++实现的进程调度算法程序(操作系统实验)本实验通过编写C#语言的代码实现先来先服务(FCFS),最短作业优先(SJF)、响应比高者优先(HRN)的调度算法。最后在界面上显示出进程在调度过程中的情况。另附上C++的进程调度实验,算法不相同。-Use C# and C++ to build up a project to achieve process scheduling.The project contains the algorithm of FCFS,SJF and HRN.
  3. 所属分类:CSharp

    • 发布日期:2016-01-25
    • 文件大小:20.9kb
    • 提供者:
  1. OS

    0下载:
  2. 大学操作系统实验设计,包括进程调度,作业调度,存储管理,文件系统的代码。-University of operating system, experimental design, including process scheduling, job scheduling, storage management, file system code.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:157.52kb
    • 提供者:温少
  1. filesystem

    0下载:
  2. 操作系统实验代码之文件系统 只传你所要的 只下你所需的-file system
  3. 所属分类:OS Develop

    • 发布日期:2017-04-07
    • 文件大小:2.36kb
    • 提供者:章新
  1. gouzaomulu

    0下载:
  2. 操作系统实验代码之构造目录 只传你所要的 只下你所需的-The structure of the operating system directory experimental code only passing on what you want where you need only
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:932byte
    • 提供者:章新
  1. 操作系统双向进程通信

    0下载:
  2. 操作系统实验进程双向通信,要求 1)创建一个消息队列用于收发双方通信包含msgget() msgsnd() msgrcv() 2)编写发送端和接收端代码基于消息队列实现双向通信 3)编译调试顺利运行并提交实验报告 4)课后要求对常见的四种进程通信方式进行调研和总结(Bidirectional communication of experimental process of operating system based on message queue)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-22
    • 文件大小:228kb
    • 提供者:蚊子酱
  1. 操作系统实验代码

    0下载:
  2. 各种典型操作系统实验,单道、多道作业调度……(Typical operating system experiments, single channel, multi-channel job scheduling......)
  3. 所属分类:操作系统开发

    • 发布日期:2017-12-19
    • 文件大小:236kb
    • 提供者:罗琪
  1. 实验楼-操作系统的引导-代码

    0下载:
  2. 对应实验楼里的操作系统实验二,修改bootsect.s和setup.s,实现启动输出语句的改写和打印内存信息(Corresponding to the experimental building operating system experiment two, modify the bootsect.s and setup.s, to achieve the start and output statements rewritten and print memory information)
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:585kb
    • 提供者:davidluan
  1. code-os

    1下载:
  2. 计算机操作系统教程(第三版)习题与实验指导的书上代码,源代码有部分错误,这里已经进行了改正,可以正常编译运行(Computer operating system tutorial (third edition) exercises and experimental guidance on the book code, the source code has some errors, here has been corrected, can be compiled and run normally
  3. 所属分类:书籍源码

    • 发布日期:2020-05-25
    • 文件大小:78kb
    • 提供者:狂三sama
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com