搜索资源列表
LDSToolkit1.1
- Lossless Data Compression Toolkit Version 1.1 of the lossless data compression toolkit by Nico deVries. The C sources in this toolkit include an LZW compressor, AR002 archiver, a PPM like compressor using arithmetic compression, Huffman compressor, s
graphics.rar
- 分形树、Sierpinski垫片C程序、Mandlbrot集图形、Koch曲线C程序,Tree fractal, Sierpinski gasket C procedures, Mandlbrot graphics set, Koch curve C program
huffmantree
- 该程序是在C++ 里面实现哈夫曼树的功能 很方便实用-The program is realized in C++ which the function of the Huffman tree is very convenient and practical
binary_tree
- 文本为一个用c语言编写用于产生一个二叉树的源码文本。以三元组形式输入任意二叉树(以大写字母表示结点),求以任意一选定结点为子树的深度。如,在输入示范题中的二叉树之后,程序显示:Please select a node: 输入 ‘B’,回车后,程序显示‘3’。-Text for a written in c used to produce a binary tree source text. With three yuan group form input arbitrary binary tre
FP_growth_1221
- FP-growth 算法,包括了建树和挖掘部分。 代码风格良好,可读性强,运算速度快, accident.dat, 340000条数据,50 支持度,建树和挖掘时间100秒左右,mushroom.dat, 8000条记录,建树和挖掘不超过8秒-FP-growth algorithm, written with c++,(ide is visual c++ 2008). The program is very fast and robust,for data of accide
shuxingkongjian
- 用 Visual C++.Net (VC.net) 编写的 如何使用树形控件 的演示程序,在Visual C++.Net 2003下运行正常。程序很简单,注释详细。为初学者学习交流使用。有需要的朋友可以下载看看!-Using Visual C . Net (VC.net) prepared in how to use the tree control demo program in Visual C . Net 2003 to run normal. The procedure is
tree
- tree implementation in c. good program.
AvlTree_v4
- 该程序使用Visual C++编写的一个数据结构中平衡排序二叉树的一个实现程序-Use the program Visual C++ to prepare a data structure in a balanced binary tree sort of a realization of the procedure
DataStructureAlgorithm
- 数据结构和算法,非常经典,讲的很详细!第一部分 基础知识 第一章 C++程序设计 第二章 程序性能 第二部分 数据结构 第三章 数据描述 第四章 数组和矩阵 第五章 堆栈 第六章 队列 第七章 跳表和散列 第八章 二叉树和其他树 第九章 优先队列 第十章 竞赛树 第十一章 搜索树 第十二章 图 第三部分 算法设计方法 第十三章 贪婪算法 第十四章 分而治之算法 第十五章 动态规划 第十六章 回
c++_ParseXML
- These sample files contain a collection of snippets showing how to use the MSXML parser from C++ (VC 6.0). The sample program demonstrates: - Loading an XML document from disk, - Loading an XML document from a URL, - Building an XML document
Program
- build binary tree in visual c-build binary tree in visual c++
pretree
- 采用C语言编写的先序遍历二叉树的源程序,该程序有3部分构成:主程序,构造树函数,先序遍历函数-Written in C language using the first order binary tree traversal of the source, the program has three parts: the main program, construct a tree function, preorder traversal function
binary_tree
- 本程序详细地介绍了二叉树数据结构在c++程序中的实现。-The procedure described in detail the binary tree data structure in c++ program implementation.
BST
- this the BST(binaty search tree) program in C.-this is the BST(binaty search tree) program in C.
FindTreeDemo
- 查找树的程序,用C语言编写的,在C++的环境中运行-Search tree program, using C language, in C++ environment to run
balancetree
- balance tree program in C
Huffman-tree-coding
- 这是一个有关于哈夫曼树编码,用C编写的一个程序-This is a Huffman tree code, written in C program
christmas-tree
- 这是一个在C#开发环境下的控制台小程序。可以在控制台上显示圣诞树的图形,非常有趣。-This is a the console small program in C# development environment. Christmas tree can be displayed on the console graphics, very interesting.
AVL, Boyemoore, BST
- AVL tree, Boyemoore search, Binary Search Tree C Program
Fractal-Algorithm-CPP
- 使用迭代函数系统算法对一棵树的C++实现程序 -Iterated function systems use a tree algorithm in C++ program