CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 界面编程 搜索资源 - 操作系统—进程调度

搜索资源列表

  1. 实验1_作业调度_实验2_进程调度

    0下载:
  2. 本程序是两个操作系统的上机题目,有源代码.-two operating systems on the plane topic, active code.
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:43391
    • 提供者:fd
  1. ProcessThread

    0下载:
  2. 一个学习操作系统原理很好的演示程序.演示进程调度与读写者的同步问题-a good learning principles of the operating system demonstration program. Scheduling and demonstration process of reading and writing Synchronization
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:469909
    • 提供者:li
  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. jinchengdiaoducaozuoxitong

    0下载:
  2. 操作系统实验 进程调度-operating systems experimental process scheduling
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1550
    • 提供者:陈春
  1. process121

    0下载:
  2. 操作系统的进程调度,是我们的实验来的,-the process of scheduling the operating system, the experiment is the ,
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1867
    • 提供者:杨钦洪
  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. jinchen1

    0下载:
  2. 用C语言实现进程调度-操作系统课程设计设计思想: “最高优先数优先”调度算法的基本思想是把cpu分配给就绪队列中优先数最高的进程。采用动态优先数,即优先数在创建进程时给定一个初始值,当进程获得一次cpu后其优先数就减少1。-C language scheduling process-design courses on operating system design : "Priority number of the highest priority" scheduling
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:12579
    • 提供者:zz
  1. VC++

    0下载:
  2. 操作系统中:用最佳适应算法进行进程调度,进行作业资源的回收
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:7125
    • 提供者:ganyuzhen
  1. liaohushiyan3

    0下载:
  2. 操作系统实验一(进程调度算法代码) 先来先服务调度算法-an experimental operating system (the process of scheduling algorithm code) first-come first-service Scheduling Algorithm
  3. 所属分类:工具条

    • 发布日期:2008-10-13
    • 文件大小:9763
    • 提供者:张亚
  1. 操作系统——PCB模拟

    0下载:
  2. 该程序使用tc2.0编译,带有图形界面和可输入命令的简易控制台 源代码较长,但总共就两大部分——进程调度部分和图形界面部分。 /*多道系统动态优先级调度算法及可变大小内存分配模拟*/-the procedures used tc2.0 compiler, with a graphical interface and can import orders of the source code for simple console longer, but the majority of the tot
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:6346
    • 提供者:范志鸿
  1. OS课程设计111

    0下载:
  2. 关于操作系统课程设计进程调度问题,内涵实验报告-courses on operating system design process scheduling, content experimental report
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:405812
    • 提供者:小禹
  1. processPscheduling

    0下载:
  2. 进程调度的设计与实现mfc源代码,包含进程调度算法的演示,gui图形界面设计,操作系统的一个实验操作。-The design and implementation of process scheduling mfc source code, including a demonstration of the process of scheduling, gui graphical user interface design, an experimental operating system ope
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-15
    • 文件大小:3687573
    • 提供者:xubin
  1. 操作系统进程内存管理模拟vb程序

    1下载:
  2. 本程序运用随机页面模拟页面调度,从进程的创建及进程的撤销都随时实现-the procedures used random pages scheduling simulation pages from the process of creation and the process of deregulation are always realize
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-24
    • 文件大小:10013
    • 提供者:lhs
  1. acm

    0下载:
  2. 操作系统课程实验,模拟进程调度,涉及图形用户界面GUI和进程调度算法,用VC6.0实现,包含定时器应用和快捷键创建。-Operating system course experiment to simulate the process of scheduling, involving graphical user interface GUI and the process of scheduling algorithm, using VC6.0 to achieve, including the
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-10
    • 文件大小:2085700
    • 提供者:
  1. operating-system456-(2)

    0下载:
  2. 操作系统拟操作系统进程调度过程,包含先来先服务,时间片轮转,多级反馈等调度策略。-Simulation of the operating system process scheduling process, including the first come first serve, time slice rotation, multi-level feedback scheduling strategy.-OS operating system process scheduling proces
  3. 所属分类:Button control

    • 发布日期:2017-04-28
    • 文件大小:64643
    • 提供者:李璐
  1. fzogram

    0下载:
  2. 这是个操作系统的程序,关于作业进程调度的程序,有界面的!不错-This is a program of the operating system, on operation process scheduling procedures, there are interface!
  3. 所属分类:ComboBox

    • 发布日期:2017-12-15
    • 文件大小:90112
    • 提供者:Ashvyw
  1. jlgfiz

    0下载:
  2. 这是个操作系统的程序,关于作业进程调度的程序,有界面的!不错(This is a program of the operating system, on operation process scheduling procedures, there are interface!)
  3. 所属分类:按钮控件

    • 发布日期:2017-12-21
    • 文件大小:110592
    • 提供者:Ddplwyl
  1. szice

    0下载:
  2. 操作系统中的进程调度, 模拟存储管理中内存空间的管理和分配(In the operating system process scheduling, simulated storage management in the management and allocation of memory space)
  3. 所属分类:组合框控件

    • 发布日期:2017-12-28
    • 文件大小:17408
    • 提供者:fmrwardvng
  1. bvoa

    0下载:
  2. 这是操作系统中的一个进程调度算法的源程序!不错()
  3. 所属分类:界面编程

    • 发布日期:2018-01-01
    • 文件大小:188416
    • 提供者:XZ%269507
  1. WJUKJV23

    0下载:
  2. 这是个操作系统的程序,关于作业进程调度的程序,有界面的!不错()
  3. 所属分类:界面编程

    • 发布日期:2018-04-22
    • 文件大小:90112
    • 提供者:flize
« 12 »
搜珍网 www.dssz.com