搜索资源列表
zxfy_zdl
- 用Floyd算法设计的最小费用最大流,求最大流时,用的是标号算法-Floyd algorithm design with the minimum cost maximum flow, for maximum flow, the algorithm is labeling
graphprogramming
- 解决图论中Warshall-Floyd 算法,Kruskal 避圈法,匈牙利算法,求最佳匹配的算法,求最大流的Ford--Fulkerson 标号算法,求解最小费用流问题的matlab程序
matlabtosolve
- 基于MATLAB实现的说话人识别程序,分别用bp、pnn、som、rbf、lvq等算法,对语音文件进行训练和测试,效果不错。~..~ 下面说明一下bprengong程序: 数据分别用来训练和测试两部分。 具体程序分为两部分,第一部分为:计算识别模型 变量v是mfcc处理以后的矢量。因为数据可能长短不一,所以放在同一进行截取。p的每一行代表一个语音数据(共15个)。变量Pr为每一行的最大最小值。变量T为目标值。输出神经元个数为15。 在训练阶段,如果用于训练的输入训练样本的类
AutoArrangeClass
- 随机自动分班级排学号软件 一个朋友在中学教书,经常为排班级排学号头痛,于是做了这么一个小软件让朋友用用,反馈感觉上还不错。 本软件适用于小学升初中只有两科成绩,且成绩只有A,B,C三个标号. 说明一下:该随机自动分班级排学号软件, 不仅有有考虑到,成绩的均匀, 还考虑到生源地(即原毕业学校),性别,及班级学生个数的均匀. 一般来说,每个班级的总体都比较均匀 具体的说明,可以运行一下本软件,点一下生成源文件样本,然后参考一下即可。
frequency_extrapolated_method
- 中间的程序是外推程序,......... 但是下面的程序仿真部分和外推部分的标号有写出入,因为不是同一时期编的 请大家注意: 程序中用的是频域外推法,在葛德彪的书中有详细的介绍。
label_wy
- 在matlab环境下,对图像中的单个目标进行标号-In the matlab environment, the image of a single target labeling
GraphTheoryAlgorithmMATLAB
- 图论算法及其MATLAB 程序代码 1.求赋权图G = (V, E , F )中任意两点间的最短路的Warshall-Floyd 算法、Kruskal 避圈法 2.求二部图G 的最大匹配的算法(匈牙利算法)、利用可行点标记求最佳匹配的算法 3.从一个可行流f 开始, 求最大流的Ford--Fulkerson 标号算法 6.-Graph Theory Algorithm and MATLAB program code 1. Seeking weighted graph G = (V
Public-transport-system-the-best-path-algorithm.ra
- 公共交通最佳路径算法在分析城市道路网络最短路径算法 SP算法 和公交网络的特点的基础上,提出公共交通系 ( ) ( ) 统最佳路径算法.首先引入直达矩阵 T矩阵 和最小换乘矩阵 Q 矩阵 ,讨论公交网络节点间换乘 问题,得出最少换乘算法.利用 Q 矩阵确定节点间最少换乘次数,评价公交网络方便可达性.其次 ( ) 结合最少换乘算法,对最短路径算法 Dijkstra 算法 进行改进.在标号过程中,利用 Q 矩阵对待检验 T标号点进行筛选,减少 T 标号计算量,得到一条综合考虑
Maxiflowminicut
- 最大流和最小截算法,在这个函数的编制中存在一个细节,当任取一个已标号未检查的点的时候,我取的最靠前的点。如果加进随机选取的语句,每次运行程序可能会出现不同的最大流结果。-Maximum flow and minimum cut algorithms, in this function exists in the preparation of a detail, if any label does not take a check point has been, I get the most fr
Floyd-Matlab
- floyd算法的matlab程序 floyd-最短路问题 输入: B-邻接矩阵(bij),指i到j之间的距离,可以是有向的。 sp- 起点标号。 ep- 终点标号。 输出: d- 最短路的距离。 path-最短路的路径。-floyd algorithm matlab program floyd-shortest path problem Input: B-adjacency matrix (bij), refers to the distan
trafficproc1119
- 本程序主要采取结构体进行编程,对帧中运动车辆进行跟踪,一个车一个标号,标号自增1.-The main structure of this program is programmed to take on the frame to track moving vehicles, a car of a label, label increment 1.
general_arrangement_Choose_factory
- 总图专业平面布置优化程序 输入数据物流流进厂房标号 物流关系数 物流关系标号 物流强度 根据matlab双目标优化算法计算最优平面布置方案-The total figure of professional input data layout optimization program logistics logistics flows into the plant label relationship between the number of logistics logistics st
dikstra
- dijkstra算法求最短路径及路径标号的matlab实现-dijkstra,shortest path
p
- 使用一条折线、一组多点标记和位图字符标号来生成一年内按月的折线图。-Using a polyline, a group of multi-point markers and labels to generate bitmap character within one year of the monthly line chart.
ex_17_2
- rgb空间转换成L*a*b*空间的结构显示聚类分割成的三部分标号为k外的其他区域置0蓝色区域标号-rgb space into L* a* b* space structure shows cluster is split into three sections labeled k set to 0 in other regions outside the blue area label
Dijkstra-matlab
- 求第一个城市到其它城市的最短路径.用矩阵(为顶点个数)存放各边权的邻接矩阵,行向量、、、分别用来存放标号信息、标号顶点顺序、标号顶点索引、最短通路的值-The first city to find the shortest path to other cities. With a matrix (for the number of vertices) records of the right side of the adjacency matrix, row vector, were used
fofuf
- ford-fulkerson算法,通过标号寻找网络最大流-ford-fulkerson algorithm
MaxFlowMinCut_Me
- 利用Ford--Fulkerson 标号法求最大流算法的MATLAB 程序代码-The use of Ford- Fulkerson labeling method for the maximum flow algorithm of MATLAB code
biaohao
- MATLAB环境下对图像单个区域标号并且获得区域的几何特征-MATLAB environment, a single region label image and the geometric characteristics of the region
Dijkstra-algorithm
- General Dijkstra algorithm procedures label通用的Dijkstra标号算法程序-General Dijkstra algorithm procedures label