资源列表
MdoernSignalProcess
- 包含了多个信号处理的算法,多通道滤波器,小波变换等信号处理的算法-filters, wavelets
RCLS
- 偏差补偿最小二乘参数估计matlab源代码SISO模型-Deviation of penalized least squares parameter estimation matlab source code for SISO Model
DijkstraAlgorithm
- a way of modifying Dijkstra’s Alogrithm in order to find all the shortest path from a source to a node
Dijkstra
- Dijkstra算法是典型的最短路径路由算法,用于计算一个节点到其他所有节点的最短路径。-Dijkstra' s shortest path algorithm is a typical routing algorithm used to calculate a node to all other nodes in the shortest path.
floyd_warshall.c
- It is the source code of the Floyd-Warshall algorithm for finding the shortest path between all nodes. The shortest path between two nodes of a graph is a sequence of connected nodes so that the sum of the edges that inter-connect them is minimal
lz77
- lz77压缩算法单元源文件出自王咏刚先生的《笨笨数据压缩教程》中的lz77.c由崔东伟修改为pascal单元-lz77 compression algorithm module source file from Mr. Wang Yonggang' s " simple-minded, data compression tutorial" in lz77.c by Choi Dong-wei was revised to pascal unit
TabuSearchforTSP
- This gives source code of traveling salesman problem. The algorithm used is tabu search.
TheTravelingSalesmanProblem
- 旅行商问题的分析,以及解决它的各种高级算法,包括遗传算法和神经网络。-The TSP and a variety of advanced algorithm solving it, including the Genetic Algorithm and the Neural Network.
floyd
- Floyd算法又称为弗洛伊德算法,插点法,是一种用于寻找给定的加权图中顶点间最短路径的算法。-floyd simple algorithm
cstrings
- c++ string implementation using stl
LHK_Algorithm
- LKH算法,一种启发式局部搜索算法。是目前解决TSP的最快算法。-LKH Algorithm, the fastest algorithm for the TSP.
GuoTaoAlgorithm
- 郭涛算法,遗传算法的一种。是目前解决TSP最快的遗传算法。-Guo Tao Algorithm for TSP. A fastest evolutionary algorithm for solving TSP.
