资源列表
single-linked-list2
- 初始化循环单链表H; 依次采用尾插法插入a,b,c,d,e元素; 输出循环单链表H; 输出循环单链表H长度; 判断循环单链表H是否为空; 输出循环单链表H的第三个元素; 输出元素’a’的位置; 在第四元素位置上插入’f’元素; 输出循环单链表H; 删除循环单链表H的第三个元素; 输出循环单链表H; -Initialize the circular single linked list H Turn the tail interpolation int
Hierarchical-clustering-analysis
- 数据聚类 (英语 : Cluster analysis) 是对于静态数据分析的一门技术,在许多领域受到广泛应用,包括机器学习,数据挖掘,模式识别,图像分析以及生物信息。聚类是把相似的对象通过静态分类的方法分成不同的组别或者更多的子集(subset),这样让在同一个子集中的成员对象都有相似的一些属性,常见的包括在坐标系中更加短的空间距离等。-Data Clustering (English: Cluster analysis) for a static data analysis techniqu
Vigenere
- C语言编写双向循环链表26字母维吉尼亚加密解密,用codeblocks测试通过,见小甲鱼数据结构视频第22集。-C language bi-circular list 26 letters Virginia encryption and decryption, using codeblocks tested, see a small turtle data structure of the video the first 22 episodes.
多项式拟合
- 多项式拟合 封装成c++类 可以直接加载到工程下使用。具体件说明文件。
各种数据挖掘算法实现
- 文件包含近10种数据挖掘算法的代码,是机器学习的好帮手
图像卷积代码
- 用c语言,最简洁的方法实现了图像卷积操作
DecisionTree
- 数据挖掘中决策树生成算法,可以通过算法生成最小决策树,java实现-Data Mining Decision Tree algorithm can be generated by the smallest decision tree algorithm, java achieve
CHMM
- 解决了连续马尔科夫模型训练、观测向量概率计算、输出参数估计问题,需安装HMM工具包-CHMM model,trianing and estimation
OpenCFD-EC2D-1.5.4
- 程序、算例及更新版的理论手册可在本贴的主贴中下载 (OpenCFD-EC2D-1.1.rar) 包含了一个RAE2822翼型绕流的完整算例。-Open CFD code for Engineering Computing
Supermarket-location-problem-
- 基于MFC的超市选址问题。用户可以点击屏幕地图任意位置设置居民住址,系统会根据快排序、中值算法找出最佳的超市修建位置。-MFC-based supermarket siting problems. Users can click anywhere on the map screen settings resident address, the system will soon sort out the best value in the algorithm to build a supermar
Two-binary-sort-tree-into-one
- 数据结构中,将两棵二叉排序树合并成一棵二叉排序树。即,将其中一棵树按中序遍历插入到另一棵树中。-Data structure, the two binary sort tree merged into a binary sort tree. That is, where a tree by preorder inserted in another tree.
MAT
- 仿MATLAB矩阵C++运算库,包括加、减、乘、除、点加、点减、点乘、点除、赋值、转置、rank、det、eig、svd、pinv、power等的运算。inv运算使用pinv运算。最难实现的是非方阵的除法。-MatLab Matrix simulator