搜索资源列表
ycsfzcjddzdyy
- 遗传算法在车间作业调度中的应用,不错的文章,希望对大家有帮助-Genetic Algorithm in Job Shop Scheduling application, the article is true, and I hope to be helpful
zuoyediaodu
- 实现了一种作业调度的算法,作业调度是一种最常见的优化问题,如何设计出好的算法达到最理想的效果,是人们追求的.可以用多种数据结构和多种方法实现,比较其效果.
操作系统编程调度算法
- 操作系统编程进程或作业先来先服务、高优先权、按时间片轮转调度算法.doc
作业调度
- 作业调度.doc
bysj
- 本人大学毕业设计,题目作业调度与存储管理模拟系统,不仅有完整的论文,还有完整的代码-I graduated from university design, the subject job scheduling and storage management simulation system, not only have a complete thesis, have a complete code
suanffenxi
- 设有n项独立的作业{1,2,…, n},由m台相同的机器加工处理。作业i所需要的处理时间为ti。约定:任何一项作业可在任何一台机器上处理,但未完工前不准中断处理;任何作业不能拆分更小的子作业。多机调度问题要求给出一种调度方案,使所给的n个作业在尽可能短的时间内由m台机器处理完。设计算法。 -Stand-alone operation with n items (1,2, ..., n), by m units the same machine processing. Job i the pr
keqiangzhanshiduanzuoye
- 在现代操作系统中,引入了一个重要的概念,那就是进程。引入进程的目的是使程序能够正确地并发执行,进程存在的唯一标志是进程控制块。 在分时系统中,导致创建进程的典型事件是用户登录,在批处理系统中,导致创建进程的典型事件是作业调度,有系统专门为运行中的应用进程创建新进程的事件是提供服务,在创建进程过程中,有调度程序为进程分配CPU不是创建所必需的。 从执行状态转变为活动就绪,如果由于终端用户的请求而暂时停止下来,则它的状态应转变为静止就绪,如果由于得不到所申请的资源而暂时停止下来,则它的状
WorkManage
- 模拟 操作系统的系统调用,进程调度,作业调度等等,相当不错-this is a ksd ka fk lkhja l asjhkljhkjhaw
dandaopichuli
- 为单道批处理系统设计一个作业调度程序。 由于在单道批处理系统中,作业一投入运行,它就占有计算机的一切资源直到作业完成为止,因此调度作业时不必考虑它所需要的资源是否得到满足,它所占用的 CPU时限等因素。 作业调度算法:①采用先来先服务(FCFS)调度算法 ②最短作业优先算法 ③响应比高者优先调度算法。 每个作业由一个作业控制块JCB表示,JCB可以包含如下信息:作业名、提交时间、所需的运行时间、所需的资源、作业状态、链指针等等。作业的状态可以是等待W(Wait)、运行R(Run)和完成F
yf3
- 计算机操作系统实验技术文章,主要是对于操作系统的高级调度,作业调度问题进行实验编程模拟,用于实现对作业调度的了解。-Computer operating system, experiment technical articles, mainly for the operating system' s advanced scheduling, job scheduling issues to experiment with programming simulation, is used to
transation
- 作业调度算法,可以看到清晰的作业调度,有代码,很好用,-the transation of the job
Short-job-scheduling-algorithm
- 实现短作业调度算法,是以进入系统的作业所提出的“执行时间”为标准,总是优先选取执行时间最短的作业。-Short job scheduling algorithm
jfjhg
- 作业调度,单道和多道,GKFKGKGK MMHB -ASSIGN WORKS
job
- 使用粒子群算法解决车间作业调度问题的文章,有关于PSO的介绍。-Particle swarm algorithm to solve the Job Shop Scheduling Problem articles, introduction about PSO.
jobshop
- 使用遗传算法和粒子群算法共同解决混合车间作业调度问题的文章-The use of genetic algorithm and particle swarm algorithm to solve the articles of the Hybrid Job Shop Scheduling Problem
ffghfh
- 作业调度算法,其中包括短作业优先算法,先来先服务算法,相应比高者优先算法-Job scheduling algorithms, including short operating priority algorithm, first-come first-serve algorithm, appropriate than the high priority algorithm
Job-Scheduling
- 操作系统 多批道处理作业调度 VC++6.0 实习报告-Multi-channel processing operating system batch job scheduling VC++6.0 operating system multi-channel processing batch job scheduling VC++6.0 internship report
os
- 有随即算法的应用举例、利用随即算法对随机事件模拟、以及单批道作业调度。第二部分是44经典龙哥库塔的matlab实现。-Examples of applications are then algorithm, then use a random event simulation algorithm, as well as a single batch job scheduling channel. The second part is the 44 classic Long Ge Kuta mat
re
- OS多个实验要求,包括作业调度,进程调度等。-Multiple OS experimental requirements, including job scheduling, process scheduling.
车间调度JobShop优化算例库
- JSP作业车间调度问题算例库,供研究人员做案例用(JSP job shop scheduling problem example library)