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

搜索资源列表

  1. Threadhuchi

    0下载:
  2. 进程管理调度的互斥,在计算机操作系统和原理实现中的重要性-process management and control of the mutex, the computer operating system and the principle of realizing the importance of
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:32115
    • 提供者:mantian
  1. osbymayfar

    0下载:
  2. 本程序实现FCFS先来先服务,SPF短进程优先,FPF_Reaved抢占式高优先级,TimePiece时间片轮转这四种进程调度算法。 程序运行时根据提示选择相应进程调度算法,然后调用函数GetRandProc(LPVOID lpParam)(程序专门为该函数开辟新的线程)产生随机进程并将其插入到就绪队列中然后再用相应的进程调度算法调度进程运行。 -the program FCFS first-come first-serve, SPF short process priority, Pr
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:21730
    • 提供者:mayfar
  1. windows_process_dispatchAnd_anti_kill_memery

    0下载:
  2. [转] NT 内核的进程调度分析笔记.htm 对抗杀毒软件的内存扫描.htm-[switch] NT kernel process scheduling analysis notes. Htm confrontation anti-virus scanning software memory. Htm
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:9569
    • 提供者:bobo
  1. FCFS

    0下载:
  2. 完整的造作系统课程设计报告,附带源代码 FCFS进程处理机调度-integrity of the curriculum design artificial systems, ancillary source code FCFS queue processor scheduling process
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:28178
    • 提供者:武建
  1. ProcessManagerUp

    0下载:
  2. 这是软件工程的关于模拟进程调度的课程论文
  3. 所属分类:软件工程

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

    1下载:
  2. 这是基于操作系统中系统的调度程序,列举了两种算法一种是优先数算法,一种为基于时间片轮转的调度算法-This is based on the operating system scheduler, listed the two algorithms is a priority number algorithm, as a Web-based time-scheduling algorithm
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:11638
    • 提供者:朱磊
  1. jinchengdiaodu

    0下载:
  2. 编写并调试一个模拟的进程调度程序,采用“轮转法”调度算法对五个进程进行调度-Write and debug a simulation of the process scheduler, the " Round-Robin" scheduling algorithm for scheduling the five process
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:6050
    • 提供者:yogurt
  1. 操作系统 进程管理 同步机制 死锁验证 

    0下载:
  2. 操作系统,其中包括操作系统课程设计的四大块的很好的课程设计很值得学习与借鉴-operating system, which includes courses on operating system design of the four pieces of good course design is worth studying and learning from
  3. 所属分类:software engineering

    • 发布日期:2017-03-25
    • 文件大小:32764
    • 提供者:王国强
  1. 12

    0下载:
  2. 操作系统进程调度算法实验报告,是有限权算法-The operating system process scheduling algorithm test report, which is the right algorithm for finite
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:123361
    • 提供者:jian
  1. operation

    0下载:
  2. 软件学院操作系统最新课件,包含进程管理,进程调度,死锁-College of the operating system software, the latest courseware, including process management, process scheduling, deadlocks, etc.
  3. 所属分类:software engineering

    • 发布日期:2017-05-15
    • 文件大小:3791987
    • 提供者:aussina
  1. WorkManage

    0下载:
  2. 模拟 操作系统的系统调用,进程调度,作业调度等等,相当不错-this is a ksd ka fk lkhja l asjhkljhkjhaw
  3. 所属分类:software engineering

    • 发布日期:2017-04-13
    • 文件大小:1600
    • 提供者:chenyun
  1. 4

    0下载:
  2. 模拟单处理器操作系统时间轮转进程调度算法-Simulation of single-processor operating system, the process of scheduling time to rotate
  3. 所属分类:software engineering

    • 发布日期:2017-04-10
    • 文件大小:1329
    • 提供者:Jack
  1. Curriculum-design-specification

    0下载:
  2. 原创课程设计,关于操作系统进程调度,源代码完整,可以运行,值得参考。这次舍心割爱了。-The original curriculum design, scheduling process of the operating system source code integrity, you can run it is also useful.
  3. 所属分类:software engineering

    • 发布日期:2017-04-04
    • 文件大小:230570
    • 提供者:
  1. operating-system-jobs---lab-report

    0下载:
  2. 自定义进程相关的数据结构; 利用MFC类库中的栈(queue),链表(list),向量(vector)等模板模拟进程控制块队列、进程控制块优先级队列、统计信息链表及其指令集合; 利用MSDN和MFC API编程实现常见的进程控制和调度策略(先来先服务算法、时间片轮转算法、最高优先权优先调度算法、最短进程优先调度算法); 测试以上进程调度策略的周转时间、带权周转时间、平均周转时间和平均带权周转时间,并定性评价它们的性能。-Custom process-related data stru
  3. 所属分类:Software Testing

    • 发布日期:2017-11-12
    • 文件大小:437699
    • 提供者:孙萧萧
  1. processes

    0下载:
  2. 做的是操作系统的试验一,是进程调度,里面有报告还有源程序。非常完整的!-To do is to test an operating system is the process of scheduling, which has reported the source as well. Very complete!
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:265523
    • 提供者:暮雨燕
  1. Simulation-process-scheduler-

    0下载:
  2. 模拟进程调度程序。进程调度是处理机管理的核心内容。本实验要求用C++语言编写和调试一个简单的进程调度程序。通过本实验可以加深理解有关进程控制块、进程队列的概念,并体会和了解时间片轮转调度算法的具体实施办法。-Simulation process scheduler. Process scheduling process management is the core content. The experiment with C++ language writing and debugging a
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:57156
    • 提供者:凯撒
  1. 操作系统实验报告+进程调度+作业调度等

    0下载:
  2. 计算机操作系统的实验报告,包含源代码,流程图,算法设计及描述等。
  3. 所属分类:软件工程

  1. caozuoxitong

    0下载:
  2. 大学课程,操作系统课程设计,包括进程调度、可变分区储存、银行家算法,附源代码-University courses, computer courses on operating system design, with source code
  3. 所属分类:Project Design

    • 发布日期:2017-05-26
    • 文件大小:8525777
    • 提供者:Ali
  1. jinChengDiaoDu

    0下载:
  2. 进程调度模拟程序__基于动态优先级调度算法-process dispath
  3. 所属分类:software engineering

    • 发布日期:2017-04-12
    • 文件大小:959
    • 提供者:张晨爱
  1. test

    0下载:
  2. 进程调度,操作系统作业Process scheduling Process scheduling -Process scheduling Process scheduling Process scheduling Process scheduling
  3. 所属分类:software engineering

    • 发布日期:2017-12-12
    • 文件大小:320582
    • 提供者:hello
« 12 »
搜珍网 www.dssz.com