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

搜索资源列表

  1. LINUX操作系统实验1

    0下载:
  2. 该文件为LINUX系统的实验,初学者可以好好理解里该环境下的操作-the document for Linux experiments, beginners can make good understanding of the environment Lane operation
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:49869
    • 提供者:邓斌
  1. 存储器管理

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

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

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

    • 发布日期:2008-10-13
    • 文件大小:8157
    • 提供者:张鹏
  1. zengshangwen5

    0下载:
  2. 操作系统程式设计,文件管理系统的模拟,包括完整的程序设计实验报告
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:416950
    • 提供者:samuel
  1. FIFO

    0下载:
  2. 链接指针:按照进程到达系统的时间将处于就绪状态的进程连接成衣个就绪队列。指针指出下一个到达进程的进程控制块首地址。最后一个进程的链接指针为NULL。 估计运行时间:可由设计者任意指定一个时间值。 到达时间:进程创建时的系统时间或由用户指定。调度时,总是选择到达时间最早的进程。 进程状态:为简单起见,这里假定进程有两种状态:就绪和完成。并假定进程一创建就处于就绪状态,用R表示。当一个进程运行结束时,就将其设置成完成态,用C表示。 处理机调度时总是选择队首指针指向的进程投入运行。由于
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:8693
    • 提供者:真我
  1. shijianpianlunzhuan

    0下载:
  2. 链接指针:指出下一个到达进程的进程控制块首地址。按照进程到达的顺序排队。系统设置一个队头和队尾指针分别指向第一个和最后一个进程。新生成的进程放队尾。 估计运行时间、到达时间以及进程状态一第一题中相同。 (2)为每个进程任意确定一个要求运行时间和到达时间。 (3)按照进程到达的先后顺序排成一个循环队列。再设一个队首指针指向第一个到达进程的首址。 (4)执行处理机调度时,开始选择队首的第一个进程运行。另外再设一个当前运行进程指针,指向当前正在运行的进程。 (5)由于本实验是模拟实
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:10431
    • 提供者:真我
  1. 批处理系统的作业调度

    0下载:
  2. 这是上完操作系统课时,做的实习设计,又实验的目的,分析,设计。采用的是用响应比作业调度算法。-this is the operating system on the classroom, doing internships designed and The purpose of this experiment, analysis, design. The response ratio is Job Scheduling algorithm.
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:215835
    • 提供者:成龙
  1. CAOZUOXITONG.rar

    1下载:
  2. 操作系统的设计性实验~文件系统 • 熟悉文件系统管理过程 • 模拟文件系统工作过程,实现文件的存储和删除 • 撰写实验报告 ,Operating system design experiment ~ file system
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:176857
    • 提供者:PING
  1. os.rar

    0下载:
  2. 操作系统实验指导书。大学生用的。华北电力大学老师编写,Experimental operating system instructions. Students used. North China Electric Power University teacher preparation
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:39302
    • 提供者:华博
  1. 3106007038

    2下载:
  2. 操作系统实验 实验一 进程调度 实验二 作业调度 实验三(综合性) 主存空间的分配与回收 实验四 文件系统-Experimental test of a process of operating system scheduling job scheduling experiment Second experiment three (integrated) main memory space allocation and recovery of the experimental
  3. 所属分类:OS Develop

    • 发布日期:2017-05-13
    • 文件大小:3565961
    • 提供者:caicai
  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
    • 文件大小:832330
    • 提供者:站长
  1. mytime

    0下载:
  2. 创建进程 此源码为操作系统设计与实践的实验作业-Create a process for the operating system of this source of experimental design and operating practice
  3. 所属分类:OS Develop

    • 发布日期:2017-03-24
    • 文件大小:631
    • 提供者:邱一辰
  1. sisuowenti

    0下载:
  2. 这个是操作系统的一个实验,实现死锁问题,并能判断如果给出进程资源数目能响应的给出系统是否安全-This is an experimental operating system to achieve deadlock and give the process to determine if the number of resources to respond to the safety of the given
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:107309
    • 提供者:lyd
  1. a

    0下载:
  2. 是关于操作系统的文件系统设计的实验报告.-On the operating system, file system reports the design of experiments.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-23
    • 文件大小:24677
    • 提供者:321
  1. OS

    0下载:
  2. 操作系统原理实验指导书。易懂。适合初学者。-Operating principles of experimental guide books. Easy to understand.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:163247
    • 提供者:gzx
  1. fenqushicunchuguanli

    0下载:
  2. 操作系统实验,分区式存储管理系统实验,c++编程-Operating system, experiment, experiment partition storage management system, c++ programming
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:866435
    • 提供者:kay
  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
    • 文件大小:161298
    • 提供者:温少
  1. 2222

    0下载:
  2. 实验报告之文件管理系统课程设计系统实验报告-Experiment report Document Management System Course Design Systems Experimental Report
  3. 所属分类:OS Develop

    • 发布日期:2017-04-07
    • 文件大小:521396
    • 提供者:杨艳
  1. OS4

    0下载:
  2. 文件系统实验,模拟文件系统实现的基本功能-File system experiments, analog realization of the basic functions of file systems
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:3221
    • 提供者:deng
  1. 2001-04-21-mp1

    0下载:
  2. 清华大学计算机系操作系统课程实验源码一: Nachos调度系统,实现了5个调度算法:先来先服务(FCFS)、优先级(抢占式、非抢占式)、轮转和多级排队。-Department of Computer Science, Tsinghua University Curriculum Experimental source operating system a: Nachos scheduling system to achieve the five scheduling algorithms:
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:70345
    • 提供者:plutus
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com