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

搜索资源列表

  1. 操作系统课程设计文件系统

    0下载:
  2. 操作系统课程设计文件系统,我们操作系统课程的一个作业-courses on operating system design document systems, we will of course an operating system operations
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:36.76kb
    • 提供者:冰扉
  1. zydd

    0下载:
  2. 单道批处理系统的作业调度程序(短作业优先,最高响应比,先来先服务三种算法)-Shan Road Batch Job Scheduling System (short operating priority, the highest response ratio, first-come first three service algorithm)
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:1.63kb
    • 提供者:cici
  1. feijidingpiaoxitong

    1下载:
  2. 一段关于飞机订票系统的程序。我们做软件工程的作业。-section of the plane booking system procedures. We do software engineering work.
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:4.52kb
    • 提供者:hh
  1. Linux_read_write

    2下载:
  2. 对Linux操作系统内核进行修改,拦截所有的系统级读写操作,俗称“加塞子”。通过“加塞子”的手段,可以获得系统级用户的权限,你可以做你想做的任何事情。也是我们操作系统课程设计课要求的大作业。欢迎下载
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:54.39kb
    • 提供者:masheng
  1. zuoyedd

    0下载:
  2. 采用FCFS、SJF、响应比高者优先算法模拟设计作业调度程序。 [提示]: (1)每个作业的JCB中包括作业名、提交时刻、要求运行时间; (2)假设第一个作业提交时,系统中无正在执行的作业,即第一个作业一提交系统便调度该作业。 要求: 输入:一批作业中各作业的作业名、提交时刻、要求运行时间; 选择不同的作业调度程序运行; 输出:相应作业调度算法下,各作业的等待时间、周转时间、带权周转时间,这批作业的调度顺序、平均周转时间和平均带权周转时间。
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:3.09kb
    • 提供者:zc
  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
    • 文件大小:210.78kb
    • 提供者:成龙
  1. os

    4下载:
  2. 操作系统课程设计,含5个大作业。最后一个是文件系统的设计。有报告。最后一个是linux的,其他的是window上开发。 -Operating systems curriculum design, with five major operations. The last one is the file system design. Reports. The last one is linux, the other is a window on development.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:780.71kb
    • 提供者:蔡少
  1. 进程调度与作业调度的模拟

    0下载:
  2. 对进程调度与作业调度的模拟,进程调度算法:采用的是最高优先数优先的高度算法(即把处理机分配给优先数最高的进程和先来先服务算法。分区分配和回收算法:采用首次适应算法和最佳适应算法实现动态分区。其中,空闲分区通过空闲分区链来管理,在进行内存分配时,系统优先使用空闲区低端的空间。-process of scheduling and job scheduling simulation and process scheduling algorithm : the highest priority is t
  3. 所属分类:OS Develop

    • 发布日期:2017-03-23
    • 文件大小:39.06kb
    • 提供者:陈任全
  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
    • 文件大小:3.4mb
    • 提供者: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
    • 文件大小:812.82kb
    • 提供者:站长
  1. caozuoxitongpouxi

    0下载:
  2. 操作系统剖析的大作业,英语的论文 ,大家觉得有用就下载吧-Analysis of the major operating system operations, the English papers, we find it useful to download it
  3. 所属分类:OS Develop

    • 发布日期:2017-04-09
    • 文件大小:5.74kb
    • 提供者:姚春萌
  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
    • 文件大小:631byte
    • 提供者:邱一辰
  1. File

    0下载:
  2. 文件系统cpp,包括文件系统设计以及必要的注释,操作系统课程作业-File System cpp, including the file system design as well as the necessary notes, operating system programs operating
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:7.43kb
    • 提供者:apple
  1. [L_27_3]

    1下载:
  2. 自己编写的linux多用户作业调度系统,允许多用户提交作业,设置作业优先级,采用时间片轮转算法,并反馈给用户的终端-I have written multi-user linux job scheduling system that allows multi-user operation, set up operations priority, use Round Robin time slice and feedback to the user terminal
  3. 所属分类:OS Develop

    • 发布日期:2017-03-26
    • 文件大小:311.65kb
    • 提供者:吴文斐
  1. feng

    0下载:
  2. 作业调度系统的实现,先来先服务算法,多作业优先算法,高响应比优先算法-Job Scheduling System, first-come first-serve algorithm, multi-operation priority algorithm, high priority response ratio algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:605.12kb
    • 提供者:飓风
  1. 117143192FileSystem

    0下载:
  2. 这个是*作系统的小作业实现的是文件系统,可以进行文件增加删减等操作-This is my job to achieve a small operating system is the file system that can delete files and other operations to increase
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:302.38kb
    • 提供者:
  1. 2

    0下载:
  2. 一个单道批处理系统的作业调度程序,能根据不同的调度算法算出每个作业的周转时间和带权周转时间,并通过一组作业算出系统的平均周转时间和平均带权周转时间-A single-channel batch system job scheduler
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:1.65kb
    • 提供者:tc
  1. dandao

    0下载:
  2. 操作系统的单道批处理作业系统的模拟,可以实现它的要求。-Single-channel analog of the batch operating system operating system, can be achieved. . . . . .
  3. 所属分类:OS Develop

    • 发布日期:2017-11-06
    • 文件大小:2.16kb
    • 提供者:wuxiansheng
  1. filesystem

    0下载:
  2. 实现了简单的操作系统的文件系统,运用的是c++语言,适用于操作系统课程作业(A file system that implements a simple operating system)
  3. 所属分类:操作系统开发

  1. 读取并查看系统信息

    1下载:
  2. 该源码为操作系统原理大作业,实现了查看CPU、内存利用率等信息,并在我的电脑中创建图标
  3. 所属分类:操作系统开发

« 12 3 4 »
搜珍网 www.dssz.com