搜索资源列表
openhdot264
- openhdot264源代码,属于H.264视频编码算法的一种实现。 -openhdot264 source code belonging to the H.264 video coding algorithm A.
classcons1t
- windows 下的一个环形buffer的demo,很好的数据结构算法,一个类封装了所有的操作-windows of a circular buffer to the demo, very good data structure algorithms, a package of all categories of operation
224t
- 一个相当不错的BLOG程序,采用高效的算法组织和管理文本数据-a pretty good BLOG procedures, introduction of efficient algorithms and text data management
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
CGridCtrl-07-4-25-0
- 一个完整的数据库查询及匹配算法软件,包含全部的源代码。软件的界面使用了漂亮的网格控件,整个数据显示整齐美观。-integrity of a database query and matching algorithm software, contains all the source code. Software interface to use a nice grid control, the entire data show a tidy and beautiful.
jiyuyichuansuanfadezujuanxitong
- 基于遗传算法的组卷系统,采用ACCESS数据库作为后台的数据库系统,在VISUALC++6.0的编程环境下实现-based on genetic algorithm test system using ACCESS database as a background database system VISUALC 6.0 in the programming environment under
vccheyouguanli
- 一个VC车友管理系统,很适用,可参考相关算法-VC Car fans hold a management system is applicable, reference can be associated algorithm
mazemm
- 用栈实现迷宫算法,四个方向寻求出路,四周加边,寻求路径-with Stack achieve maze algorithm, four direction to seek a way out, surrounded bordered seek path
C4.5_r8
- 这是一个决策树算法-This is a Decision Tree Algorithm
聚类分析程序
- 该文件是一组数据挖掘领域中,聚类分析的有关算法。-the document is a group of data mining areas, cluster analysis of the algorithm.
周公解梦数据库技术
- 为你提供周公解梦数据库控件应用,一个很好的算法游戏-able to provide you explain it controls database applications, the algorithm for a good game
yy2
- 1.定义顺序栈的数据结构 2.编写函数实现的栈的初始化、入栈、出栈、判断栈是否为空的算法,并应用与表达式的括号匹配检测。 3.定义队列的链式数据结构 4.编写函数实现链队列的入队列、出队列算法 -1. Stack data structure defines the order of 2. Write a function to achieve the stack initialization, stack, stack, to determine the stack is em
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
48
- 该算法主要实现了数据挖掘的关联规则Apriori算法-The algorithm achieved a major data mining Apriori algorithm for association rules
suanfadaoluen
- 这是《麻省理工学院算法导论中英文版习题笔记全》,详细介绍了各种算法-This is the Massachusetts Institute of Technology in the English version of Introduction to Algorithms Exercises Notebook whole , detailing a variety of algorithms
Discover
- 一个相对很完善的数据挖掘系统(少部分功能欠缺),不仅包括了按类Association(内含Apriori,C4.5,GrowTree),Classification(ID3),Cluster划分常用的算法及个人优化后的算法。同时包含了多种数据源(MS Access,Excel,SQL Server,TEXT)的界面直接连接方式。界面方面更像一个专业的系统,采用了类VC浮动多框架界面,也可以作为界面编程的参考。这个工程的分数和其他小工具的分数一样,感觉亏大了:)-A relatively well
Hash
- 简单哈希算法的实现,能够有效地提高查找速度。-The realization of a simple hash algorithm can effectively improve the search speed.
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.
aglo7-1
- 二叉树的基本算法。(1) 输出二叉树B; (2) 输出二叉树B的深度; (3) 输出H结点的左、右孩子结点值; (4) 输出二叉树B的宽度; (5) 输出二叉树B的结点个数; 输出二叉树B的叶子结点个数 -The basic algorithm for binary tree。(1) output binary tree B (2) The output of a binary tree B of depth (3) The output of H nodes
PAGE
- 目的: 了解分页存储的原理。 理解分页存储的管理算法。 实验内容和步骤: 1.分页式存储管理方案。 内存被划分成2048块(页)。用32位字长的字存放位示图, 为0的位表示该块尚未分配,为1的位表示该块已分配。 2.算法处理过程。 编辑文件。该文件中存有内存目前状况的位示图的数据(0和1的文件)。 程序应读入数据,存放在相应的数据结构中。 显示友好的用户界面,输入内存申请(总块数)。 根据申请和位示图状态,为用户分配内存,并建立页表。 输出位示图和