搜索资源列表
一种D算法
- 是D算法的一个很好的例子,绝对好用,在内部修改矩阵。运行界面会提示让你输入两个节点,结果就是这两个节点间的最短路由-D algorithm is a good example of absolute convenient, in-house change matrix. Running interface will prompt you to import two nodes, the results of these two nodes is the shortest route betwee
D-Algorithm
- 数字电路故障分析之D算法C++实现。按照教科书编写,可能比较古板。-digital circuit failure analysis algorithm C D realization. According to textbook writing, perhaps more rigid.
SARAutoFocus.rar
- 利用matlab编程语言,对合成孔径雷达的R-D算法进行了仿真,Matlab programming language to use for synthetic aperture radar simulation algorithm RD
D
- 实现一个斗地主的算法,出牌的程序,判断自己出的牌是否比对方的牌大。-Achieve a斗地主algorithms, the licensing procedure, to determine if they license out the brand than the other large.
P-D
- Douglas-Peucker算法实现,数据压缩算法-Douglas-Peucker
D
- 有关于DIJKSTRA遗传算法的机器人路径规划演示程序。-DIJKSTRA genetic algorithm on the robot path planning demonstration program.
XShortest
- Dijkstra算法,A*算法和D*算法 Dijkstra算法是典型最短路算法,用于计算一个节点到其他所有节点的最短路径。主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止。Dijkstra算法能得出最短路径的最优解,但由于它遍历计算的节点很多,所以效率低。 Dijkstra算法是很有代表性的最短路算法,在很多专业课程中都作为基本内容有详细的介绍,如数据结构,图论,运筹学等等。 Dijkstra一般的表述通常有两种方式,一种用永久和临时标号方式,一种是用OPE
many-methods-to-solve-TSP
- 多种方式求解TSP问题,有遗传算法,A*算法,D算法,模拟退火,神经网络等-A variety of ways to solve TSP problem, a genetic algorithm, A* algorithm, D algorithm, simulated annealing, neural networks
1-D-wavelet
- 一维离散小波变换和逆变换 mallat算法的实现,不是用卷积实现-One-dimensional discrete wavelet transform mallat algorithm, not the realization of convolution
MOEA-D-Continuous
- MOEA/D 算法 用于连续函数优化,C++编写,可以直接运行-a moea/d algorithm written by perfessor zhang qingfu
D-algorithm
- 运用D算法实现对随机分布的200个点,进行路径最优化。得到最优路线。-Using D algorithm of random distribution of 200 points, for path optimization.To get the optimal route.
D-Algorithm
- D算法 能仿真出图 具体分类弄不明白 是老师给的代码-D simulation algorithm can figure out the specific classification could not understand the teacher to code
d
- C++实现D算法F算法求最短路径具体程序-C++ realize F D algorithm for the shortest path algorithm specific procedures
hyy_d
- 图论D算法求最小路径,应用于路由选择问题(Graph theory, D algorithm, minimum path)
D-S
- 基础的D-s算法matlab,可以直接运行(The basic D-S function. It can run directly.)
原始的粒子群算法
- 文章为最原始的粒子群多目标算法,已经调通,供大家学习和研究。(The article is the original particle swarm multi-objective algorithm, it has been transferred for everyone to learn an d study.)
算法设计
- 问题描述:以一个m×n的长方形表示迷宫,0和1分别表示迷宫中的通路和障碍。设计一个程序,对任意设定的迷宫,求出一条从入口到出口的通路,或得出没有通路的结论。 基本要求:首先实现一个以链表作存储结构的栈类型,然后编写一个求解迷宫的非递归程序。求得的通路以三元组(i,j,d)的形式输出,其中:(i,j)指示迷宫中的一个坐标,d表示走到下一坐标的方向。(Problem Descr iption: a m * n rectangle represents the maze, and 0 and 1 i
FLOYD
- 用MATLAB实现最短路径问题,F算法和D算法,已调通(Using MATLAB to achieve the shortest path problem, D algorithm, has been tuned)
moea/d算法框架
- moea/d算法是基于分解的多目标优化,用于复杂网络的社区检测,本算法可以很好的运行吗,得出一组pareto前沿。
Dstar动态路径规划算法
- 用于动态路径寻优的D*算法,可以运行出完整的路径,具有一定的参考价值(D* algorithm for dynamic path optimization, can run)