CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 界面编程 搜索资源 - scheduling algorithm

搜索资源列表

  1. 实验一 进程、线程的控制

    0下载:
  2. 设计一个有 N个进程共行的进程调度程序。 进程调度算法:采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)和时间片轮转调度算法。   每个进程由一个进程控制块( PCB)表示。进程控制块可以包含如下信息:进程名、优先数、到达时间、需要运行时间、已用CPU时间、进程状态等等。 -design is a process of a total of N line in the process scheduler. Process Scheduling Algorithm : T
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:13810
    • 提供者:aaa
  1. 先来先服务算法

    0下载:
  2. 操作系统先来先服务算法和优先权调度算法模拟实验-operating system services first-come first-priority scheduling algorithm and simulation algorithm
  3. 所属分类:ListView/ListBox

    • 发布日期:2008-10-13
    • 文件大小:216104
    • 提供者:张杰
  1. 实验11

    0下载:
  2. 进程管理设计进程控制块PCB表结构,适用于优先数调度算法调度算法。 ②建立进程就绪队列。 ③编制进程调度算法:优先数调度 -process management design process control block PCB table structure, applicable to a few priority scheduling algorithm scheduling algorithm. create a process in place cohort. prepa
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:79360
    • 提供者:
  1. AOperatingSystem

    0下载:
  2. cpu进程调度算法 ,包括图形界面.进程的就绪,等待,挂起,解挂-cpu process scheduling algorithm, including graphical interface. Process ready, waiting, 1-2 Solution linked
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:75592
    • 提供者:李伟然
  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. dbry4yh5

    0下载:
  2. 我是新手,对时间片轮转调度算法不数 VB也不熟 请高手给我些指点 谢谢了-I greenhorn, right time slice Web scheduling algorithm is not unfamiliar with the number of VB 19:56 gave me some kind of thank you
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2593
    • 提供者:成城
  1. SSTF

    0下载:
  2. 操作系统磁盘调度算法中的SSTF最短寻道时间优先算法!输出移动臂的距离和顺序!-Disk Operating System Scheduling Algorithm of SSTF shortest tracking time priority algorithm! Mobile export boom and the distance order!
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:866
    • 提供者:陈秀兰
  1. s111

    0下载:
  2. 用高级语言编写和调试一个进程调度程序,以加深对进程的概念及进程调度算法的理解-used high-level language development and debugging of a process scheduler, to promote the concept of the process and the process of understanding the scheduling algorithm
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:10539
    • 提供者:qiang
  1. 23

    0下载:
  2. 进程调度算法!-process scheduling algorithm!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2656
    • 提供者:张波
  1. diaodusuanfa

    0下载:
  2. 进程调度算法,有首次适应,最优适应算法,最差适应算法-process scheduling algorithm, the first adaptation, optimal adaptation algorithm, the worst adaptation algorithm
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1879
    • 提供者:于里
  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. schedule

    0下载:
  2. 操作系统的页面调度算法-OS pages Scheduling Algorithm
  3. 所属分类:其它

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

    0下载:
  2. 一个模仿操作系统的页面调度算法,模拟了调试的基本操作。-a copy of the operating system pages scheduling algorithm, a simulation testing the basic operation.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:991511
    • 提供者:泉台
  1. 轮转法调度

    0下载:
  2. 处理机调度:按轮转法调度算法 随机产生进程的个数及到达时间。-Processor Scheduling : Web Act by scheduling algorithm randomly generated number and the process of arrival time.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2348
    • 提供者:jackyzhao008
  1. caozuoxitong

    0下载:
  2. 短作业优先、先来先服务、高响应比、时间片轮转等四个进程调度算法的模拟实现-Short jobs first, first-come first-served, high-response ratio, round-robin scheduling algorithm in four process simulation to achieve
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-13
    • 文件大小:3478141
    • 提供者:唐帆
  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. jinchengdiaodu

    0下载:
  2. 用各种算法实现进程调度的模拟,有先来先服务算法、静态抢占算法、动态抢占优先级算法以及时间片轮转法,用MFC实现,界面优美功能完善。-Process scheduling algorithm with a variety of simulation, there is first come first serve algorithm, static capture algorithm, dynamic priority algorithm and the time to seize the fil
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-24
    • 文件大小:8642437
    • 提供者:孟萌
  1. hanguage-algorithm

    0下载:
  2. 多机任务调度算法[n个任务,m个机器] 该算法用C++语言描述,不错的源码(Multimachine scheduling algorithm (n, m machine] the algorithm described in c + + language, a good source)
  3. 所属分类:界面编程

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