资源列表
Cohen-Hodgman
- Choen-Hodgam algorithm
Apriori
- algorithm that use in dataminiing for association
biaodashiqiuzhi
- 表达式求值,关于算法分析类型的。详细讲述如何实现表达式求值的算法。-Expression evaluation, on the type of algorithm analysis. Described in detail how to implement expression evaluation algorithm.
a
- 线性表的课件 很详细 适合初学者 有一定的基础的就不用再下载了-Details of the linear form of courseware is suitable for beginners to have some basis no longer download
CPP
- 介绍一些C++的经典算法,供大家学习,希望对大家有用-Introduce some of the classic C++ algorithms, for everybody to learn
2mv
- 水蒸汽2mv区计算程序,有fortran语言编写。-Water vapor 2mv area calculation program, a fortran language.
MapPlan
- A*算法的代码,经过多次调试后,证明可以运行。-A* algorithm code, after several debugging, prove you can run.
sousuosuanfajiangzuoziliao
- 对于ACM赛题中关于搜索算法的讲解,对深度优先算法进行了详细的介绍-ACM contest problems for the explanations on the search algorithm, depth-first algorithm for a detailed descr iption
c
- 企业发放的奖金根据利润提成。利润(I)低于或等于10万元时,奖金可提10 ;利润高 于10万元,低于20万元时,低于10万元的部分按10 提成,高于10万元的部分,可可提 成7.5 ;20万到40万之间时,高于20万元的部分,可提成5 ;40万到60万之间时高于 40万元的部分,可提成3 ;60万到100万之间时,高于60万元的部分,可提成1.5 ,高于 100万元时,超过100万元的部分按1 提成,从键盘输入当月利润I,求应发放奖金总数?
c1
- 一个整数,它加上100后是一个完全平方数,再加上168又是一个完全平方数,请问该数是多少?-An integer, it can add 100 and a perfect square, plus 168 is a perfect square, what is the number of how many?
kinsol-2.6.0.tar
- 求解偏微分方程问题的一个很好的工具,其中涉及到线性方程组的有效求解技术等。-Solving partial differential equations, a good tool, which involves solving linear equations and effective technology.
a-binary-tree-search-algorithm
- 在对二叉树存储结构进行分析的基础上,介绍二叉树遍历算法的一种应用,即基于求解二叉树深度算法设计实 现的搜索二叉树中最长路径的算法。这里详细介绍了搜索二叉树中最长路径问题的分析解决思路,在对可能的预期结果进 行分析的基础上,给出了算法的设计方案,同时给出了具体的C语言算法描述。-By analyzing the storage structure of binary tree,a kind of application of binary tree traversal algorithm,