搜索资源列表

  1. os

    0下载:
  2. 操作系统进程调度算法模拟,附上源码、文档,做课程设计的朋友可以多参考-Operating system process scheduling algorithm simulation, source code is attached, documents, and curriculum design can refer to a friend
  3. 所属分类:系统编程

    • 发布日期:2024-05-20
    • 文件大小:145408
    • 提供者:曾黎
  1. operatersystem

    0下载:
  2. 使用C++实现操作系统中磁盘调度过程的模拟和结果的输出-operater system
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:木木夕
  1. shuxuemoxing

    0下载:
  2. 某城区有 36 个垃圾集中点,每天都要从垃圾处理厂(第 37 号节点)出发将垃圾运回。现有一种载重 6 吨的运输车。每个垃圾点需要用 10 分钟的时间装车,运输车平均速度为 40 公里/小时(夜里运输,不考虑塞车现象);每台车每日平均工作 4 小时。运输车重载运费 1.8 元 / 吨公里;运输车和装垃圾用的铲车空载费用 0.4 元 / 公里;并且假定街道方向均平行于坐标轴。请你给出满意的运输调度方案以及计算程序。-City have a
  3. 所属分类:编程文档

    • 发布日期:2024-05-20
    • 文件大小:88064
    • 提供者:张闽
  1. ProcessSched

    0下载:
  2. 用VB模拟实现几种常用进程调度算法,如先来先服务,时间片轮转等。动画显示做得不错。-My student has developed a process scheduling simulator with VB, which has showed the priciple of FIFS, RR etc. Wonderful job.
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-20
    • 文件大小:388096
    • 提供者:fzz
  1. feng

    0下载:
  2. 作业调度系统的实现,先来先服务算法,多作业优先算法,高响应比优先算法-Job Scheduling System, first-come first-serve algorithm, multi-operation priority algorithm, high priority response ratio algorithm
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-20
    • 文件大小:619520
    • 提供者:飓风
  1. cipandiaodu

    0下载:
  2. 磁盘调度设计,磁盘调度算法的实现,包括  先来先服务调度算法  最短寻道优先调度算法  扫描算法  循环扫描算法  N—Step—SCAN算法 -SSTF
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:江鹏远
  1. 02-23-65

    0下载:
  2. 通过输入车厢系列的编号n,求出所有可能由此输出的长度为n的车厢系列,用入栈出栈的方法,实现车厢调度,并演示每一种出栈序列的过程。任务:假设停在铁路调度站入口处的车厢系列的编号依次为1,2,3,…n。设计一个程序,求出所有可能由此输出的长度为n 的车厢系列。-Series by entering the number of compartments n, the resulting output to derive all possibl
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:24576
    • 提供者:李晓杰
  1. code

    0下载:
  2. 设计一个按优先数调度算法实现处理器调度的程序-chu li ji diao du
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:娜娜
  1. zuoyediaodusuanfa

    0下载:
  2. 作业调度算法有三种:先进先出、短作业优先、响应比高者优先-There are three scheduling algorithms: FIFO, priority short operation, in response to high priority
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-20
    • 文件大小:7168
    • 提供者:思索
  1. bloodOS

    0下载:
  2. 我们操作系统的课程设计,模拟操作系统的进程调度功能,包括四种算法,先来先服,优先级,轮转法,多级轮转-We are of course operating system design, simulation of the process of scheduling the operating system functions, including the four algorithms, first-come, first serve,
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:488448
    • 提供者:张云波
  1. javajinchen

    0下载:
  2. 进程调度算法的演示,直接就可以运行,,其中有三种算法,优先级,多作业先服务-jinchenguanlidfsagdsgfh,dfdfadfdsgdfhghdfdfdfdfdfd
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:27648
    • 提供者:youyi
  1. demostration_of_os

    0下载:
  2. os重要算法演示: 页面置换算法――最佳置换算法 页面置换算法――最近最久未使用(LRU)算法 并发进程和具有挂起状态的进程状态图 进程调度算法及银行家算法示例 进程的同步与互斥--信号量-demostration of os
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-20
    • 文件大小:814080
    • 提供者:titer
  1. flow-shop

    3下载:
  2. 基于粒子群的生产调度源代码,简介,易懂,能很少的理解PSO的基本思路-PSO-based production scheduling source code
  3. 所属分类:软件工程

    • 发布日期:2024-05-20
    • 文件大小:27648
    • 提供者:杨维
  1. job-shop

    1下载:
  2. 基于PSO的job-shop调度源代码,上面已经上传了一个基于flow-shop调度问题,可以讲二者对比看-PSO-based job-shop scheduling of the source code has been uploaded above based on the flow-shop scheduling problem, you can talk about comparing the two to see
  3. 所属分类:软件工程

    • 发布日期:2024-05-20
    • 文件大小:16384
    • 提供者:杨维
  1. Elevator_diantidiaodusuanfaC

    0下载:
  2. 实现电梯调度算法的C++源程序,有四种,感觉蛮丰富的,蛮全的-C++ source code to achieve the Elevator scheduling algorithm
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:L
  1. cultjobshop

    0下载:
  2. 车间调度问题的文化算法,代码很详细 希望对大家能有所帮助-Shop scheduling problem of the cultural algorithm, the code in great detail that we can hope to be helpful
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:王伟
  1. Source_Linux_sched

    0下载:
  2. Linux进程调度程序的改写 环境:Red Hat 7.2;gcc 2.9-A new for Linux shecd
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:00hack
  1. CplusplusDiskScheduling

    0下载:
  2. 模拟电梯调度算法,对磁盘进行移臂操作,观察调度程序的动态运行过程。-Elevator scheduling algorithm simulation of the disk arm to move the operation to observe the dynamic scheduler is running.
  3. 所属分类:书籍源码

    • 发布日期:2024-05-20
    • 文件大小:28672
    • 提供者:薛松
  1. zuoyediaodu

    0下载:
  2. 算法设计中经典的批处理作业调度问题,是多机器多任务的调度-Algorithm design in the classic problem of a batch job scheduling, multi-tasking is a multi-machine scheduling
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:
  1. GS

    0下载:
  2. 实现网格中含有依赖任务调度的GS算法,其中根据任务在各个机器上的执行时间和任务之间的依赖关系来计算出任务的调度顺序-The realization of the grid containing the GS-dependent task scheduling algorithm, in which the task in accordance with the implementation of the various machines
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:吴明
« 1 2 ... 41 42 43 44 45 4647 48 49 50 »

源码中国 www.ymcn.org