资源列表
DecisionTree
- 数据挖掘中决策树生成算法,可以通过算法生成最小决策树,java实现-Data Mining Decision Tree algorithm can be generated by the smallest decision tree algorithm, java achieve
ansys-APDL-programme
- ansys apdl programme ,集合了大部分ansys APDL的源程序,有各个模块的数值分析-ansys apdl programme,it contains many parts of numerical analysis
CHMM
- 解决了连续马尔科夫模型训练、观测向量概率计算、输出参数估计问题,需安装HMM工具包-CHMM model,trianing and estimation
test
- 数据结构 求解城市间最短路径 课程设计 交通图-数据结构 求解城市间最短路径
With-partition-method-of-quick-sort
- 快速排序的主要思想:找出数组的第一个数字作为参照物,从数组第一个数字往后开始比较,同时,从数组最后一个数字往前比较,如果前面的数字比参照值大,找出来,后面的数字比参照值小找出来,他们相互交换位置,当他们相遇了,停止。这样的结果是,相遇点的前面的数字都是比参照值小的,相遇点后面的值都是比参照值大,然后再相遇点分割成两块,各自进行刚才的操作。-The main idea of the quick sort: find the first number as a reference, the arra
houzuishuzhu
- 后缀数组的代码模板,讲解了俩种RMQ方法-Suffix array code templates, explained the two kinds of methods RMQ
boyi
- 巴什博奕+威佐夫博奕+尼姆博弈(及Staircase)讲解及代码-Bash Game+ 威佐夫博奕+ Nimes game (and Staircase)
juzhenchengfa
- 矩阵乘法的基本代码实现过程,模板,便于理解矩阵乘法-The basic code matrix multiplication implementation process
hash
- 字符串Hash函数各种方法及各种哈希函数的C语言程序代码-C language code string Hash functions in various ways and various hash function
shuzhuangshuzu
- 一维树状数组和二树状数组的基本数据结构的表示及代码-Basic data structures and code represents one-dimensional arrays and two tree tree array
sushu
- 求最大k使m^k是n!的约束, 分解m的质因子,然后求质因子的最小幂-Seeking maximum k so m ^ k is n! Constraints, the decomposition m of prime factors, then the minimum power factor for quality
stack
- 数据结构常见抽象数据类型--栈的自定义实现-The custom implementation of common abstract data types--stack in data structure