资源列表
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
GS_StableMatch
- GS固定匹配算法的python3实现,包括算法实现、随机数据生成、文件操作等模块-GS_Stable Match Algorithm implemented by Python
1216
- VISUAL C++数据结构,二叉堆的优先级序列,能查找最小值,插入删除操作。-VISUAL C++ data structure, the priority sequence of binary heap, to find the minimum, insertion and deletion operations.