CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 时间调度

搜索资源列表

  1. processdoing.rar

    0下载:
  2. 操作系统中进程调度算法的模拟 可以实现先来先服务 短作业有限 和时间片轮转算法,Operating system scheduling algorithm in the simulation process can be achieved first-come first-serve limited and short operating time slice Round Robin
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1.6kb
    • 提供者:zhou
  1. ElevatorSim_v2.0

    0下载:
  2. 40层的电梯调度程序,是用VC完成的,可以自由设定电梯超载人数,电梯运行时间等,功能完整-40-story elevator scheduling procedure is completed with VC, they can set the number of overloading the lift, elevator and other run-time, full-featured
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:67.85kb
    • 提供者:校言
  1. TimeSlice

    0下载:
  2. 自己的小程序,关于时间片轮转调度算法的。-Own procedures, on the time slice of rotation scheduling algorithm.
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1.12kb
    • 提供者:hewei
  1. 1

    0下载:
  2. 进程调度 优先数调度算法 时间片轮转-The process of scheduling a number of priority scheduling algorithm Round-Robin Time Slice .....................................
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1.44kb
    • 提供者:lijun
  1. process

    0下载:
  2. 进程调度是处理机管理的核心内容。本实训要求用C语言编写和调试一个简单的进程调度程序。通过本实训加深理解有关进程控制块、进程队列的概念,并体会和了解优先数和时间片轮转调度算法的具体实施办法。-c language
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:8.08kb
    • 提供者:苏苒
  1. jincheng

    0下载:
  2. 该程序模拟进程按优先权高者优先调度,在优先权相同的条件下,所需的运行时间短的优先调度-The program simulated the process of high priority by the priority scheduling, the priority under the same conditions, the short running time required for the priority scheduling
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:1.55kb
    • 提供者:
  1. shizi

    0下载:
  2. 最佳高度问题。 问题描述: 假设有n个任务由K个可并行工作的机器完成。完成任务i需要的时间为t(i)。试设计一个算法找出完成这n个任务的最佳调度,使得完成全部任务的时间最早。-best height of the problem. Problem descr iption : Suppose a mandate from the n-K parallel work can be completed machines. I need to complete the task for the tim
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:523byte
    • 提供者:abc
  1. procSchdule

    0下载:
  2. 操作系统实验,编程实现进程的调度,基于时间便轮转的算法!-Operating system, experiment, programming process, scheduling, time-based rotation algorithm will be!
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:1.93kb
    • 提供者:
  1. JCDD

    0下载:
  2. 在虚拟机上模拟操作系统对进程进行时间片轮转调度。-In the virtual machine to simulate the operating system to the process time-slice round-robin scheduling.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:749byte
    • 提供者:greenen
  1. prcs_mngment

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

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

    0下载:
  2. 进程调度-时间片轮转调度-优先权最高调度-process scheduling
  3. 所属分类:Other systems

    • 发布日期:2017-05-08
    • 文件大小:1.89mb
    • 提供者:sponge
  1. MFPAR

    1下载:
  2. 相控阵雷达资源调度策略,分别针对有时间窗和无时间窗的两种策略比较-Phased array radar resource scheduling strategy, respectively, for the time windows and no time window Comparison of two strategies
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:6.28kb
    • 提供者:backyes
  1. process

    0下载:
  2. 操作系统中时间片轮转的模拟,先创建进程及其需要的时间片,最后等待所有进程调度运行完毕-In the operating system time slice rotation of the simulation, first the time required to create a process and its films, finally finished running waiting for all process scheduling
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:198.03kb
    • 提供者:fcwindpasss
  1. 11

    0下载:
  2. 线程之间的调度,按照时间片轮转方法进行线程的调度。CPU现场的保护。-time sharing
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:2.81kb
    • 提供者:Rainy
  1. priority_process

    0下载:
  2. 一个模拟按优先数调度算法实现处理器调度的程序。(1)假定系统有5个进程,每个进程用一个PCB来代表。PCB的结构为: • 进程名——如P1~P5。 • 指针——按优先数的大小把5个进程连成队列,用指针指出下一个进程PCB的首地址。 • 要求运行时间——假设进程需要运行的单位时间数。 • 优先数——赋予进程的优先数,调度时总是选取优先数大的进程先执行。 • 状态——假设两种状态:就绪和结束,用R表示就绪,用E表示结束。初始状态都
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:116.82kb
    • 提供者:杨子辰
  1. cpdd

    0下载:
  2. 通过设计一个磁盘调度模拟系统,从而使磁盘调度算法更加形象化,容易使人理解,使磁盘调度的特点更简单明了,能使使用者加深对先来先服务算法、最短寻道时间优先算法、扫描算法以及循环扫描算法等磁盘调度算法的理解。-here is my code
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:1.78kb
    • 提供者:heiming
  1. worktime

    0下载:
  2. 有关上班时间调度的问题,根据每个时间段所需最少人数和员工需求安排各个员工的工作时间。很基础但很实用的调度算法。-For scheduling of working hours, according to each time period required for at least the number of all employees working time arrangements and staff needs. Very basic but very practical scheduli
  3. 所属分类:Other systems

    • 发布日期:2017-12-03
    • 文件大小:1.25kb
    • 提供者:tiramisu
  1. 实验一

    0下载:
  2. 仿真在并发环境下的多进程调度算法,有时间片轮转和动态优先级调度(Simulation in concurrent environment of multi process scheduling algorithm, there are time slice rotation and dynamic priority scheduling)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:1.95mb
    • 提供者:万寿吾江1
  1. 物流配送车辆调度问题的模型和算法研究.pdf

    1下载:
  2. VRP车辆调度问题,带有软时间窗口,无流向(VRP with time windows)
  3. 所属分类:其他

    • 发布日期:2019-12-02
    • 文件大小:5.34mb
    • 提供者:crash_wu
  1. -VRPTW-Python--master

    1下载:
  2. python源码,利用人工蚁群算法解决带时间窗的车辆调度问题。(Python source code, using artificial ant colony algorithm to solve the vehicle scheduling problem with time windows.)
  3. 所属分类:其他

    • 发布日期:2019-09-18
    • 文件大小:2.4mb
    • 提供者:强叔20150
« 12 3 4 »
搜珍网 www.dssz.com