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

搜索资源列表

  1. 1124

    0下载:
  2. 在采用多道程序设计的系统中,往往有若干个进程同时处于就绪状态。当就绪状态进程个数大于处理器数时,就必须依照某种策略来决定哪些进程优先占用处理器。本实验模拟在单处理器情况下处理器调度,帮助自己加深了解处理器调度的工作。-Processor scheduling
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-12
    • 文件大小:1081
    • 提供者:ye8375osg
  1. fenshidiaoduxitong

    0下载:
  2. 分时轮转调度算法是系统把所有就绪进程按先后次序排队,处理机总是优先分配给就绪队列中的第一个就绪进程,并分配它一个固定的时间片(如100毫秒)。当该运行进程用完规定的时间片时,被迫释放处理机给下一个处于就绪队列中的第一个进程,分给这个进程相同的时间片,每个运行完时间片的进程,当未遇到任何阻塞时,就回到就绪队列的尾部,并等待下次转到它时再投入运行。于是,只要是处于就绪队列中的进程,按此种算法迟早总可以分得处理机投入运行。模拟实现这一组进程的工作过程。-err
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-14
    • 文件大小:2622
    • 提供者:wr68beilian4
  1. Multilevel-feedback-queue-scheduling

    0下载:
  2. 进程多级反馈队列调度:当一个新进程进入内存后,首先将它放入第一队列的末尾,按FCFS原则排队等待调度.当轮到该进程执行时,如它能在该时间片内完成,便可准备撤离系统 如果它在一个时间片结束时尚未完成,调度程序便将该进程转入第二队列的末尾,再同样地按FCFS原则等待调度执行,以此类推。-Multilevel feedback queue scheduling
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:2128
    • 提供者:aw13052nam
  1. Elevator-simulation-C

    0下载:
  2. 模拟某校九层教学楼的电梯系统。该楼有一个自动电梯,能在每层停留。其中第一层是大楼进出层,电梯空闲时,将来本层候命;乘客可岁间进出任何层,对每个人来说,他有一个能容忍的最长等待时间,一旦等候电梯时间过长,他将放弃。电梯的主要调度策略是首先响应沿当前行进方向最近端的请求,若改方向上无请求时,就改变移动方向。-Simulation of a nine-school teaching building elevator system. The building has an automatic elev
  3. 所属分类:Console

    • 发布日期:2017-04-15
    • 文件大小:6113
    • 提供者:OnAir
  1. youhuadiaodu

    2下载:
  2. 本程序为基于粒子群的IEEE 118 节点的电力系统优化调度程序-distributed generation voltage control environmental benefits active/reactive power integrated optimization particle swarm algorithm
  3. 所属分类:Other systems

    • 发布日期:2016-08-21
    • 文件大小:8192
    • 提供者:dengzhenli
  1. prioritycontrol

    0下载:
  2. 本程序是对时间片加优先级抢占的系统调度模拟-This program is to time slice priority preemptive scheduling simulation of the system
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-14
    • 文件大小:2851
    • 提供者:yym4m10guaiao28
  1. Process-priority-scheduling

    0下载:
  2. 优先数调度算法常用于批处理系统中。在进程调度中,每次调度时,系统把处理机分配给就绪队列中优先数最高的进程。-A number of priority scheduling algorithm commonly used in a batch system. In the process of scheduling, every scheduling, the ready queue system allocated to the processor the highest priority in
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:1868
    • 提供者:ttrdr1422zhole
  1. fenshidiaoduxitong

    0下载:
  2. 分时轮转调度算法是系统把所有就绪进程按先后次序排队,处理机总是优先分配给就绪队列中的第一个就绪进程,并分配它一个固定的时间片(如100毫秒)。当该运行进程用完规定的时间片时,被迫释放处理机给下一个处于就绪队列中的第一个进程,分给这个进程相同的时间片,每个运行完时间片的进程,当未遇到任何阻塞时,就回到就绪队列的尾部,并等待下次转到它时再投入运行。于是,只要是处于就绪队列中的进程,按此种算法迟早总可以分得处理机投入运行。模拟实现这一组进程的工作过程。-err
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-14
    • 文件大小:2720
    • 提供者:cbyongji
  1. prioritycontrol

    0下载:
  2. 本程序是对时间片加优先级抢占的系统调度模拟-This program is to time slice priority preemptive scheduling simulation of the system
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:2391
    • 提供者:rbuguu542919
  1. Process-priority-scheduling

    0下载:
  2. 优先数调度算法常用于批处理系统中。在进程调度中,每次调度时,系统把处理机分配给就绪队列中优先数最高的进程。-A number of priority scheduling algorithm commonly used in a batch system. In the process of scheduling, every scheduling, the ready queue system allocated to the processor the highest priority in
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-12
    • 文件大小:1408
    • 提供者:gyopoouchizh
  1. fcfs

    0下载:
  2. 按“进入系统时输出作业状态表,展示调度过程间”对作业队列排序(FCFS).-According to enter the system when the output status table, show the scheduling process on the job queue scheduling (FCFS).
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-12
    • 文件大小:1097
    • 提供者:周舟
  1. Power-aware-scheduler.tar

    0下载:
  2. 功率调度器:适合嵌入式系统级软硬件划分时的资源划分和功率评估算法级软件-power scheduler:software for power asseting at algorithm level in embeded system partioning hardwres and softwares
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-30
    • 文件大小:44193
    • 提供者:王波
  1. 1_0

    0下载:
  2. 智能车库管理系统,基于c语言开发.简单的实现了车辆的管理和调度信息显示.-Intelligent garage management system, based on c language development. Simple implementation of the management and scheduling information on the vehicle display.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:1898
    • 提供者:匿名
  1. OS-SIMULATION

    0下载:
  2. 进程模拟调度、磁盘调度、磁盘管理、存储分配、文件管理系统-Simulation process scheduling, disk scheduling, disk management, storage allocation, document management system
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-04
    • 文件大小:11762
    • 提供者:wang
  1. Economic-Dispatch

    0下载:
  2. 本代码采用二次规划求解电力系统经济调度问题,具有快速的计算速度。-The attached code used to solve the economic dispatch problem for power system operation is easy-implemented and high-efficiency. Only for study. Thank you!
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:17866
    • 提供者:aniuniu
  1. ED_using_IPOPT

    1下载:
  2. 基于IPOPT(内点法)求解电力系统经济调度问题,附有算例仿真测试。-The economic dispatch problem is solved by the IPOPT solver and a test system is used for verifying the effectiveness of the method.
  3. 所属分类:Windows Develop

    • 发布日期:2016-08-02
    • 文件大小:5120
    • 提供者:long
  1. Base-on-STM32

    0下载:
  2. 该系统利用STM32单片机采集GPS定位信息、车内图像信息和陀螺仪传感器以及报警信息,然后通过GPRS模块将采集到数据发送到学校监控中心,实现学校对校车的地理位置和运行状态实时监控,同时学校还可以利用手机或固定电话和司机进行语音通话,以便学校对司机发出警告或调度等信息。-The system use STM32 MCU to collect GPS positioning information, image information and gyro sensor and alarm infor
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-26
    • 文件大小:9214294
    • 提供者:李大
  1. PSO_0810

    2下载:
  2. 海岛分布式能源系统调度 粒子群算法优化 可以用-Island distributed energy system operator
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-06
    • 文件大小:963934
    • 提供者:韩自怡
  1. force

    0下载:
  2. 一个门禁管理系统。比较简单的调度模式,可以给编程人员一个启蒙例子-An access control management system. Relatively simple scheduling model
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-06
    • 文件大小:605767
    • 提供者:shiweilei
  1. AGC

    0下载:
  2. 利用调度监控计算机、通道、远方终端、执行(分配)装置、发电机组自动化装置等组成的闭环控制系统,监测、调整电力系统的频率,以控制发电机出力。-Automatic Generation Control
  3. 所属分类:Other systems

    • 发布日期:2017-05-07
    • 文件大小:1206191
    • 提供者:林晓冬
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com