搜索资源列表
-
0下载:
在数据库中发现频繁模式和关联规则是数据挖掘领域的最基本、最重要的问题。大多数早期的研究采用了类似Apriori算法的产生候选级并测试迭代的途径代价是昂贵的,尤其是挖掘富模式和长模式时,Jiawei Han提出了一种新颖的数据结构FP_tree,及基于其上的FP_growth算法,主要用于有效的进行长模式与富模式的挖掘.本文在讨论了FP_growth算法的基础上,提出了用Visual C++实现该算法的方法,并编写了算法的程序。-found in the database model and th
-
-
0下载:
经典的希尔排序算法,对大家学习数据结构及培养编程思想有所启发!-classic Hill sorting algorithm for data to study the structure and culture programming philosophy inspired!
-
-
0下载:
数据结构与算法综合资料库,数据结构与算法综合资料库-data structure and algorithm comprehensive database, data structure and algorithm comprehensive database
-
-
0下载:
排序算法,初学数据结构及算法的入门者值得一看-sorting algorithm, beginner data structure and algorithm beginners eye-catcher
-
-
0下载:
数据结构算法与应用-C语言描述阅读软件:Adobe Reader 7.0-data structure algorithms and application-C language descr iption reading software : Adobe Reader 7.0
-
-
0下载:
是一本讲序_数据结构与算法综合。里面讲了很多经典的算法。值得一看。-Is a sequence stresses _ integrated data structure and algorithm. Which stresses a lot of the classic algorithms. Worth a visit.
-
-
0下载:
用结构体实现复数数据类型定义并实现复数运算,实现输入数据-Use the structure to achieve the definition of complex data types and to achieve complex operations, the realization of the input data
-
-
1下载:
在对用有限差分法计算二维稳态传热的过程及算法进行分析的基础上 , 研究了用于描述差分
节点及其关系的数据结构, 并研究了自动生成热量衡算方程组的方法。基于此方法开发了二维传热计算
程序, 程序支持交互设计传热网络, 能够自动生成传热方程组并求解方程组。-In two-dimensional finite difference method to calculate steady-state heat transfer process and the analysis of algor
-
-
0下载:
A hash table that stores key/pointer pairs. The table can handle either numbers or strings as keys, you specify which type it is when you create it. When you use strings as the keys, you should store the key permanently yourself somewhere, such as in
-
-
0下载:
基于VC的有关数据结构的二叉树的先序和层次遍历算法-VC based on a binary tree data structure of the first order and hierarchy traversal algorithm
-
-
0下载:
基于C++的数据结构的最短路径和拓扑排序算法-Based C++ data structure shortest path and topological sorting algorithms
-
-
0下载:
数学库及常用的几何实体数据结构.包括矩阵,向量,四元数. 几何实体有面, 直线,圆柱和圆锥等.-Math Library and the commonly used geometric entity data structure. Including matrices, vectors, quaternions. Geometric entities face, straight, cylindrical and conical and so on.
-
-
0下载:
C语言编写的多项式的计算程序,能够实现多项式的加减,可以用作数据结构上机用。-Polynomials in C language computer program that enables addition and subtraction of polynomials can be used as a data structure machine.
-
-
0下载:
稀疏矩阵运算器,实现稀疏矩阵的加法、减法、乘法、和转置运算,有输入界面(图形或文字界面都可),能区分加法、减法、乘法和转置;能处理任意输入的典型数据和进行出错数据处理(例如乘法,当第一个矩阵的列数不等于第二个矩阵的行数时);必须采用三元组作存储结构,不能采用数组等形式;输出要求用矩阵的形式输出(即习题集136页的形式),当第一个矩阵的行数不等于第二个矩阵的行数时,注意如第三个乘法的形式输出-Sparse matrix operations, which realizes the sparse m
-
-
0下载:
数值分析算法,密码Jacobi符号计算,数据结构中二叉树判定及一元稀疏多项式计算。-Numerical analysis algorithms, password Jacobi symbol calculations, the data structure sparse binary polynomial to determine and calculate a dollar.
-
-
0下载:
course of algorithm and data structure
-
-
0下载:
表达式求值,C语言实现,控制台程序。功能:输入个包括括号及四则运算的表达式,输出计算流程与最终结果。适宜于严蔚敏C语言数据结构实验。-Expression evaluation, C language, the console program. Function: Enter one including the brackets and four arithmetic expressions, output calculation process and the final result. Su
-
-
0下载:
图的实现由Graph类完成。类中,图数据结构采用邻接
表实现。邻接链表中的节点用一个数据对表示,第一个域
用来保存和连接第i个节点边的另一端的节点编号,第二个
域用来保存该边的权值。另外用一个辅助数组来存储各节点
的评分值。-Figure achieved by the Graph class is completed. Class, graph data structure using adjacency
Table implementation. Adjacen
-
-
0下载:
二叉树是一种重要的数据结构 。 通过 实现二叉树的一系列操作,帮助 实现二叉树的一系列操作,理解 和掌握链式存储二叉树的性质 -Binary Tree is an important data structure. By implementing a series of binary operations, a series of actions to help achieve binary tree, understand and grasp the nature of chain stor
-
-
0下载:
数据结构与算法,计算器c程序,做+, -, *, /, ^ -Data structure and algorithm,Calculator program ,#c. can do+,-,*, /, ^ , and other operations.
-