资源列表
1.聚类分析
- 本程序可对繁琐的变量进行聚类,有利于后续分析,是对变量进行聚类的程序(You can use cluster analysis the task of grouping a set of objects in such a way that objects in the same group are more similar to each other than to those in other groups .)
表达式求值和任务调度
- 实现多功能的表达式求值计算,以及任务调度模拟(Implementation of multi-function expression evaluation calculation, as well as task scheduling simulation)
约瑟夫环
- 约瑟夫环问题求解,c++原码,数据结构与算法解答(Joseph ring problem solving)
基于遗传模拟退火算法的聚类算法
- 基于遗传模拟退火算法实现数据的聚类,为后续的数据分析做准备(Data clustering analysis based on genetic simulated annealing algorithm)
魔方阵
- 魔方阵问题解答,使用c++,源代码,数据结构与算法(Cube matrix problem, using c++, source code, data structures and algorithms)
Huf
- 哈夫曼树的实现,哈夫曼编码解码,c++源码,数据结构与算法(Huffman tree implementation, Huffman coding and decoding, c++ source code, data structures and algorithms)
修道士与野人
- 修道士与野人问题解答,c++原码,数据结构与算法(Repair solutions, Taoist and savage c++ original code, data structure and algorithm)
code
- 把原始数据按照时间顺序展开成一个行向量,求原始时间序列的秩,并计算原始数据预测的相对误差。(The original data is expanded into a row vector according to the time order, the rank of the original time series is calculated, and the relative error of the original data is calculated.)
霍夫圆变换
- 可以通过边缘检测等等算法,实现霍夫圆变换(The edge detection algorithm and so on, realize the circle Hough transform)
P5-1
- 适用于目标优化问题,算法高效、快捷、灵活(Optimization problem)
蚁群算法TSP问题
- 典型的matlab求运行商问题,可以看到进化曲线和线路计算过程。(The typical matlab asks the operator problem, and you can see the evolution curve and the line calculation process.)
遗传算法解决TSP问题
- 遗传算法求TSP问题,有演进过程和最终进化曲线(The genetic algorithm for solving the TSP problem has evolution process and final evolution curve)