搜索资源列表

  1. 进程调度算法演示

    0下载:
  2. 进程调度算法演示,程序中含有一些对控制台输出和事件进行控制的API函数-This is a display of process assigned algorithm. It includes some API functions for the control of console output and events.
  3. 所属分类:Windows编程

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

    0下载:
  2. 进程调度模拟程序-优先权只是调度算法考虑的一个方面进程调度依据调度程序运行时,要在所有可运行状态 的进程中选择最值得运行的进程投入运行。-Process schedule simulation program -Priority is only one aspect of schedule algorithm,the goal is selecting the most valuable process to run among all
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:178551
    • 提供者:王俊
  1. 数据结构的车厢调度

    0下载:
  2. 利用栈的方式完成车厢调度,数据结构的实习题目,已完成基本内容.-Completes the compartment dispatch using the stack way,Construction of data practice topic,Has completed the basic content
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:22154
    • 提供者:陈大民
  1. 救护车调度系统

    0下载:
  2. 救护车调度模拟系统,使用java实现,利用多线程控制每一辆救护车,随机出现呼救点,也可以点击界面人工控制!-ambulance scheduling simulation systems, the use of java achieved, the use of multi-threaded control each one ambulance, there were shouts for help, you can click on
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:122800
    • 提供者:耿神
  1. 调度算法

    0下载:
  2. 这是操作系统实验的调度算法,包含时间片轮转法,抢占式优先权算法,非抢占式优先权算法,先来先服务算法,短作业(进程)优先调度算法. -This is the experimental operating system scheduling algorithms, including time-rotate, Preemptive priority algorithm, non-preemptive priority algorithm
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:15062
    • 提供者:梁狂
  1. 柔性加工车间遗传算法调度C++

    1下载:
  2. 这是一个柔性加工车间的优化调度的遗传算法,算法应用矩阵编码的方式,实现优化求解,欢迎与作者联系其他算法linxk333@yahoo.com.cn-This is a flexible processing workshops optimal scheduling of the genetic algorithm, the algorithm application matrix coding modes to achieve optim
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:45901
    • 提供者:林献坤
  1. 磁盘调度

    0下载:
  2. 磁盘调度算法,包括先进先出,最短查找,电梯调度及单向扫描-disk scheduling algorithms, including FIFO, shortest identifying, scheduling and one-way lift scan
  3. 所属分类:磁盘编程

    • 发布日期:2008-10-13
    • 文件大小:213186
    • 提供者:翁明喆
  1. 处理机调度new

    0下载:
  2. 单处理机调度包括时间片轮转法,短作业优先算法,动态优先算法。- The single processor dispatch rotates the law including the time piece, short work first algorithm, dynamic first algorithm.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1793
    • 提供者:李李
  1. 车厢调度

    0下载:
  2. 数据结构车厢调度问题: 用栈的形式实现车厢调度,火车入口处的车厢序列编号为1到n -data structure train scheduling problem : stack trains in the form of scheduling, at the entrance to a train compartment of a serial number to n
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2320
    • 提供者:王松
  1. 作业调度算法的模拟

    0下载:
  2. 用C语言,或C++实现对N个作业分别采用FCFS,SJF,HRN和高优先权优先等算法进行调度。-language C, or C N realization of operations respectively FCFS, SJF, 010-001 and high priority for priority scheduling algorithm.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:7216
    • 提供者:冯志强
  1. VxWorks进程调度实践

    0下载:
  2. 对vxWorks进程调度的详细介绍,任务及任务状态及状态转移,及实现的源代码。-right scheduling process detailed descr iption of the tasks and missions State and State transfer, and implementation of the source code.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:90462
    • 提供者:prescape
  1. 采用剥夺式优先算法,对四个进程进行模拟调度

    0下载:
  2. 进程调度程序是进程管理的主要内容之一,通过设计,编制,调试一个简单的进程调度模拟系统,对进程调度,进程运行状态变换及PV操作加深理解和掌握.-process scheduler process management is one of the main contents, design, develop and debug a simple process of scheduling simulation systems, the p
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:22091
    • 提供者:姚天伟
  1. 关于进程调度算法很多程序

    0下载:
  2. 都是关于进程调度的程序 很多种实现的方法在里面都可以找到-are on the process of scheduling procedures to achieve many of the methods can be found inside
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:45751
    • 提供者:姚天伟
  1. 关于操作系统进程调度实验报告

    0下载:
  2. 进程调度时进程管理的主要内容之一,通过设计,编制,调试一个简单的进程调度模拟系统,对进程调度,进程运行状态变换加深理解和掌握。模拟计算机操作系统的进程调度,建立进程控制块PCB,要包含有关进程的描述信息,控制信息以及资源信息.模拟系统根据PCB感知进程的存在和通过PCB中所包含的各项变量的变化,掌握进程所处的状态以达到控制进程活动的目的.要实现进程的状态及其转换,进程的创建与撤消,进程的阻塞与唤醒.用P,V原语操作实现进程互斥.-pro
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:103081
    • 提供者:姚天伟
  1. 火车调度

    1下载:
  2. 这是一个VC编写的火车调度程序,实际上是数据结构栈的应用,同时设计到递归的应用。-This is a VC prepared by the train scheduling procedures, data structure is actually the application stack, recursive design to the application.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2453
    • 提供者:王小雪
  1. 进程调度模拟程序 - 倚天龍記

    0下载:
  2. 进程调度程序模拟程序,是从网上下载的,供大家参考-scheduler process simulation program is downloaded from the Internet for reference
  3. 所属分类:系统编程

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

    0下载:
  2. 1、按优先权调度算法,实现处理器调度。 2、主存储器空间的分配和回收 在可变分区管理方式下,采用最先适应算法实现主存空间的分配和回收。-1, priority scheduling algorithm to achieve processor scheduling. 2, the main memory space allocation and recovery of the variable area management,
  3. 所属分类:操作系统开发

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

    0下载:
  2. vb模拟进程调度.rar 是学生学习操作系统的页面存储的课程实验习题. 做的教完善, 值得借鉴.-vb modeling process scheduling. Rar Students learn the operating system stored pages Experimental Exercise. So the perfect, is worth learning from.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:30428
    • 提供者:刀尖
  1. 进程管理与调度的模拟

    0下载:
  2. 在进程管理与调度模拟系统中,共涉及到两个类和一个结构体:PCB结构体、链队列类和OS类。操作系统启动后,在系统内将存在PCB池,用来存放进程的PCB结构,PCB池的大小决定了系统中能同时存在的进程数量。在本系统中,假定系统能同时存在的进程数为20个,用一个PCB的数组来表示。PCB池中的PCB会有四种状态:运行状态、就绪状态、阻塞状态和空闲状态,所以,在操作系统中将会有四种队列:运行队列、就绪对列、阻塞队列和空闲队列。进程的创建随着操作
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:10565
    • 提供者:张涛
  1. 1 三种调度算法的模拟代码

    0下载:
  2. 编写一程序,可以创建若干个虚拟进程,并对若干个虚拟进程进行调度,调度策略为时间片轮转。 虚拟程序的描述: 虚拟指令的格式: 操作命令 操作时间 其中,操作命令有以下几种: l C : 表示在CPU上计算 l I :表示输入 l O:表示输出 l W:表示等待 l H:表示进程结束 操作时间代表该操作命令要执行多长时间 假设I/O设备的数
  3. 所属分类:BREW编程

    • 发布日期:2008-10-13
    • 文件大小:29419
    • 提供者:寒冰
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »

源码中国 www.ymcn.org