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

搜索资源列表

  1. 模拟两种进程调度方式

    0下载:
  2. 进程调度:模拟最高优先级优先调度方式和FIFO调度方式.显示每个时间片各进程的PCB.即优先级,状态,访问CPU次数.剩于数-process scheduling : Analog highest priority priority scheduling ways and means FIFO scheduling. Each time film shows the process of the PCB. That is, priority, status, visit the CPU freq
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:11872
    • 提供者:杨场鸿
  1. OS进程调度源码_2

    0下载:
  2. OS操作系统进程调度算法,其中采用两个算法来实现:优先进程和短进程优先算法.-OS process scheduling algorithm, which uses two algorithms to achieve : short-priority process and the process of priority algorithm.
  3. 所属分类:其它

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

    0下载:
  2. 进程调度问题,调度算法有优先数法和时间片轮法,速度调节可以自己设定-process of scheduling problems, priority scheduling algorithm method and the time-wheel, speed regulation can create
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:27675
    • 提供者:林一森
  1. 进程调度算法实验报告

    1下载:
  2. 关于进程的调度算法 实验设计: (1)设计一个有N个进程共行的进程调度程序。每个进程由一个进程控制块 PCB表示。进程控制块包括以下信息:进程名,进程优先数,进程需要运行的时间,占用CPU的时间以及进程的状态等。 (2)本调度程序用优先数调度算法。 (3)编写程序并调试运行。 -on the process of scheduling algorithm Experimental Design : (1) design a process of a total of
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:6523
    • 提供者:赵新新
  1. C_进程调度

    0下载:
  2. C_进程调度.rar-9 scheduling process. Rar
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:3348
    • 提供者:王心宇
  1. 实验一进程调度

    0下载:
  2. 实验一进程调度.doc-an experimental process scheduling. Doc
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:11291
    • 提供者:洛迪
  1. 进程调度

    0下载:
  2. 本程序使用VC++编译调试,用于实现进程优先数调度的模拟。主要包含三个模块:1、主界面:用于显示进程调度的过程。2、数据录入模块:用于获取进程的初始值,其中有三种获取方式,手动输入方式、随即生成方式和从文件中读去数据的方式。当用户在主窗口中点击“开始”菜单项时即可打开数据录入对话框,用户通过这三种方式之一均可完成数据的录入。3、进程控制模块:主要实现创建新的进程,就绪队列的管理,完成队列的管理,进程的调度。-procedures for the use of the VC compiler te
  3. 所属分类:其它

    • 发布日期:2014-01-15
    • 文件大小:155512
    • 提供者:lebeen
  1. 进程调度程序

    0下载:
  2. 操作系统试验进程调度程序-operating system test process scheduling procedures
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:3118
    • 提供者:吴春欢
  1. 进程调度

    0下载:
  2. 进程调度算法的实现过程-Process Scheduling Algorithm of the process
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:34696
    • 提供者:安员
  1. 操作系统的进程调度的程序

    0下载:
  2. 这是一个关于操作系统的进程调度的程序,是用C编的-This is a process of the operating system's scheduling process, the C series
  3. 所属分类:压缩解压

    • 发布日期:2014-01-15
    • 文件大小:1291
    • 提供者:tom
  1. cpu进程调度

    0下载:
  2. cpu进程调度,优先调度算法,先来先服务算法。
  3. 所属分类:操作系统开发

    • 发布日期:2014-01-17
    • 文件大小:4553
    • 提供者:wzymm
  1. 系统的进程调度线程的源代码

    0下载:
  2. 计算机操作系统的实验作业,系统的进程调度线程的源代码
  3. 所属分类:Linux/Unix编程

    • 发布日期:2014-01-17
    • 文件大小:7755
    • 提供者:creazy2008
  1. 进程调度实验

    0下载:
  2. 进程调度算法的实现-Process Scheduling Algorithm Implementation
  3. 所属分类:操作系统开发

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

    0下载:
  2. 操作系统进程调度模拟程序vc实现-operating system simulation process scheduling procedures to achieve vc
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1993
    • 提供者:梁山东
  1. 进程调度算法演示

    0下载:
  2. 进程调度算法演示,程序中含有一些对控制台输出和事件进行控制的API函数。
  3. 所属分类:进程与线程

    • 发布日期:2014-01-20
    • 文件大小:10366
    • 提供者:lq
  1. 用vb实现的进程调度程序《很不错》^_^

    0下载:
  2. 用vb写的一个很不错的进程调度程序,界面和功能都很不错,看看对你学习vb会有所帮助的,强烈推荐-vb written with a very good process scheduling procedures, interface and functions are pretty good, you see right vb study will be helpful, strongly recommended
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:28920
    • 提供者:董反
  1. 进程调度算法实现

    0下载:
  2. 操作系统——进程调度算法实现 本程序主要实现了进程调度中最常见的优先数算法和轮转时间片算法。-operating system -- the process of scheduling algorithm to achieve the main procedures of the process of scheduling priority to the most common algorithms and several Web-time algorithm.
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:5195
    • 提供者:交易会
  1. c++ os实验进程调度

    0下载:
  2. 操作系统实验程序 c++ os实验进程调度c++环境写的,不过会c语言和操作系统知识都能看懂-operating systems experimental procedure c os experimental process scheduling write c environment, but will c language and knowledge of the operating system can understand
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:96531
    • 提供者:黄竟寻
  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. 一个用vb编写的用来模拟进程调度的小程序!-with a vb prepared for the simulation process of scheduling small programs!
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:29517
    • 提供者:路加
« 1 23 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com