搜索资源列表
Bpriori_0
- 在数据库中发现频繁模式和关联规则是数据挖掘领域的最基本、最重要的问题。大多数早期的研究采用了类似Apriori算法的产生候选级并测试迭代的途径代价是昂贵的,尤其是挖掘富模式和长模式时,Jiawei Han提出了一种新颖的数据结构FP_tree,及基于其上的FP_growth算法,主要用于有效的进行长模式与富模式的挖掘.本文在讨论了FP_growth算法的基础上,提出了用Visual C++实现该算法的方法,并编写了算法的程序。-found in the database model and th
cpphs
- Haskell,纯正的函数式程序设计语言。特别是利用很简单的叙述就可以完成[链表]、[矩阵]等数据结构。压缩包里有10几个例程 -Haskell, single-function programming language. In particular the use of very simple descr iption can be completed [List], [Matrix] data structure. 10 compression bag several routines
exp9
- 根据所学的数据结构,自己用c完成的计算机表达式求值的小程序
pi
- 一个生成和计算圆周率pi的小程序,主要用来演示和说明fortran的数据结构和使用方法的,简单易懂。
monkey
- 数据结构课设题目。一堆猴子都有编号,编号是1,2,3 ...m ,这群猴子(m个)按照1--m的顺序围坐一圈,从第1开始数,每数到第N个,该猴子就要离开此圈,这样依次下来,直到圈中只剩下最后一只猴子,则该猴子为大王。 该程序是数一个固定的数字。有详细的注释。
Hash111
- JAVA数据结构之HASH编码的小应用程序-Java data structures hash coding of small applications
一元多项式的表示及加法
- 这是一个用VC实现在数据结构课程中比较经典的应用的一项式运算的程序.这个也测试通过.应该没有任何问题.-with VC data structure courses in the more classic use of a Type Operational procedures. This is also the test. Should be no problem.
recipe.rar
- 计算数学与数据结构等C语言程序,如样条,FFT,矩阵计算,插值,拟合,Numerical Recipes Source- C2.02
air
- 一个机场模拟的程序和实验报告,学习<数据结构>者必用,比较容易阅读-An airport simulation procedures and experimental reports, learning
Seque
- 这是一个简单队列数据结构计算的源代码,写得很好,很容易嵌入到自己的用户程序中-This is a simple calculation of the queue data structure source code, was very well written, it is easy to embed into their own user programs in
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
fuhejuzhen
- 该程序是使用VC6.0实现数学中复合矩阵运算的 输入的数据为txt格式的,文件有特点的数据结构 查看程序的帮助可以得知具体的数据结构-The program is to use VC6.0 to achieve in mathematics computing matrix composite, the data input txt format, document the characteristics of the data structure. See the procedure can
Matrix
- 用Visual C++开发的矩阵计算程序,是大学数据结构课程矩阵算法的实现,效率很高-Using Visual C++ development matrix calculation procedures, the University Curriculum Matrix data structure algorithm, efficient
two-dimensional
- 在对用有限差分法计算二维稳态传热的过程及算法进行分析的基础上 , 研究了用于描述差分 节点及其关系的数据结构, 并研究了自动生成热量衡算方程组的方法。基于此方法开发了二维传热计算 程序, 程序支持交互设计传热网络, 能够自动生成传热方程组并求解方程组。-In two-dimensional finite difference method to calculate steady-state heat transfer process and the analysis of algor
Poly
- C语言编写的多项式的计算程序,能够实现多项式的加减,可以用作数据结构上机用。-Polynomials in C language computer program that enables addition and subtraction of polynomials can be used as a data structure machine.
yanghui--sanjiao
- 杨辉三角的示例程序,由于数据结构学习。二项式定理与杨辉三角形是一对天然的数形趣遇,它把数形结合带进了计算数学。求二项式展开式系数的问题,实际上是一种组合数的计算问题。-The sample program in Pascal' s Triangle, learning due to the data structure. The binomial theorem Triangle is a natural form interesting case of it into computati
Expression-evaluation
- 表达式求值,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
基于测站记录手簿的支导线网自动计算程序设计
- 本程序根据数据结构中树和森林的有关概念和算法,用Visual Basic 6.0编程开发语言中的类和集合对象描述支导线网的数据结构,采用面向对象的程序编程方法,使用非递归算法,实现了基于测站记录手簿的支导线网自动计算算法。 程序可用于工程测量中的用全站仪进行观测,用手工或电子手簿记录支导线网的观测数据,根据起算和观测数据可直接对待定点进行坐标计算。
Calculator-program
- 数据结构与算法,计算器c程序,做+, -, *, /, ^ -Data structure and algorithm,Calculator program ,#c. can do+,-,*, /, ^ , and other operations.
mregress
- 多元回归法拟合数据,程序结构清晰,语言精准,希望对大家有用-multi regression method curve data。