资源列表
fortran语言常用程序集
- 使用fortran语言编写的常用语言程序集!!!
minimum-spanning-tree
- 用c语言编写的最小生成树算法kruskal和prim-Using c language Minimum Spanning Tree Algorithm prim and kruskal
calculator
- 用c语言编写的可以计算整数表达式的计算器,利用了数据结构中的栈-Using c language calculator can calculate the integer expression, the use of the data structure stack
queue
- 数据结构队列的C语言的实现。可以直接编译使用。-Queue data structure C language. It can be directly compiled to use.
0-1-package-question
- 0——1背包问题的解决,注重动态规划的使用,简单快捷,方便解决0-1规划问题的解决-the question of 0-1 package problem
FF
- Ford Folkerson Algorithm implemented in c#
基于C语言的MELP算法实现
- 用C语言实现MELP(混合激励线性预测)算法的源码
Loan-Application-System
- 将文件直接用vc6.0打开就可以。 该代码是华为培训2016年6月份培训材料。是贷款申请系统,这是我个人的代码-The file can be opened directly by vc6.0. The code is Huawei training in June 2016 training materials. Loan application system, this is my personal code
Matlab-(Bayers)
- 线性分类器可以实现线性可分的类别之间的分类决策,其形式简单,分类决策快速。但在许多模式识别的实际问题中,两个类的样本之间并没有明确的分类决策边界,线性分类器(包括广义线性分类器)无法完成分类任务,此时需要采用其它有效的分类方法。贝叶斯分类器就是另一种非常常见和实用的统计模式识别方法。-Linear classifier can be realized linearly separable classification decision between classes in the form of
extract_z
- 分子动力学提取原子的z坐标(这是我本科毕设的内容)-Molecular dynamics extract z coordinates of atoms (this is my undergraduate complete set of content)
wordcount
- 并行算法实现wordcount:基于hadoop平台,在Linux上测试: 包括C语言实现的串行算法和Java实现的并行算法。-Parallel algorithm based on hadoop on Linux for wordcount: Including serial algorithm and parallel algorithm based on hadoop.
AVL_Splay_Tree
- BST,AVL,SPlay Tree的C语言实现,并测试三者的性能。 包括三种树的具体实现和test程序。-BST,AVL,SPlay Tree accomplishment based on C,and test them. Including test source file and tree source file.