搜索资源列表
A星算法
- 1, 在Main()函数内顶了20个城市结点,用CNode结点存储;以及这20个城市的预估代价值,用整形数组存储。 2, 进入循环中与用户交互执行搜索。首先列出先前定义的城市结点信息如图1,然后询问用户开始搜索的城市,用户输入城市编号,即可。 3,定义搜索类的实例,传入初始数据,,设置搜索起点,开始搜索。由于在关系中定义好了各个城市结点的连接关系,所以一定会搜索到城市B。 4,与用户交互询问,是否重新开始,输入‘Y’转步骤2,输入‘N’退出程序。
递归的哈密顿回路
- 递归的哈密顿回路,给定一个图,来求它的哈密顿回路
纹理合成图像
- 此程序能够进行纹理图的合成。通过已有的纹理模式产生大面积的纹理图像。
kanuotu.卡诺图的计算算法
- 卡诺图的计算算法, 用来实现卡诺图的计算的C++程序,希望有用,failed to translate
DJalgorithm
- 迪杰斯特拉算法的C语言实现,可以完成有向图和无向图的最短路径搜索-Dijkstra algorithm C language, can be completed with the graph and undirected graph of the shortest path
图间距计算
- 按动态规划余利解决计算图的任意两点见的距离的Floyd算法-by dynamic programming margin of profit calculated plan to resolve the arbitrary see the distance between two points in the Floyd Algorithm
fx
- 用matlab编的天线方向图的一个程序,能够实现均匀线阵下的方向图,还有一个music算法的实现程序-Use of matlab antenna for a procedure, can be achieved under the uniform linear array pattern, as well as the realization of a music program algorithm
greedy
- 问题描述: 假设要在足够多的会场里安排一批活动,并希望使用尽可能少的会场。设计一个有效的贪心算法进行安排。(这个问题实际上是著名的图着色问题。若将每一个活动作为图的一个顶点,不相容活动间用边相连。使相邻顶点着有不同颜色的最小着色数,相应于要找的最小会场数。) 编程任务: 对于给定的k个待安排的活动,编程计算使用最少会场的时间表。 数据输入: 由文件或键盘给出输入数据。第一行有1 个正整数k,表示有k个待安排的活动。接下来的k行中,每行有2个正整数
Directed-Euler-Graph
- 一个关于求有向欧拉图的算法实现,简单易行,可以借鉴。-An algorithm for directed-Eular Graph.
graph
- 本程序描述图的算法的表述,可以通过该程序学习图的程序设计-This procedure describes the graph algorithm representation, you can learn through the process of program design plan
work
- 数字通信系统在matlab环境下的仿真,包含QPSK,FSK等算法,以及相位和频谱图的算法-Digital Communication System Simulation
20121008GA
- 用vb编写的车间调度算法,包括各种算子的核心算法和声称甘特图的算法-Shop scheduling algorithm vb prepared, including the the operator core algorithm and claimed Gantt chart algorithm
CPPscenograph
- 透视仪 acm 是一道acm中关于透视仪形成图的算法题。-an answer of the acm
算法与数据结构实习
- 普利姆算法,图的遍历,英文字母表的小程序,都是可运行的(Pliem algorithm, graph traversal, English alphabet)
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)
A 寻路算法具体过程及实现
- A*寻路算法具体过程及实现,A*算法广泛应用于寻路和图的遍历,是对Dijkstra算法的一种扩展,是一种高效的搜索算法。(The concrete process and Realization of the path finding algorithm A*.A* algorithm is widely applied to traversal of wayfinding and graph. It is an extension of Dijkstra algorithm and an ef
qm算法
- QM算法是用来最小化卡诺图的一个算法,其大概思路是,对蕴含项中1的个数进行分组,只有1的个数相差为1的蕴含项才可能相邻,所以可以通过循环来穷举出所有的主蕴含项。(The QM algorithm is an algorithm used to minimize the Kano map. The idea is that the number of 1 of the implying items is grouped and only 1 of the implication items wit
“图论的算法 程序设计”
- 古典算法与现实的碰撞,各有利弊,针对于matlab下的环境编程,理论为主(The collision between classical algorithm and reality has advantages and disadvantages.)
图论算法及其MATLAB程序代码
- 常用图论算法及其MATLAB程序代码: 1.最短路的Warshall-Floyd算法 2.最小生成树Kruskal避圈法 3.二部图G的最大匹配的算法(匈牙利算法)(The commonly used graph theory algorithm and its MATLAB program code: 1. shortest path Warshall-Floyd algorithm 2. minimum spanning tree Kruskal avoidance meth