CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 短作业优先

搜索资源列表

  1. Scheduling

    2下载:
  2. 用C#和C++实现的进程调度算法程序(操作系统实验)本实验通过编写C#语言的代码实现先来先服务(FCFS),最短作业优先(SJF)、响应比高者优先(HRN)的调度算法。最后在界面上显示出进程在调度过程中的情况。另附上C++的进程调度实验,算法不相同。-Use C# and C++ to build up a project to achieve process scheduling.The project contains the algorithm of FCFS,SJF and HRN.
  3. 所属分类:CSharp

    • 发布日期:2016-01-25
    • 文件大小:21406
    • 提供者:
  1. jcdd

    0下载:
  2. 先来先服务,短作业优先,高优先权优先算法等四种进程调度-First-come, first serve, short job priority, high-priority process scheduling priority to four kinds of algorithms
  3. 所属分类:CSharp

    • 发布日期:2017-05-16
    • 文件大小:4255274
    • 提供者:laohan
  1. schedule

    0下载:
  2. 短作业优先调度算法(C++代码)对于学习调度的人在编算法时会有帮助-Short job first scheduling algorithm (C++ code) for people to learn scheduling algorithms will be helpful in preparing
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:946
    • 提供者:olivejy
  1. process2

    0下载:
  2. 操作系统实验,进程调度,此为短作业优先!-Experimental operating system, process scheduling, the priority for the short job!
  3. 所属分类:OS Develop

    • 发布日期:2017-04-07
    • 文件大小:3988
    • 提供者:王文
  1. job

    0下载:
  2. 对于给定的一组作业, 给出其到达时间和运行时间分别用先来先服务算法、短作业优先和响应比高者优先三种算法给出作业的调度顺序。计算每一种算法的平均周转时间及平均带权周转时间并比较不同算法的优劣。 -For a given set of operations, given its arrival time and run time were used to first come first served method, short job priority and response than th
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:1829
    • 提供者:sunzhiyu
  1. aaa

    0下载:
  2. visual studio 6.0实现先来先服务FCFS和短作业优先SJF进程调度算法-visual studio 6.0 to achieve a first-come first-served FCFS and SJF short work process scheduling priority
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:677264
    • 提供者:郑细强
  1. zuoyediaodu

    0下载:
  2. 在visual c++环境下描述作业调度算法:1。先来先服务;2。短作业优先;3。最高响应比-In visual c++ environment, describes the scheduling algorithm: 1. First-come first-served 2. Short job 3. The highest response ratio
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-07
    • 文件大小:1566
    • 提供者:蔡建伟
  1. Single-channel_batch_system

    0下载:
  2. 单道批处理系统:里面包括先来先服务算法,最短作业优先算法,响应比高者优先算法,时间片轮转算法。适合学习参考-Single-channel batch system: first come first serve which includes algorithms, shortest job first algorithm, the response is high and preferred method, time slice rotation algorithm. Reference for
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:2442
    • 提供者:Juno
  1. spf

    0下载:
  2. 短作业优先算法的模拟,操作系统实验设计,使用结构体-Short job first algorithm simulation, the operating system experimental design, the use of structure
  3. 所属分类:OS Develop

    • 发布日期:2017-04-10
    • 文件大小:1295
    • 提供者:余香
  1. ProcessorScheduling

    0下载:
  2. 可利用先来先服务、短作业优先、响应比高者优先、多级反馈队列模型、时间片轮转法等,来实现处理机的调度。-Available first come first serve, short job priority, the response is high and is preferred, multi-level feedback queue model, time slice rotation law, to achieve the processor scheduling.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:269843
    • 提供者:巴西里
  1. 5_1

    1下载:
  2. 实现先来先服务FCFS、短作业优先SJF以及时间片轮转调度算法-To achieve a first-come first-served FCFS, SJF, and short operating time slice cycle priority scheduling algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:1865
    • 提供者:zhang
  1. Process-scheduling-algorithm-

    0下载:
  2. 先来先服务调度算法(FCFS):每次调度都是从后备作业队列中,选择一个或多个最先进入该队列的作业,将它们调入内存,为它们分配资源、创建进程,然后放入就绪队列。在进程调度中采用FCFS算法时,这每次调度是从就绪队列中,选择一个最先进入该队列的进程,为之分配处理机,使之投入运行。该进程一直运行到完成或发生某事件阻赛后,才放弃处理机。 最短作业优先(SJF):每次从后备队列中选择一个或若干个估计运行时间最短的作业,将它们调入内存运行。 -FCFS scheduling algorithm (F
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-26
    • 文件大小:7106
    • 提供者:王泽宇
  1. Job

    0下载:
  2. 操作系统课程设计:单道系统三种作业调度算法模拟 ○1、在数据结构上选择单向链队,即后备作业队列的每个结点表示一个作业块,每个作业块即JCB包含如下信息:作业名,到达时间,所需时间,已运行时间,作业状态,所需主存大小,所需磁带机数目。 ○2、提交新作业时,调用函数EnQueue(m_JobName,m_NeedTime)即将作业插入到后备作业队列的末尾。接着判断内存作业队列是否为空,若为空则将后备作业调入内存运行并启动计时器SetTimer(1,1000,NULL),更新列表框控件的信息的
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-05
    • 文件大小:294868
    • 提供者:何启明
  1. precess

    0下载:
  2. VC++模拟作业调度算法,包括先来先服务和短作业优先算法-VC++ simulation of job scheduling algorithms, including a first-come first-served priority algorithm and short job
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-15
    • 文件大小:4050660
    • 提供者:victor
  1. 2

    0下载:
  2. 采用先来先服务(FCFS),最短作业优先(SJF)、响应比高者优先(HRN)的调度算法对输入进程进行调度;-Using the first come first served (FCFS), shortest job first (SJF), respond to than high preferred (HRN) scheduling algorithm for scheduling the input process
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1801
    • 提供者:吗瑞
  1. zuoyeiaodu

    0下载:
  2. 采用先来先服务(FCFS),最短作业优先(SJF)、响应比高者优先(HRN)的调度算法对输入进程进行调度;-Using the first come first served (FCFS), shortest job first (SJF), respond to than high preferred (HRN) scheduling algorithm for scheduling the input process
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:175562
    • 提供者:吗瑞
  1. CPPBulider

    0下载:
  2. 作业调度,先来先服务,短作业优先,响应比优先-Single-channel analog batch job scheduling
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-02
    • 文件大小:597070
    • 提供者:罗伟
  1. FCFSPSJF

    0下载:
  2. 设计程序模拟进程的先来先服务FCFS和短作业优先SJF调度过程。假设有n个进程分别在T1, … ,Tn时刻到达系统,它们需要的服务时间分别为S1, … ,Sn。分别采用先来先服务FCFS和短作业优先SJF进程调度算法进行调度,计算每个进程的完成时间,周转时间和带权周转时间,并且统计n个进程的平均周转时间和平均带权周转时间。-Design program to simulate the process of a first-come first-served FCFS and SJF short
  3. 所属分类:OS Develop

    • 发布日期:2017-05-06
    • 文件大小:1117356
    • 提供者:gst
  1. fcfs--sjf--rr--hrn

    0下载:
  2. 进程调度算法,1.先来先服务\2.短作业优先\3.时间片轮转\4.响应比优先-Process scheduling algorithms, 1 first-come, first serve \ (2) short operating priority \ 3 round-robin \ 4 response than the first
  3. 所属分类:OS Develop

    • 发布日期:2017-03-24
    • 文件大小:1728
    • 提供者:huang
  1. Priority

    0下载:
  2. 调度算法: 1: FCFS 2: 时间片轮换 3: 优先级调度 4: 最短作业优先 -Scheduling algorithm: 1: FCFS 2: Time slice rotation 3: priority scheduling 4: shortest job first
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:1984
    • 提供者:huang
« 1 2 3 4 56 7 8 9 10 »
搜珍网 www.dssz.com