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

搜索资源列表

  1. SQLServer

    0下载:
  2. 处理器系统的进程调度编写程序完成单处理机系统中的进程调度,要求采用时间片轮转调度算法。实验具体包括:首先确定进程控制块的内容,进程控制块的组成方式;然后完成进程创建原语和进程调度原语;最后编写主函数对所作工作进程测试- Then complete the process of creating original language and the process of scheduling the original language Final preparation of the main f
  3. 所属分类:SQL Server

    • 发布日期:2017-06-02
    • 文件大小:14682130
    • 提供者:hjm
  1. prcs_mngment

    0下载:
  2. 进程调度算法:采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)。每个进程有一个进程控制块( PCB)表示。进程控制块可以包含如下信息:进程名、优先数、需要运行时间、已用CPU时间、进程状态等等。进程的优先数及需要的运行时间可以事先人为地指定(也可以由随机数产生)。每个进程的状态可以是就绪 W(Wait)、运行R(Run)、或完成F(Finish)三种状态之一。进程的运行时间以时间片为单位进行计算。就绪进程获得 CPU后都只能运行一个时间片。用已占用CPU时间加1来表示。 如果运行
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:1473
    • 提供者:atlantis
  1. a1

    0下载:
  2. 磁盘调度算法:包括先来先服务算法,最短寻道时间算法,电梯寻道算法。-Disk scheduling algorithms: including a first-come first-served algorithm, the shortest seek time algorithm, elevator seek algorithm.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:1048
    • 提供者:lzh
  1. MATLABGA

    0下载:
  2. 遗传算法程序,包括基因的遗传变异过程,适合做调度问题-genetic algorithm
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:20248
    • 提供者:wangzimo
  1. sczVSxfz

    0下载:
  2. 演示操作系统中生产者与消费者问题的解法,在多道程序和多任务系统中,系统内同时处于就绪状态的进程可能有若干个。也就是说能运行的进程数大于处理机个数。为了使系统中的进程能有条不紊地工作,必须选用某种调度策略,选择一进程占用处理机。设计一个模拟处理机调度算法,实现处理机调度。-Demonstration in the operating system Problem of producers and consumers, in the multi-channel programs and multi-
  3. 所属分类:software engineering

    • 发布日期:2017-04-13
    • 文件大小:1962
    • 提供者:ChenZhenXing
  1. 1

    1下载:
  2. vc 6.0 进程调度算法的模拟,缺点是只实现一种调度-vc 6.0 FCFS SFS
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:29773
    • 提供者:lcl
  1. sched

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

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

    0下载:
  2. 试模拟最高响应比调度算法原理 描述:从就绪队列中选择一个响应比最高的进程,让其获得处理器执行,直到该进程完成或因等待事件而退出处理器为止。模拟实现这一组进程的工作过程。 -Test scheduling algorithm for simulation of the maximum response ratio theory descr iption: From the ready queue, select a response ratio of the highest process
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:52134
    • 提供者:zj_yyh
  1. cod1

    0下载:
  2. 操作系统模拟调度算法。非常好用,准确,快速,温度-very well
  3. 所属分类:Document

    • 发布日期:2017-03-29
    • 文件大小:6427
    • 提供者:小海
  1. 1(1)

    0下载:
  2. 操作系统 进程调度算法、、先进先出以及静态优先数法-The operating system process scheduling algorithms, FIFO and static priority number method
  3. 所属分类:OS Develop

    • 发布日期:2017-05-04
    • 文件大小:1431678
    • 提供者:曾小虎
  1. 1

    0下载:
  2. 磁盘调度算法 先来先服务,电梯算法 操作系统课程设计-kechengsheji
  3. 所属分类:OS Develop

    • 发布日期:2017-04-11
    • 文件大小:951
    • 提供者:xhouyan
  1. b

    0下载:
  2. 磁盘调度算法 先来先服务、最短寻道时间算法 操作系统课程设计-Disk scheduling algorithm first-come, first-served, shortest seek time operating system, curriculum design algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-04-10
    • 文件大小:1171
    • 提供者:xhouyan
  1. gec

    0下载:
  2. 遗传算法,用于解决调度问题,可以看一下对于初学者,希望你成功-genetic algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:5842
    • 提供者:zhougang
  1. FCFS

    0下载:
  2. 操作系统中先来先服务的作业调度算法,算法简单易行-Operating system, a first-come, first-served job scheduling algorithm is simple and easy to
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:1858
    • 提供者:周冬冬
  1. ShiYanYi_ShiJianPianLunZhuanSunaFa

    0下载:
  2. 广州大学操作系统实验报告一 时间片轮转调度算法模拟 附件详细的实验报告,以及实验代码-Guangzhou University, the operating system time-slice experiment reports a round-robin scheduling algorithm detailed in the annex of the experimental simulation of the report and experimental code
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:81595
    • 提供者:harlant
  1. src

    0下载:
  2. 用量子进化算法解决机械工业生产调度问题,算法简单易懂,适合初学者。-Using quantum-inspired evolutionary algorithm to solve the mechanical industrial production scheduling problem, the algorithm easy to understand for beginners.
  3. 所属分类:JavaScript

    • 发布日期:2017-03-31
    • 文件大小:10752
    • 提供者:蒋佳颖
  1. PSO-LvhuaDll

    0下载:
  2. 粒子群算法在某化工厂的氯化车间的生产调度的应用,效果很好,与大家共享。-Particle swarm optimization in a chemical plant' s chlorination plant production scheduling applications, good results, and share.
  3. 所属分类:Energy industry

    • 发布日期:2017-04-06
    • 文件大小:77694
    • 提供者:蒋佳颖
  1. PSO-PVC

    1下载:
  2. 粒子群算法在某化工厂聚化车间生产调度中的应用,效果很好,实现了动态调度,与数据库连接。-Particle swarm optimization in a chemical polymerization shop production scheduling applications, good results and achieve dynamic scheduling, and database connection.
  3. 所属分类:Energy industry

    • 发布日期:2017-04-02
    • 文件大小:74096
    • 提供者:蒋佳颖
  1. flowhopschedule

    1下载:
  2. 车间调度遗传算法的研究,主要功能已经实现,绝对经典-Shop scheduling genetic algorithm research, the main function has been achieved, an absolute classic
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:54037
    • 提供者:liumingyi
  1. Disk-scheduling

    0下载:
  2. 磁盘调度算法,几个基本的磁盘调度算法,包括FCFS,SSTF,SCAN,CSCAN等,本程序采用c#完成,有需要的可以下-Disk scheduling algorithm, a few basic disk scheduling algorithms, including FCFS, SSTF, SCAN, CSCAN and so on, using c# to complete this procedure, there is a need that can be under the
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:43831
    • 提供者:qianglc
« 1 2 ... 42 43 44 45 46 4748 49 50 »
搜珍网 www.dssz.com