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

搜索资源列表

  1. 操作系统进程内存管理模拟特别版

    1下载:
  2. 操作系统进程内存管理模拟 有关此程序的功能请见程序中的帮助菜单 程序难点1:创建Windows xp中按钮样式 解决方法:使用标签控件与形状控件一起形成此样式 此方法缺点:由于标签没有TAB事件,所以不能使用键盘控制按钮。 此缺点解方法:截取键盘事件,以响应TAB事件(时间有限,没有实现) 程序难点2:实时与分时混合应用 解决方法:置一FOR循环在TIMER中,先判断并响应时实进程,再置另一当循环在TIMER中,无时实时再执行分时进程。 程序难点3:分页式内存管理的调度方式 解决方法:具体方法见
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:70635
    • 提供者:锡文
  1. attemper

    0下载:
  2. 一个模拟系统进程调度的vc程序。以适当动画的形式展示。-a process simulation system vc scheduling procedures. In an appropriate display in the form of animation.
  3. 所属分类:系统编程

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

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

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

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

    • 发布日期:2008-10-13
    • 文件大小:29419
    • 提供者:寒冰
  1. 030341404

    0下载:
  2. 这是模仿进程调度的试验。用vc++做的模拟程序。很好用,内有完全的实验报告-This is the process of copying scheduling tests. Vc do with the simulation program. Good use is completely within the experimental report
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:150632
    • 提供者:金晓爽
  1. 要求

    0下载:
  2. 本程序是一个操作系统关于进程调度的程序,其中有,进程的优先权和先进先出等模拟调度功能-this process is a process of the operating system on the activation procedures, which, the process priority and FIFO scheduling simulation
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1446570
    • 提供者:帅哥
  1. jinc

    0下载:
  2. 操作系统模拟程序,此文件中包含了进程的调度,进程调度过程的详细模拟-operating system simulation program, this file contains the process of scheduling, process scheduling simulation of the detailed process
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:1829
    • 提供者:jake
  1. 1schedule

    0下载:
  2. 抢占式优先权进程调度模拟程序,这是我校操作系统的实验必修程序之一。-Preemptive priority scheduling process simulation program, this is my school operating systems experimental procedure compulsory one.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:35242
    • 提供者:青柿子
  1. proccANDmemory

    0下载:
  2. 进程以及内存分配编程,在TC编译器下以图形方式模拟系统进程调度以及内存分配。-process and memory allocation program, the TC compiler under the graphic simulation and process scheduling system memory allocation.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:3697
    • 提供者:李风
  1. ProcessDeployProject

    0下载:
  2. 操作系统课程实习之进程调度模拟实现--采用时间片轮转算法(JAVA版)-training courses on operating system simulation scheduling a process to achieve -- time-use Web algorithm (Java version)
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:13378
    • 提供者:蓝蜂
  1. Pcblite

    0下载:
  2. 操作系统实例模拟:进程调度模拟 Cpu.cpp Cpu.h Debug fcfs.log fcfs.lst fcfswait.log fpf.log fpf.lst fpfwait.log LLIST.CPP LLIST.H main.cpp Pcb.cpp Pcb.h Pcb2.dsp Pcb2.dsw Pcb2.ncb Pcb2.opt Pcb2.plg process.log Timer.cpp Tim
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:40486
    • 提供者:silwol
  1. processdiaodu

    0下载:
  2. 进程调度模拟程序,在VC6.0环境下编译通过,包括相应的上机实验报告文件-scheduling process simulation program, the compiler VC6.0 environment, including the corresponding experimental report on the paper machine
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:30333
    • 提供者:张焕人
  1. procc

    0下载:
  2. 这是一个进程调度程序,模拟在单处理器情况下处理器器调度。-This is a process scheduler, simulation of the single-processor scheduling for the next processor.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:5902
    • 提供者:sunrain
  1. OSprocess

    0下载:
  2. //进程调度模拟程序-/ / scheduling process simulation program
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:1540
    • 提供者:liuchuan
  1. procedul--simulate

    0下载:
  2. 是关于CPU进程调度的模拟程序,可以实现三种算法的进程调度:先来先服务,短进程优先,最高优先级。是操作系统的大作业。-is on the CPU scheduling process simulation program that can be achieved in three of process scheduling algorithm : first-come first-serve, short process priority, the highest priority. The o
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:129067
    • 提供者:赵佳
  1. jinchengdiaoduWenDan

    1下载:
  2. 整个设计采用java语言,利用面向对象思想。 首先,编写一个进程调度类Main_PCB,一个进程信息类PCB_block可以创建进程控制块( PCB)表示。进程控制块可以包含如下信息:进程名、优先数、到达时间、需要运行时间、已用CPU时间、进程状态等等。 对应成员变量是pcb_Name pcb_ID int pcb_Pro PCB_Begintime() pcb_Needtime pcb_Spendtime pcb_Finishtime String pcb_Statue 成员方法是pcb_
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:84809
    • 提供者:传统
  1. jinchengdiaodumonichengxu

    0下载:
  2. 这是一个用C语言实现的操作系统进程调度模拟程序-This is a C language of the operating system process scheduling simulation program
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:1492
    • 提供者:yue
  1. PROCESS_caq

    0下载:
  2. 一个进程的模拟程序,并不是真的进程调度程序-a process simulation program, is not really that process scheduler
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2300
    • 提供者:caqbird
  1. lvling129shiyan

    0下载:
  2. 操作系统课程实验,模拟操作系统中进程控制与进程调度,有详细的文档和代码-operating system, operating system simulation process control and process scheduling, detailed documentation and code
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:419459
    • 提供者:人类
  1. process_attemper

    0下载:
  2. 编写一进程调度程序模拟程序。进程状态为就绪、运行、阻塞三种。模拟程序只对你所设置的“虚拟PCB”进行相应的调度模拟操作,即每发生“调度”时,显示出当前运行的“PCB名字”、优先数、运行时间等,而不需要对系统中真正的PCB等数据进行修改。-prepare a process scheduler simulation program. Ready to process state, running, blocking three. Simulation program only right you
  3. 所属分类:其它

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