搜索资源列表
cellrecognition
- 细胞识别记数系统的实现,全部源代码,包括中心点标记,区域填充,记数等-,Visual C++,图形图象/Graph program -cell identification number system in mind the realization of full source code, including the focal point mark, regional filling, and so mind-, Visual C, graphic images / Graph program
GATSP
- 通过此程序能够利用遗传算法解决TSP问题,即图论中从某一点出发经过所有点一次的最短路径求解问题-Through this program can take advantage of genetic algorithm to solve the TSP problem, namely, graph theory starting from a point in time through all the points for solving the shortest path problem
BEReconnaissanceDeFormes
- 本程序是研究图形分类的算法。其中包括线性和非线性两种方法的研究。-This program is to study the graph classification algorithm.
programme
- 标准基类程序,可以在进行图着色问题时,作为基类程序应用-Standard-based class program that can progress graph coloring problem, as the base class procedure applied
GraphCut_matlab
- graph cut 优化算法的最新版本,包含和Matlab接口,已编译,以及自己的一个简单测试例子程序MyTest,还有一篇经典论文及自己的读书笔记-graph cut optimization algorithm of the latest version, includes and Matlab interface has been compiled, and their example of a simple test program MyTest, there is a classic
huatuquxian
- 画图曲线程序,论文中的曲线图问题,可以通过此程序修改得到-Curve drawing program, graph paper, the problem can be modified by this procedure
shanzhash
- 在人工智能领域,对隐式图的搜索是求解问题的一种基本方法,本程序通过使用多种图搜索策略,对 重排九宫问题进行求解,演示了“广度优先搜索”、“深度优先搜索”、“有界深度优先搜索”、 “最好优先搜索”和“局部择优搜索”五种基本的图图搜索策略。 整个程序使用了动画技术,界面设计美观友好,使用方便。-In the field of artificial intelligence, implicit graph search is a basic method of solving proble
main
- 已知图采用邻接表存储,写出深度优先搜索算法的非递归形式 对邻接表存储的图采用非递归的深度优先搜索 该程序只适合有向连通图,可以用邻接表这样的一个图进行测试-Figure adjacency list is stored to write a depth-first search algorithm non-recursive form of Adjacency list stored in the diagram using non-recursive depth-first sea
ensembleInit
- 图论的程序 里面包含了最短路问题的算法,直接可以借用-Graph theory program which contains the shortest path algorithm, can borrow directly
AI
- 对于拼图问题的基于java的A*算法实现。状态空间图中的节点用一个Node对象表示,图中出现的节点(包括已扩展的和未扩展的)存放在一个list(ArrayList的一个对象)中,A*算法运行完毕后,最优路径上的节点存放在pathArray(ArrayList的一个对象)中。程序维护两个变量head和tail,在list中两者之间的节点表示open表中的未扩展节点,list中head之前的属于closed表中的已扩展节点。-Puzzle java-based A* algorithm. State
GAPmatlab
- 遗传算法进行动态寻优最小值,并给出函数的图形、算法的源代码、程序流程图、主要参数记录、寻优结果、迭代次数、收敛曲线及实验结果分析.-Genetic algorithms for dynamic optimization of the minimum and gives the function graph, the algorithm source code, program flow, the main parameters of the recording, the optimization
用LINGO解决的一些图论问题
- 运用LINGO解决一些经典的图论问题,附程序(Solutions to some issues related with graph theory in virtue of LINGO(program included))