资源列表
MixtGaussian
- 这是基于em算法混合高斯模型参数的估计方法,用matlab开发的,看一遍程序就会明白了。-mixture Gauss estimation
OSyinghangjiasuanfa
- 1.1 课程设计题目 银行家算法的模拟实现。应用银行家算法验证进程安全性检查及分配资源。 1.2 课程设计目的 本设计的目的是通过编写和调试一个系统动态分配资源的简单模拟程序,观察死锁产生的条件,并采用适当的算法,有效地防止和避免死锁地发生。 -1.1 Course Design Title Simulation of banker s algorithm implementation. Application of Banker s algorithm validat
malloc
- C语言内存分配函数malloc的源代码,让你更清楚C语言中的内存模型-source code of molloc.c
gragh
- 程序功能:1.建立无向非连通图的邻接表存储结构,要求顶点个数不少于15个。 2.用DFS及BFS对此邻接表进行遍历,打印出两种遍历的顶点访问顺序。 3.给定图中任意两个顶点v1和v2及整数k,判断是否存在从v1到v2的路径长度 为k的简单路径,若有打印出路径上的顶点序列(要求路径上不含回路)。 (该功能未能实现)-graph
Dijkstra
- Algorithm Dijkstra O(n*logN) use set and operator le-Algorithm Dijkstra O(n*logN) use set and operator less
src
- 數值法演算範例 牛頓法、夾擠法 兩種方程式求解的原碼 使用BCB builder及TChart原件-Newton numerical method calculus paradigm, pinching method to solve two equations using the original code and TChart Original BCB builder
matlab
- 5个自己开发的Matlab的源码。其功能分别是队列、亚可比、拟合、标准化。-Five self-developed Matlab source. The function of the queue, respectively, Jacobi, fitting, standardize.
smallmemory_code
- 《内存受限系统之软件开发》一书中的源代码,针对内存受限系统而整理的模式-the source code of "small memory software" ,patterns for system with limited memory
NBayse
- 朴素贝叶斯c++实现源码 实现了最基本的训练和测试过程-Bayesian source c++ Implementation
Huffman
- 哈夫曼编码及译码 实现了对英文翻译,英文文献等的编码及译码-Huffman encoding and decoding
8numcant
- 广度搜索八数码问题,用康托展开判重,哈希表的思想。-BFS 8 digital issues, with Cantor re-start negotiations, hash table ideas.
Select_Sort
- 以单链表为存储结构实现简单选择排序的算法-A single list for the storage structure simple selection sort algorithm