搜索资源列表
zuoye
- 用高级语言编写和调试一个多道作业调度程序,以加深对进程的概念及作业调度算法的理解
FlowShop
- java实现批处理作业调度算法 开发环境为Eclipse
计算服务器
- CPU是计算机系统中一个十分重要的资源,本章主要介绍处理机的调度目标、策略以及评价方法等。因为处理机调度程序不可能选择全部驻留在外存的进程,因此,在调度一个进程占有处理机之前,系统必须按某种策略把外存中处于后备状态的作业选择出来,并创建进程和分配内存,为进程执行准备必需的资源。这一步称为作业调度或高级调度。作业调度的目标是尽量做到公平合理,能执行尽可能多的作业、尽快地响应时间以及高的设备利用率等。任一调度算法要同时满足这些调度目标是不可能的。大多数操作系统都是根据用户需要而采用兼顾某些目标的方法
cn700_vc3586458
- 这是上完操作系统课时,做的实习设计,又实验的目的,分析,设计。采用的是用响应比作业调度算法。-This is while finishing the operating system lesson, the practice done is designed, the purpose to test again, analyse , design. That was adopted is to use responding it than the homework dispatcher s al
车间作业调度问题遗传算法通用Matlab程序
- 车间作业调度问题遗传算法通用Matlab程序,很好用的的哦,the matlab implementation of job-shop scheduling problem solution based on the GA algorithm.
sdasd
- 车间作业调度问题遗传算法,可以生成调度甘特图。-Job-shop scheduling problem genetic algorithm, can generate Gantt scheduling.
JobShopSchedulingProblemMatlabGeneticAlgorithm
- 车间作业调度问题遗传算法Matlab源码,用于解决车间的调度问题-Job Shop Scheduling Problem Matlab genetic algorithm source code for the solution to the scheduling problem workshop
chejian
- 车间作业调度问题遗传算法通用程序,请查看-GA used in factory manufacture plan
JSPMATLABsourcecode
- 车间作业调度问题遗传算法通用MATLAB源程序-the source code is for the workshop schedule program with matlab
JSPGA
- 车间作业调度问题遗传算法通用Matlab程序 从GreenSim团队的博客里找的,拿来分享,希望有用-The programme about GA in the JSP problem.Hope it is useful to everyone.
JSP
- 利用遗传算法解决作业调度问题,评价函数,算法高效.-The use of genetic algorithm to solve job-scheduling problem, the evaluation function, algorithm efficiency.
pola
- 编写程序完成批处理系统中的作业调度,要求采用短作业优先的作业调度算法。实验具体包括: 1)确定作业控制块的内容和组成方式; 2)完成作业调度; 3)编写主函数。 -Write process is complete the batch job scheduling systems require the use of a short job-priority job scheduling algorithms. Experiments include: 1) to determi
ACAJSP
- 蚁群算法用以解决作业车间调度问题,这是目前解决该类问题最有效的方法之一。-Ant colony algorithm to solve job shop scheduling problem, which is to solve such problems one of the most effective way.
code
- 作业调度算法。 能根据不同的调度算法算出每个作业的周转时间和带权周转时间,并通过一组作业算出系统的平均周转时间和平均带权周转时间,比较各种算法的优缺点。 3 设计一个较实用的用户界面,以便选择不同的作业调度算法。 不需用户打入冗长的命令。 -system scheduling_algorithms
greedyjs
- 贪心算法之带有限期的作业排序。应用贪心设计策略解决操作系统中单机、无资源约束且每个作业可以在等量的时间内完成的作业调度问题。-Greedy Algorithm for Scheduling with deadline. Application greedy single operating system design strategy to solve, no resource constraints and each job can be completed within the same a
Jobshopschedulingsimulatedannealinggeneticalgorith
- 车间作业调度的模拟退火遗传算法,可以用于一般生产性过程中的工序调度应用 -Job shop scheduling simulated annealing genetic algorithm
zuoyediaodu
- 运用遗传算法对车间作业调度问题进行编程,并计算出最优的作业顺序。-job scheduling
fcfs
- 作业调度算法资源分配要求: 主存分配要求:a优先分配主存的低地址区域且不准移动已在主存中的作业。 b 主存中参与多道运行的作业平分CPU时间 磁带机和打印机:采用静态分配,即在作业运行前就把所需的设备分配给它 -Resource allocation algorithm for job scheduling requirements: allocation of main memory requirements: a low priority in the allocatio
procSchedule_exp
- 四种算法 最短作业优先算法 计算在采用先来先服务调度算法和最短作业优先算法的平均周转时间和平均带权周转时间,并指出他们的调度顺序及完成时间。-Four algorithms calculate the shortest job first algorithm uses a first-come first-served and shortest job first scheduling algorithm, the average turnaround time and av
GA
- 遗传算法解决job_shop作业调度问题,希望可以帮助大家(The genetic algorithm solves the job_shop job scheduling problem, hoping to help everyone)