CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 调度

搜索资源列表

  1. 基于DELPHI环境的进程调度算法

    0下载:
  2. 这是操作系统中的一个进程调度算法的源程序!使用delphi7.0K开发!-This is a programme of arithmetic of process attemper with DELPHI 7.0.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:198033
    • 提供者:罗刚
  1. 页面调度

    0下载:
  2. 操作系统中的页面调度(先进进出,最近很少使用算法,最佳算法等等,操作系统中比较重要的算法)-operating system pages Scheduling (advanced access, recently rarely used algorithm, the best algorithms and so on the operating system more important algorithm)
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1031
    • 提供者:dzg
  1. 进程调度模拟

    0下载:
  2. 一个用vb编写的用来模拟进程调度的小程序!-with a vb prepared for the simulation process of scheduling small programs!
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:29517
    • 提供者:路加
  1. 进程调度试验

    0下载:
  2. 进程调度是处理机管理的核心内容。本实验要求用C语言编写和调试一个简单的进程调度程序。通过本实验可以加深理解有关进程控制块、进程队列的概念,并体会和了解优先数和时间片轮转调度算法的具体实施办法-scheduling process management processor is the core content. The experiment called for using the C language and debug a simple process scheduler. Through
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:1998
    • 提供者:求新
  1. 作业调度三种算法FCFS,SJF,HRN

    0下载:
  2. 作业调度三种算法FCFS,SJF,HRN -Job Scheduling Algorithm FCFS, SJF, 010-001
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:3592
    • 提供者:杭天
  1. 进程调度模拟(C++版)

    1下载:
  2. 本程序模拟进程调度.采用时间片轮转算法.可以添加,删除,悬挂某个进程.有较详细的文档说明-the simulation process scheduling. Using Web-time algorithm. They can add, delete, flag a process. A more detailed document Note
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:12946
    • 提供者:lyh
  1. 模拟进程调度

    0下载:
  2. 模拟操作系统进程调度的算法采用时间片轮转法和优先权法-operating system simulation process scheduling algorithm-time Web-law and law priority
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:6537
    • 提供者:杨鼎新
  1. 进程调度算法-操作系统

    0下载:
  2. 这是一个操作系统的进程调度算法的实现绝对正确-This is a process of the operating system's scheduling algorithm to achieve absolutely correct
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:11203
    • 提供者:田田
  1. 实验三 最高优先级调度代码

    0下载:
  2. 模拟创建进程(建立一个记录型数据结构PCB):给出进程标识、状态、到达时间、运行时间等用先来先服务调度算法进行模拟实现-simulation creation process (to establish a record type data structure PCB) : the process of identification is given, state, arrival time, the time spent running a first-come first-service s
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1506
    • 提供者:陈中会
  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. 操作系统进程调度实验--附有实验报告

    1下载:
  2. 这是一个关于操作系统进程调度的实验,采用的是优先权调度算法-This is a process of the operating system's scheduling experiment, the scheduling algorithm is priority
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:140974
    • 提供者:编程浪子
  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. 进程调度法

    0下载:
  2. 一个计算机操作系统实验程序,模拟进程调度算法。-a computer operating system experimental procedure, process simulation scheduling algorithm.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1049
    • 提供者:尹亮
  1. 模拟进程调度(NEW)hxr

    0下载:
  2. C语言模拟进程调度程序,注释很全,向大家推荐,都来下载阿-C language modeling process scheduler, notes very long, we recommend to you, to download A!
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1208
    • 提供者:gwb2008
  1. 进程调度优化算法

    0下载:
  2. 针对操作系统的进程调度而设计的一个优化算法.-To an algorithm of optimizing which the process dispatcher of the operating system designed
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:1367
    • 提供者:孙迪
  1. 进程调度模仿程序

    1下载:
  2. 这是基于操作系统中系统的调度程序,列举了两种算法一种是优先数算法,一种为基于时间片轮转的调度算法-This is based on the operating system scheduler, listed the two algorithms is a priority number algorithm, as a Web-based time-scheduling algorithm
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:11638
    • 提供者:朱磊
  1. 模拟处理器调度

    0下载:
  2. 在采用多道程序设计的系统中,往往有若干个进程同时处于就绪状态。当就绪状态进程个数大于处理器数时,就必须依照某种策略来决定哪些进程优先占用处理器。本源代码模拟在单处理器情况下处理器调度-the introduction of multi-channel programming system, often there are a number of processes at the same time readiness. When the readiness of the process is g
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:10778
    • 提供者:何浩
  1. 进程调度模拟程序原代码

    0下载:
  2. 看大家都用的是vc来写的.现在传一个用c#写的进程调度程序上来.希望对大家有点帮助.-see everyone is using vc write. Now - with a write c # in the process scheduler onto. We hope to help a bit.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:103493
    • 提供者:范乙
  1. 实验三 进程调度实验

    0下载:
  2. 进程调度实验 用高级语言编写和调试一个进程调度程序,以加深对进程的概念及进程调度算法的理解。-process of scheduling trials and the preparation of high-level language debugging process of scheduling a procedure to enhance the concept of the process and the process of scheduling algorithm understan
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:26704
    • 提供者:肖建
  1. 实验二作业进程调度

    0下载:
  2. 这是个操作系统的程序,关于作业进程调度的程序,有界面的!-This is a operating system program, about task process attemper,with interface.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:96680
    • 提供者:张军
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com