CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - scheduling source code

搜索资源列表

  1. mp1.tar

    0下载:
  2. 基于nachos模拟器的源代码,可以进行编译和修改,用于研究操作系统中调度算法-Nachos simulator based on the source code can be compiled and revised research operating system Scheduling Algorithm
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:64160
    • 提供者:田园
  1. ProcessScheduling

    0下载:
  2. 此为CPU进程调度的C语言源程序,很有用,自己编译后运行后觉得还可以,希望试试。-this process for CPU scheduling C language source code and useful, they compiled after the operation I felt that I could, Try hope.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2286
    • 提供者:huangchao
  1. C-os

    0下载:
  2. 用C语言设计一个有 N个进程并行的优先级调度程序的源代码-C language design is a process of parallel N-priority scheduling of a program's source code
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:22013
    • 提供者:武键
  1. os.c

    0下载:
  2. 进程调度算法源代码-process scheduling algorithm source code
  3. 所属分类:磁盘编程

    • 发布日期:2008-10-13
    • 文件大小:2309
    • 提供者:政治
  1. Cipan1

    0下载:
  2. 磁盘调度算法源程序-disk scheduling algorithm source code
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:2061
    • 提供者:网旭
  1. 作业调度源程序

    0下载:
  2. 操作系统作业调度源代码 作业调度算法实现本程序主要实现了进程调度中最常见的算法-operating system source code scheduling algorithms operating procedures for the main process of scheduling the most common algorithm
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:6840
    • 提供者:lyb
  1. yxjdd

    0下载:
  2. 操 作系统的一个程序源代码,叫进程优先级调度-an operating system source code, called process-priority scheduling
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2453
    • 提供者:孙云
  1. FIFO.先进先出调度算法(FIFO)处理缺页中断

    1下载:
  2. 关于操作系统:先进先出调度算法(FIFO)处理缺页中断,On the operating system: FIFO scheduling algorithms (FIFO) handling page fault
  3. 所属分类:操作系统开发

  1. fig.rar

    1下载:
  2. 甘特图控件,使用DELPHI开发,用于生产排程和计划方面。可以自由拖拉甘特图来更改时间,甘特图颜色区分,更清晰明了!,Gantt Chart control, the use of DELPHI development, for production scheduling and planning. Can freely drag and drop Gantt chart to change the time, the distinction between Gantt color, more
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-09
    • 文件大小:1885332
    • 提供者:lsc
  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. embedded

    1下载:
  2. 嵌入式实时系统中关键技术的研究(博士论文)实时操作系统在多媒体通信、在线事务处理、生产过程控制、交通控制等各个领域得到广泛的应用,因而越来越引起人们的重视。而进程调度策略是影响系统实时性能的重要因素。因此我在此对实时进程调度进行研究。-real-process Scheduling. This article is based on reading source code of Linux, reference many books and articles.The idea of this a
  3. 所属分类:OS Develop

    • 发布日期:2017-04-09
    • 文件大小:1099565
    • 提供者:
  1. prioorig

    0下载:
  2. source code for cpu scheduling -source code for cpu scheduling
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:1913
    • 提供者:rei
  1. GATOOLS

    0下载:
  2. Source code GA in Matlab code, multiobjective scheduling problems
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:102491
    • 提供者:Duy
  1. duojiduilie-c

    0下载:
  2. 多级反馈队列调度算法: 1、设置多个就绪队列,并给队列赋予不同的优先级数,第一个最高,依次递减。 (1~i-1)空闲时,才调度i,如果处理机正在第i队列中运行,又有新进程进入优先权较高 队列,则新进程抢占处理机,将正在运行的进程放入第i队列队尾,将处理机分给新进程。-Multi-level feedback queue scheduling algorithms
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:2733
    • 提供者:agaeg
  1. ucore-lab4

    1下载:
  2. Ucore是一个很小的适于学习的操作系统,此“麻雀”包含虚存管理、进程管理、处理器调度、同步互斥、进程间通信、文件系统等主要内核功能,总的内核代码量(C+asm)不会超过5K行。充分体现了“小而全”的指导思想。 这是ucore的实验4:调度器。实验目的:熟悉ucore 的系统调度器框架,以及内置的Round-Robin 调度算法;基于调度器框架实现一个调度器算法(Stride Scheduling)。文件中包括源代码、实验指导书和实验报告。-Ucore is a small operatin
  3. 所属分类:OS Develop

    • 发布日期:2014-05-26
    • 文件大小:1377280
    • 提供者:gyh
  1. chulijidiaodu

    0下载:
  2. 处理及调度源代码,用C++来编程,模拟处理机调度,实验报告-Processing and scheduling source code, using C++, programming, analog processor scheduling, lab reports
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:850227
    • 提供者:韩寒
  1. job-scheduling

    0下载:
  2. C++写的操作系统作业调度,这是一个实验报告,有完整的源代码,从报告中复制下来建立好工程就可以直接运行。-The job scheduling C++ write the operating system, which is a lab report, complete source code, copied down to the establishment of good works can be run directly from the report.
  3. 所属分类:OS Develop

    • 发布日期:2017-11-07
    • 文件大小:494076
    • 提供者:fengjing
  1. processor-scheduling

    0下载:
  2. C++写的操作系统处理器调度,这是一个实验报告,有完整的源代码,从报告中复制下来建立好工程就可以直接运行。-Processor scheduling C++ write the operating system, which is a lab report, complete source code, copied down to the establishment of good works can be run directly from the report.
  3. 所属分类:OS Develop

    • 发布日期:2017-11-12
    • 文件大小:184195
    • 提供者:fengjing
  1. process_scheduling

    0下载:
  2. 这段代码是实现操作系统进程调度源代码,采用C语言进行编写-This code is to achieve the operating system process scheduling source code, using C language to write
  3. 所属分类:OS Develop

    • 发布日期:2017-11-25
    • 文件大小:5806
    • 提供者:lantian
  1. scheduling-simulation-program

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

    • 发布日期:2017-04-12
    • 文件大小:1936
    • 提供者:颜庭岩
« 12 3 »
搜珍网 www.dssz.com