搜索资源列表
RemoteDataAccessLayer
- 远程数据访问层演示算法,让你的程序能够通过远程访问数据库数据能力-Remote Data Access Layer demonstration algorithm and let you through the procedures for remote access to database data capabilities
Form1aprior
- 用C#实现Aprior算法,算法都用数据实现,效率不是很高,主要体现aprior思路. 在visual studio 2003环境下通过编译-C# Aprior algorithm, the algorithm are used to achieve data, efficiency is not very high, mainly reflected aprior ideas. The visual studio environment through 2003 compiler
classcons1t
- windows 下的一个环形buffer的demo,很好的数据结构算法,一个类封装了所有的操作-windows of a circular buffer to the demo, very good data structure algorithms, a package of all categories of operation
数据加密技术
- 数据加密的方法与原理,可供大家共同学习,具体算法与实现可另找-data encryption method and the principle, we can learn together, and achieving specific algorithm can find
224t
- 一个相当不错的BLOG程序,采用高效的算法组织和管理文本数据-a pretty good BLOG procedures, introduction of efficient algorithms and text data management
HuffmanTwoTree
- 实现数据的压缩,演示Huffman二叉树的应用。虽然压缩效果不如rar等,但是作为一种算法,具有可借鉴的价值。-data compression, presentations Huffman binary tree applications. Although not rar compression, but as an algorithm that can draw is the value.
TurboTree
- 很多人都使用“父—子结构+递归算法”来显示树型的层次结构,这里给介绍一种简单方便的数据结构和算法,快速显示树型的层次结构-many people use a "parent-child structure + recursive algorithm" to show the level of tree structure, here introduced to a simple data structure and algorithm, shows the hierarchi
564561354654
- 包括无向图的深度优先搜索,普里姆算法构造最小生成树,数据结构习题的答案-including undirected graph of the depth-first search, Primbetov tectonic minimum spanning tree algorithm and data structure Exercise answer!
DMBench
- 简易数据挖掘工具,集成支持向量机、聚类等常见算法-simple data mining tools, integrated support vector machine, such as common clustering algorithm
DMFP-Growth
- Data Minig中的FP GROWTH 算法,附带test实例及实验数据分析-Data Minig of FP GROWTH algorithm, fringe test examples and experimental data analysis
cure
- 介绍一种非常有效的对大数据库的数据挖掘算法-数据聚类
Data_Mining_SQL_2008
- 这是《数据挖掘原理与应用—SQL Server 2008数据库》的随书SQL语句、源代码和Excel范例文件,基于DMX,代码主要包括对SQL Server 2008和Excel 2007中已经集成好的数据挖掘算法的应用, 如贝叶斯聚类、决策树、时序、聚类、序列聚类、关联规则、神经网络、逻辑回归、OLAP立方体的等算法,具有极高的使用价值。-This is the " Principles and Applications of data mining-SQL Server 2008 d
Apriori
- 改进Apriori算法 数据挖掘的-Apriori
binarytree
- 树与二叉树的算法,包括转换,数据结构-binarytree
MainWeka
- 数据挖掘开源算法最经典的weka算法源码,导入Eclipse就可以打开,包含了几十个经典的数据挖掘算法。-Open source data mining algorithm is the most classical algorithm weka source code into Eclipse, you can open, contains dozens of classic data mining algorithms.
PAGE
- 目的: 了解分页存储的原理。 理解分页存储的管理算法。 实验内容和步骤: 1.分页式存储管理方案。 内存被划分成2048块(页)。用32位字长的字存放位示图, 为0的位表示该块尚未分配,为1的位表示该块已分配。 2.算法处理过程。 编辑文件。该文件中存有内存目前状况的位示图的数据(0和1的文件)。 程序应读入数据,存放在相应的数据结构中。 显示友好的用户界面,输入内存申请(总块数)。 根据申请和位示图状态,为用户分配内存,并建立页表。 输出位示图和
MGZ.RAR
- 这是我的C++课程设计,主要功能是实现高精度的加法,属于算法数据结构范畴-This is my C++ curriculum design, the main function is to achieve high-precision addition, belong to the scope of the data structure algorithms.
magz.RAR
- 这是我的C++课程设计,主要功能是用坐标实现一个余弦函数的绘制,属于算法数据结构范畴。-This is my C++ curriculum design, the main function is realized by a coordinate to draw a cosine function algorithm data structure belonging to the category.
Adaboost
- Adaboost是一种迭代算法,其核心思想是针对同一个训练集训练不同的分类器(弱分类器),然后把这些弱分类器集合起来,构成一个更强的最终分类器(强分类器)。(Adaboost is an iterative algorithm, and its core idea is different for the same training set training classifier (weak classifier), then put these weak classifier together
第9章 聚类分析
- 大数据挖掘,主要包括:数据的分类与聚类分析、智能算法、(Classification and cluster analysis of data)