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

搜索资源列表

  1. fenjidiaodu

    0下载:
  2. 操作系统进程调度中的分级调度...自己试着编了个..大家看看指出不足-operating system process scheduling classification scheduling ... .. Bianlegan own try to see that we lack
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1861
    • 提供者:晓亮
  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. taozuoxitong

    0下载:
  2. 操作系统代码模拟进程调度,偶花了整整一个星期写,如有错误,请指教-operating system code modeling process scheduling, even spent an entire week to write, if wrong, please enlighten
  3. 所属分类:C#编程

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

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

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

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

    • 发布日期:2008-10-13
    • 文件大小:1049
    • 提供者:尹亮
  1. 操作系统之进程调试算法CODE

    0下载:
  2. 操作系统进程调度 用VC实现 完全正确 质量保证-process scheduling operating system with VC entirely correct quality assurance
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2876
    • 提供者:lee
  1. coursediaodu

    0下载:
  2. C#进程调度模拟算法,理解和验证操作系统中有关调度的算法-C# Process scheduling simulation algorithm, understanding and validation of the operating system on the scheduling algorithm
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:17884
    • 提供者:殷晓飞
  1. ProcessScheduling

    0下载:
  2. C# 进程调度 算法演示 模拟操作系统进程调度-C# demonstration of the process of scheduling the operating system process scheduling simulation
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:38927
    • 提供者:snk
  1. sy2

    0下载:
  2. 对操作系统进程调用的模拟实现,进程的调度算法,进程的优先级判优,时间片选择等-Operating system calls for process simulation to achieve
  3. 所属分类:CSharp

    • 发布日期:2017-03-23
    • 文件大小:1783
    • 提供者:王寅生
  1. Scheduling

    2下载:
  2. 用C#和C++实现的进程调度算法程序(操作系统实验)本实验通过编写C#语言的代码实现先来先服务(FCFS),最短作业优先(SJF)、响应比高者优先(HRN)的调度算法。最后在界面上显示出进程在调度过程中的情况。另附上C++的进程调度实验,算法不相同。-Use C# and C++ to build up a project to achieve process scheduling.The project contains the algorithm of FCFS,SJF and HRN.
  3. 所属分类:CSharp

    • 发布日期:2016-01-25
    • 文件大小:21406
    • 提供者:
  1. sched

    0下载:
  2. 操作系统进程输入及其调度算法-时间片轮转法-The operating system processes input and its scheduling algorithm- time slice Round-Robin
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:2007
    • 提供者:仇大伟
  1. os_process

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

    • 发布日期:2017-03-26
    • 文件大小:1314
    • 提供者:stanley
  1. shiyaner

    1下载:
  2. 调度的实质是操作系统按照某种特定的分配策略来分配资源。进程调度的目的是分配CPU 资源。由于进程调度程序执行的频率很高,因此调度算法的好坏将直接影响到操作系统的性能。本实验的目的是编程模拟实现几种常见的进程调度算法,通过对几组进程分别使用不同的调度算法,计算进程的平均周转时间和平均带权周转时间,比较各种算法的性能优劣。-Scheduling is the essence of a particular operating system in accordance with the allocat
  3. 所属分类:CSharp

    • 发布日期:2017-03-26
    • 文件大小:377254
    • 提供者:qinyuan
  1. KSOS

    0下载:
  2. 计算机操作系统课设 模拟进程调度,用各种进程调度算法实现进程调度-Simulation process scheduling
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:98160
    • 提供者:baogebaoge
  1. jinchengdiaodu

    0下载:
  2. 进程是操作系统最重要的概念之一,进程调度又是操作系统核心的主要内容。本实验要求用高级语言编写和调试一个简单的进程调度程序。通过本实验加深对进程的概念和调度算法的理解。-C++ OS process scheduling
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:55347
    • 提供者:Nisz
  1. OS_Assignment

    0下载:
  2. 操作系统 进程调度, 作业调度,内存分配-Operating system process scheduling, job scheduling, memory allocation
  3. 所属分类:CSharp

    • 发布日期:2017-11-24
    • 文件大小:148943
    • 提供者:康锐
  1. example

    0下载:
  2. 操作系统进程调度演示,能够实现创建,阻塞,删除,唤醒,调度等功能-Operating system process scheduling presentations, be able to achieve the creation of obstruction, delete, wake up, scheduling and other functions
  3. 所属分类:CSharp

    • 发布日期:2017-11-27
    • 文件大小:401099
    • 提供者:河洛天书
  1. jingcheng

    0下载:
  2. 操作系统的课程设计,该代码是进程调度的源程序,可以实现的-Operating systems curriculum design, the source code is the process of scheduling, can be achieved
  3. 所属分类:CSharp

    • 发布日期:2017-11-20
    • 文件大小:1911
    • 提供者:liling
  1. shiyan

    0下载:
  2. 操作系统进程调度,适合初学者作为实验进行学习,加深对操作系统进程调度的认识 -Operating system process scheduling, suitable for beginners as experimental learning, to deepen understanding of the operating system process scheduling
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:1035
    • 提供者:hehe
  1. FCFS

    0下载:
  2. 时间片轮转的操作系统进程调度算法,使用C++实现,测试可用-Operating system process scheduling algorithm round-robin, the use C++ implementation, testing available
  3. 所属分类:CSharp

    • 发布日期:2017-04-15
    • 文件大小:5032
    • 提供者:马里昂
« 12 »
搜珍网 www.dssz.com