搜索资源列表
-
0下载:
在数据库中发现频繁模式和关联规则是数据挖掘领域的最基本、最重要的问题。大多数早期的研究采用了类似Apriori算法的产生候选级并测试迭代的途径代价是昂贵的,尤其是挖掘富模式和长模式时,Jiawei Han提出了一种新颖的数据结构FP_tree,及基于其上的FP_growth算法,主要用于有效的进行长模式与富模式的挖掘.本文在讨论了FP_growth算法的基础上,提出了用Visual C++实现该算法的方法,并编写了算法的程序。-found in the database model and th
-
-
8下载:
************************************************************************ * * * * * THIS IS THE H Y P L A S 2.0 README FILE * * ----------------- * * * * HYPLAS is a finite element program for implicit small and large * * strain analisys of hyperelast
-
-
1下载:
数据挖掘的树结构下C加加的源代码,在商业上很有应用价值。-Data Mining the tree structure of simple C source code, useful in commercial applications.
-
-
0下载:
这是用C++编写的数据挖掘的聚类算法。算法中使用了链表结构做为存储数据的容器。-It is written in C++, data mining clustering algorithm. Algorithm is used to store data as a linked list structure of the container.
-
-
0下载:
C语言编写的多项式的计算程序,能够实现多项式的加减,可以用作数据结构上机用。-Polynomials in C language computer program that enables addition and subtraction of polynomials can be used as a data structure machine.
-
-
0下载:
与矩阵连乘最小乘法数问题类似,虽然不需要记录加括号的方式,但是需要纪录下从i乘到j的结果中为a、b、c的个数,以便在后续的计算中可以用到之前的数据,避免重复计算。所以就需要用三维数组来存储(当然用struct结构体数据类型也很方便)或者用两个数组。-With a matrix with minimal multiplication problem similar, although need not record bracketed style, but need to record from
-
-
0下载:
Data structure with pointers, how the declaration of a pointer in C programming
-
-
0下载:
Data structure with pointers, how the declaration of a pointer in C programming.
-
-
0下载:
Data structure with pointers, how the declaration of a pointer in C programming.
-
-
0下载:
队列中的每个很多功能在代码中已经实现,主要是用C++实现队列数据结构,其中的很多代码可以直接拿来用-Each a lot of features in the queue is implemented in the code, mainly is the queue data structure to implement in c++, and many of those code can use them directly
-
-
0下载:
Array Data Structure Algorithms in the C programming language
-