搜索资源列表
NormalizedCuts
- 经典的图切算法NormalizedCuts.将图论应用到图像分割上,可以限定分割块数,有效分割图像。运行:demoNcutImage.m,即可看到效果。读取的图像名称和块数,可在程序中修改。-classic NormalizedCuts MAP algorithm. On the map will be applied to image segmentation, Segmentation can block limited number of effective segmentation im
maxflow
- 图论中的最大流matlab应用程序,非常好用!
TLsf
- 图论常用算法的C语言程序,对于图论的一些应用有很大的指导作用!
基本图论函数库,应用matlab程序
- 基本图论函数库,应用matlab程序,实现路径规划问题,The MatlabBGL library fills a hole in Matlab s suite of algorithms. Namely, it provides a rich set of algorithms to work with graphs, as in graph theory graphs. The MatlabBGL package uses Matlab s native sparse matrix type
graph
- 图论的算法,最短路,最小生成树,连通,匹配,网络流及应用。-Graph theory, algorithms, shortest path, minimum spanning tree, connectivity, matching, network flow and applications.
shortestPath
- 在visual C++上写的动态规划算法在图论中旅行商问题上的应用,适合算法分析的朋友。-In visual C++ to write the dynamic programming algorithm to find the shortest path in the graph the application of suitable algorithms friends.
GrTheory-Matlab-toolbox
- 图论应用研究广泛,如最短路问题,最小生成树问题,最大费用流问题,最优匹配问题,网络可靠性问题,图的着色问题,最优序列设计问题,等等。这是一个强大而通用的基于matlab的工具箱 -Graph toolbox
Graph12
- Euler公式来源及其应用,和图论的结合,pdf格式,-Euler formula for the sources and applications, and the combination of graph theory, pdf format,
Prim-minimum-spanning-tree-algorithm
- 最小生成树Prim算法的matlab文件,无论是在数据结构还是在图论中都有广泛的应用-Prim minimum spanning tree algorithm matlab file, whether in data structures or graph theory, there are a wide range of applications
GAapp
- 遗传算法在图论和优化中的应用,good article-Genet1ea1gor1thms In GraPh Theory and OPtimization
ACMcode
- acm 经典代码 数论 图论网络流 最小生成树 组合 数学应用 等-acm classic code contains the acm contest most of the major classification chart tree mathematics applications To explain by category
GuGongGuider
- 此项目为图论与代数结构课程的大作业,我们的选题从实际应用出发,结合课程所学的各种关于图的存储和在图上搜索遍历的算法,历经实地踩点考察,数据记录,数学建模,最终利用Adobe Flex开发出了故宫导游系统(Gu Gong Guider ,简称3G)。 我们的项目主要解决游客游览故宫的时间安排问题。通过游客给出时间的要求和对景点的喜好排序,由本系统给出一条符合要求的路线游览方案-This project is graph theory and algebraic structures cours
matlabmap
- 图论的算法,包括floyd和其他一些应用于求最短路径问题的matlab程序-Algorithms of graph theory, including the floyd and other used for the shortest path problem in matlab program
National_Traffic_Simulation
- 全国交通模拟,应用到图论的内容。是一个经典的小程序。实验报告的指导老师是清华大学《数据结构》的作者之一吴伟民。-National traffic simulation, applied to the content of graph theory. Is a classic applet. Experimental Report supervisor at Tsinghua University, " Data Structure" one of the authors WU
GrTheory
- 图论最短路问题,应用弗洛伊德算法,非常非常的牛逼-Shortest path problem on graph theory, applications Floyd algorithm, very, very Niubi
Arithmetic
- 图论算法,最小成本路径搜索应用到单个B-scan(graph theoretic algorithm)
第05章 图与网络
- 图论起源于 18 世纪。第一篇图论论文是瑞士数学家欧拉于 1736 年发表的“哥尼 斯堡的七座桥”。 1847 年,克希霍夫为了给出电网络方程而引进了“树”的概念。 1857 年,凯莱在计数烷CnH 2n+2 的同分异构物时,也发现了“树”。哈密尔顿于 1859 年提 出“周游世界”游戏,用图论的术语,就是如何找出一个连通图中的生成圈、近几十年 来,由于计算机技术和科学的飞速发展,大大地促进了图论研究和应用,图论的理论和 方法已经渗透到物理、化学、通讯科学、建筑学、运筹学,生物遗传学、
MATLAB神经网络应用设计
- 《图论算法及其MATLAB实现》系统介绍了图论重要算法的思想及其MATLAB实现。("Graph theory algorithm and its MATLAB implementation" system introduces the idea of the important algorithm of graph theory and its MATLAB implementation)
有向无环图最大距离
- 数据结构比较重要的一个结构,图论里的有向无环图的一个应用实例(An important structure of data structure, an application example of directed acyclic graph in graph theory.)
图论及应用全书加代码
- 里边包括图论算法及应用全书还有matlab代码。可以运行非常实用