搜索资源列表
Bpriori_0
- 在数据库中发现频繁模式和关联规则是数据挖掘领域的最基本、最重要的问题。大多数早期的研究采用了类似Apriori算法的产生候选级并测试迭代的途径代价是昂贵的,尤其是挖掘富模式和长模式时,Jiawei Han提出了一种新颖的数据结构FP_tree,及基于其上的FP_growth算法,主要用于有效的进行长模式与富模式的挖掘.本文在讨论了FP_growth算法的基础上,提出了用Visual C++实现该算法的方法,并编写了算法的程序。-found in the database model and th
shell(c++)
- 经典的希尔排序算法,对大家学习数据结构及培养编程思想有所启发!-classic Hill sorting algorithm for data to study the structure and culture programming philosophy inspired!
caljiecheng
- 计算阶乘的算法,方法采用逆序计算的数据结构,效率很高。-factorial algorithm calculation, calculation methods used Reverse the data structure, high efficiency.
eeeeeeeeeeeeeeee
- 数据结构与算法综合资料库,数据结构与算法综合资料库-data structure and algorithm comprehensive database, data structure and algorithm comprehensive database
Sort
- 排序算法,初学数据结构及算法的入门者值得一看-sorting algorithm, beginner data structure and algorithm beginners eye-catcher
Kriging_Contour
- 基于克立金算法的等值线生成算法及其实现代码,包含相应数据结构和类以及实例数据.
lrd
- 用C++编的关于勒让德公式的一些内容,学数据结构必用到,算法设计
大数加法
- 数据结构的课程设计,本算法是用vc++编写的,运行结果很好,大数加法-data structure of the curriculum design, the algorithm is prepared by the vc, good operating results, large numbers Adder! !
数据结构算法与应用-C语言描述
- 数据结构算法与应用-C语言描述阅读软件:Adobe Reader 7.0-data structure algorithms and application-C language descr iption reading software : Adobe Reader 7.0
FLOW3D
- FLOW3D做CFD的应该都清楚吧,美国Flow Science 公司开发的具有高度可靠性的具有多种用途的CFD(计算流体动力学)软件,这是早期的源码,非常适合CFD学习,算法和编程数据结构都厉害……FORTRAN 自己也是花了一些价码才拿到的
vchome
- 是一本讲序_数据结构与算法综合。里面讲了很多经典的算法。值得一看。-Is a sequence stresses _ integrated data structure and algorithm. Which stresses a lot of the classic algorithms. Worth a visit.
ExperimentsOfParallelAlgorithms
- 并行计算实验程序,包括多线程模拟并行、并行计算的数据结构、并行合并算法和链表、堆栈等的操作,等等。-Experimental procedures for parallel computing, including multi-threaded parallel simulation, parallel computing data structures, parallel algorithms and list the merger, the operation of the stack an
Matrix
- 用Visual C++开发的矩阵计算程序,是大学数据结构课程矩阵算法的实现,效率很高-Using Visual C++ development matrix calculation procedures, the University Curriculum Matrix data structure algorithm, efficient
The-text-data-about-data-mining-algorithms
- 文本数据的数据挖掘算法:对大量存在的文本数据,用已有的结构化数据挖掘技术,提出了非结构化数据知识发现方法。-The text data about data mining algorithms
two-dimensional
- 在对用有限差分法计算二维稳态传热的过程及算法进行分析的基础上 , 研究了用于描述差分 节点及其关系的数据结构, 并研究了自动生成热量衡算方程组的方法。基于此方法开发了二维传热计算 程序, 程序支持交互设计传热网络, 能够自动生成传热方程组并求解方程组。-In two-dimensional finite difference method to calculate steady-state heat transfer process and the analysis of algor
Searching
- 整理了各种查找算法:多种数据结构的顺序查找;对分查找;关键字查找-Organize a variety of search algorithms: a variety of data structures in order to find of sub-search keywords to find more
nibolan
- 基于C++的有关数据结构的逆波兰表达式算法-Based on C++, data structures related to Reverse Polish Notation algorithm
calculate
- 实现基本计算器功能!加减乘除,数据结构算法分析,表达式章节!-calculate simply!
hdu
- 写一个数据结构算法,杭电上一道题目,有关数据结构的题目。(Write a data structure algorithm)
零基础学算法_第二版
- 数据结构课程的实践性是很强的, 不只是要掌握理论上的方法, 还必须将这些方法应用到程序设计的实践中去。 鉴于此, 作者编写了本书。 本书没有详细介绍各种数据结构的原理, 而是重点介绍各种数据结构的实现方法, 及相应的具体程序代码。(The practice of data structure course is very strong, not only to grasp the theoretical method, but also must apply these methods to t