搜索资源列表
-
0下载:
带有期限的作业排序问题:假定只能在一台机器上处理n个作业,每个作业均可在单位时间内完成;又假定每个作业i都有一个截止期限di>0(它是整数),当且仅当作业i在它的期限截止以前被完成时,则获得pi>0的效益。求具有最大效益值的可行解。
文件中包含详细的源代码和注释,以实现这个经典的问题。-period with the operations scheduling problem : the assumption that only a machine n handling oper
-
-
0下载:
算法设计与分析中的贪心法源程序,用VC编写,应用贪心设计策略来解决操作系统中单机、无资源约束且每个作业可在等量时间内完成的作业调度问题-algorithm design and analysis of the greedy algorithm source, VC preparation, application greedy design strategies to solve the stand-alone operating system, without resource constra
-
-
0下载:
合并两个升序排列的链表,主要是数据结构中链表的排序问题-Merge two linked list in ascending order, mainly linked list data structure in the scheduling problem
-
-
0下载:
贪婪算法合集,包括二分覆盖,单源最短路径,拓扑排序,机器调度问题-Greedy algorithm Collection, including two sub-coverage, single-source shortest path, topological sort, machine scheduling problem
-
-
0下载:
C语言快速排序问题,给定一含20个整型数据的数组,利用快速排序方法将其进行升序排列。 -C language quickly scheduling problem, given a 20 containing an array of integer data, using rapid sequencing method to its ascending order.
-
-
0下载:
下楼问题,质数问题,分书问题,开灯问题,排球问题,排课问题,等c++源码-Problem downstairs, prime number problem, sub-book questions, questions turn on the lights, volleyball questions, Course Scheduling problem, such as c++ source code
-
-
0下载:
车厢调度源代码,用于解决车厢调度问题,即车厢出栈次序问题-Train scheduling source code, used to train scheduling problem, that is, inside the stack order problem
-
-
0下载:
数据结构课程设计—车厢调度问题,用C++实现编号为1,2...n的n个序列依次入栈的所有可能出站序列。-Data structure the curriculum design- inside scheduling problem, using C++ to achieve numbered 1,2 ... n of n followed by a sequence of all possible入栈outbound sequence.
-
-
0下载:
操作系统课程中的CPU进程调度小实验 其中包含了内存的分配问题-Operating in the CPU process scheduling program small experiments which contains memory allocation problem
-
-
0下载:
机器排序问题,使用机会约束规划,其中变量使用的是模糊变量。-Machine scheduling problems, the use of chance-constrained programming, in which the variable using fuzzy variables.
-
-
0下载:
车厢调度问题,用数据结构的栈来实现车厢调度-Train scheduling problem, using the data structure inside the stack to implement scheduling
-
-
0下载:
用贪心算法实现的程序存储问题和用回溯法实现的最佳调度问题-Greedy algorithm with memory problems and procedures to achieve the best use of backtracking scheduling problem
-
-
0下载:
关于拓扑结构的简单排序问题,希望大家多多指教一下。-On the topology of a simple scheduling problem, I hope you look great weekend.
-
-
0下载:
本程序解决下列问题:利用动态规划算法实现装配线调度问题。
要求测试数据以文本文件的形式存储,
即所有的数据由文本文件读入。-This program addresses the following issues: the use of dynamic programming algorithm assembly line scheduling problem. requires test data to a text file is st
-
-
0下载:
电路板排序问题,经典的算法问题,实现的代码,自己做的试验,和大家分享下,希望对大家有帮助-PCB scheduling problem, the classical algorithmic problems and realize the code, make their own experiments, and share with you, we want to help
-
-
0下载:
用贪心算法解决多级调度问题,用C++语言实现-Greedy algorithm for multi-machine scheduling problem
-
-
1下载:
流水作业调度问题要求确定这n个作业的最优加工顺序,使得从第一个作业在机器 上开始加工,到最后一个作业在机器 上加工完成所需的时间最少。-Flow-shop scheduling problem requires to determine that the optimal n-job processing sequence, so the first job from start processing on the machine, to the last job on the machine p
-
-
0下载:
项目调度问题,由清华刘宝碇教授的实验室发布的源程序-Project-Scheduling-Problem.cpp by Tsinghua Professor Liu Baoding
-
-
0下载:
用贪心算法解决多机调度问题,采用C++编程 -Multi-machine scheduling problem
greedy
-
-
0下载:
将对n个独立作业如何分配在m台相同的机器加工处理的多机调度问题进行解决,这就是我们要解决的任务。
本程序编写目的为使得解决多机调度问题的过程以图形界面方式动态的展示出来,以让用户能够轻易的看出解决的方案以及过程。采用java开发。
-Will be n independent jobs on m machines how to allocate the same machine processing of multi-machine scheduling problem to solv
-