搜索资源列表
AHPcode
- AHP在matlab中的源码,完整的实现了层次中排序的问题-AHP in the matlab source code and complete in order to achieve the level of the problem
xuesheng
- 此程序是用矩阵的方法解决一些常见问题,比如说学生成绩排序筛选等问题,希望对一些人有用。-This program is a matrix methods to solve some common problems, such as student achievement to sort filter and so on, want to be useful for some people.
Inderterminacyprogram
- 频谱中无需考虑排序问题的盲卷积混响分离模型程序。-Spectrum without the need to consider scheduling model for blind separation of convolution reverb program.
permutationica
- 考虑排序问题的盲卷积分离模型算法程序,实现盲源分离。-Consider the scheduling problem of blind separation model convolution algorithm program to achieve blind source separation.
NEH_ForTFT
- 排序问题的NEH算法,用于解决最小总完工时间的无等待流水调度问题,是最有名的启发式算法-NEH algorithm is the best algorithm for serching the minimum total flow time of no wait flow-shop porblem
DNA-sequencing-problems
- DNA排序问题,其中包含了DNA排序的全部解决源代码并且附有说明-DNA sequencing problem, which contains the full DNA sequence and annotated source code to solve
lingo-example-4
- lingo 程序,此为工件排序的代码,可以归为运筹学的时间序列问题。-lingo (how to range)
Johnson
- matlab实现机器生产排序问题最优解 -matlab machine production scheduling problem to achieve the optimal solution
MatNum
- 自己些的Matlab中有关节点重新排序的程序,可以解决网络重构中的首节点与末节点不对应的问题-Own some of the Matlab program to reorder the nodes can solve the network reconfiguration in the first node and end node does not correspond to the problem
paixu2
- 排序问题,几个老师对多名学生打分,然后对学生进行排序-Scheduling problem, more than a few teachers of students scoring, and then sort the students
rangePolyponPoint
- Matlab中有很多根据多边形顶点计算多边形面积,对多边形涂色等函数,但是并没有对多边形顶点进行凸多边形排序问题,所以写了这个对可以构成凸多边形的顶点进行排序的算法。- 此子程序功能为逆时针排列多个可构成一个凸多边形的顶点 输入参数xv是这些顶点的横坐标集合 yv是这些坐标的纵坐标集合 返回的排列好的点的横坐标和纵坐标集合. 使用示例: [x y]=rangePolyponPoint([0 10 10 0],[0 10 0 10]) 输出结果为:x = [ 0 10 10
coloring-problem
- Welsh.m为着色问题中的Welsh-Powell算法程序,并且sortd.m为其中调用的一个排序子函数。-Welsh.m coloring problem in the Welsh-Powell algorithm program and sortd.m call for which a sort subroutines.
ranking
- 自己编写的 基于模糊聚类算法的排序问题 希望对大家有用-Scheduling problem based on fuzzy clustering algorithm
jgctgu
- 流水线车间的零件加工排序问题,以达到最优的加工顺序,使加工时间最短或零件后期维护费用最少-Plant parts processing pipeline scheduling problem, in order to achieve optimal machining sequence, so that the processing time of the shortest or least parts later maintenance costs
code
- 排序问题,一元二次方程求解方差最小值,最后求的一个新的排序问题。-Scheduling problem, solving a quadratic equation the minimum variance, a new sort of problem final demand.
tspGA
- 遗传算法解决用于解决排序问题的源代码,编码使用互换编码。本程序是基于旅行商问题的代码。-Genetic Algorithm for Solving scheduling problems of the source code, the use of interchangeable coding coding. This procedure is based on the code traveling salesman problem.
Ch6_SingleMachine_Rank
- n项作业在同一台机器上按照一定的优先级规则进行加工的排序问题。输入序列后即可使用(he sort problem of the n item working on the same machine according to a certain priority rule. After entering the sequence, you can use it)
Ch7_Johnson
- N项作业的双机排序问题,已经有非常成熟的理论求解方法,即Johnson算法,可以找到最优解。(There is a very mature method of solving the double machine scheduling problem in N item, that is, Johnson algorithm, and the optimal solution can be found.)
Ch7_KeyWorkpiece
- N项作业的流水车间作业排序问题,使用关键工序法取得近优解。(In the flow shop scheduling problem of N item, near optimal solution is obtained by using the key procedure method.)
贪心算法matlab程序
- 本代码详细介绍了贪心算法的应用,可以更好的了解出排序问题。