资源列表
Huffman
- 哈夫曼树的构造方法(1)每个节点都存在权重 以及左右子树 (2)树的所有节点在一个数组中 (3)整个数组构成一个棵哈夫曼树,最后一个节点就是树根,构造过程中数组中包含多个树 (4)有n个节点,那么构造的哈夫曼树应该有2*n-1个节点,序号2*n-1节点就是树根节点; (5)前n个节点都是叶子节点; (6)在构造哈夫曼树的时候总是寻找双亲为0的节点构造,因为双亲为0的节点才是树根节点-Huffman tree construction
ht
- HoughCircles, Circles detection
用LINGO解决的一些图论问题
- 运用LINGO解决一些经典的图论问题,附程序(Solutions to some issues related with graph theory in virtue of LINGO(program included))
贝叶斯和KNN算法比较——基于Adult数据集
- 朴素贝叶斯算法和KNN算法比较,其中用到的数据集为adults(Comparison of Bias and KNN algorithms)
sebapbores_confirm
- 一篇关于人头计数的文章,利用算法在拥挤的环境中检测出个人,()
5170746
- 用C++编写的顺序聚类算法,对于刚开始学习有很大帮助!()
uapu93
- 用C++编写的顺序聚类算法,对于刚开始学习有很大帮助!()
6
- 利用相位一致性提取图像边缘,K-means聚类后区域生长进行图像分割,附参考论文资料和相关解释。(The image edge is extracted by phase consistency, and the region growth is segmented after K-means clustering, and the reference papers and relevant explanations are attached.)
pvoficient-hook
- 基因演算法, ~和吃飼料的演算法, e面的 ~吃到飼料會越來越快,()
LVQ神经网络算法判定人脸朝向
- 基于matlab的LVQ神经网络进行人脸朝向识别。(Face orientation recognition based on MATLAB LVQ neural network.)
无迹卡尔曼滤波
- 采用无迹卡尔曼滤波跟踪飞机飞行轨迹,文件中提供数据和MATLAB程序(Tracking the flight path of the aircraft with unscented Kalman filter, data and matlab program are provided in the document)
GWO_SVR
- 灰狼算法优化的支持向量回归,可以用于预测。(The grey Wolf algorithm is optimized for support vector regression and can be used for prediction.)