搜索资源列表
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
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
YPEA124 MOEA-D
- matlab下的分解算法,第一次上传,必须要20个字,其实第一个就够了(Decomposition algorithm)
PID控制算法的C语言实现(完整版)
- 在工业应用中PID及其衍生算法是应用最广泛的算法之一,是当之无愧的万能算法,如果能够熟练掌握PID算法的设计与实现过程,对于一般的研发人员来讲,应该是足够应对一般研发问题了,而难能可贵的是,在我所接触的控制算法当中,PID控制算法又是最简单,最能体现反馈思想的控制算法,可谓经典中的经典。经典的未必是复杂的,经典的东西常常是简单的,而且是最简单的,想想牛顿的力学三大定律吧,想想爱因斯坦的质能方程吧,何等的简单!简单的不是原始的,简单的也不是落后的,简单到了美的程度。(PID and its der
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)