资源列表
MPI-GraphTheory
- 图论部分的MPI源码,包括传递闭包、连通分量、最短路径和最小生成树,附带说明和测试用例-Graph Theory part of the MPI source code, including the transitive closure, connected components, shortest path and minimum spanning tree, with instructions and test cases
flashqueen
- 这是一个Flash动画,它演示了数据结构中的一个经典问题,八皇后问题-queen
b+
- 我们程序设计课上要求写的b+树的c++实现,可以进行插入查找删除等操作,代码简单,适合新手-We design classes require written b+ Tree c++ Achieve, can be inserted to find the deletion of such operations, the code is simple, suitable for novice
mfcc
- c语言版本的mfcc提取代码。适合新手使用。比较简单-c language version of the mfcc extraction code. Suitable for novice use. Simple
MergeSort
- 排序算法:归并排序 根据排序原理实现,时间复杂度为NlogN。测试数据集mergesort.txt为100000个数,结果保存在sortresult.txt中 -Sorting algorithms: merge sort to achieve the principle according to sorting, time complexity NlogN. Test data set mergesort.txt of 100,000 the number of results sto
kalman
- kalman滤波 加 小波阀门滤波法 该文为陀螺仪滤波程序-kalman filter
LLE-and-improve
- LLE(局部线性嵌入)算法研究介绍的pdf,属于算法的开山之作,LLE算法基础核心。学习LLE从这篇开始。-LLE (Locally Linear Embedding) algorithm introduced in pdf, the mountains are algorithms for, LLE algorithm is based on the core. LLE learn from this start.
bfs
- 基于8数码问题的BFS(宽度优先搜索)算法,在VC++6.0上运行通过。- a algorithm based on 8 number problem ,it can run in VC++ 6.0 platform.
avltree1
- 平衡二叉树 生成,可生成、删除树,还可对一棵树的节点进行插入、排序、删除操作-AVL Tree generator
Answer_ITA
- 《算法导论》课后习题答案。 对书中重要习题进行了详细解答和分析,有助于进一步理解重要的数据结构和算法。-The answer book for Introduction to algorithms.
datastructure
- 数据结构二叉树实验报告,包括 (1)创建二叉树 (2)递归算法先序遍历二叉树 (3)非递归算法中序遍历二叉树 (4)递归算法后序遍历二叉树 (5)求二叉树叶子结点个数 (6)按层次遍历二叉树 (7)求二叉树树深 -A binary tree data structure, experimental report, including (1) Create a binary tree (2) recursive algorithm for preorder trav
decisiontree
- 这个是一个关于建立决策树的python程序.本程序运用entropy来决定splitting point.处理的数据得在程序中输入.希望大家觉得有用-This is a decision tree on the establishment of procedures for the python. Entropy of the process to decide the use of splitting point. Deal with the data was input in the pro