搜索资源列表
tu0
- 图的遍历,有广度、深度遍历。 有两种存储结构,包括领结表、领结矩阵。-graph traversal, breadth, depth traverse. There are two storage structures, including Bowtie table, tie matrix.
huffman
- 声明定义链表结构,创建线性表,打印链表元素
compressor
- 该程序用VC实现了一个小型文件压缩与解压缩功能的程序,系统中使用静态二叉树,哈希表等数据结构,采用哈夫曼编码进行压缩与解压缩.
haxibiao
- 数据结构的课程设计 哈希表 有详细的论文和源程序
Hash_Table
- 实现了一个根据关键码值(Key value)而直接进行访问的数据结构,即哈希表-Hash Table
shunxu
- 这是一个数据结构的顺序表简单算法.其中可能有一些小问题,但基本上还是能运行的.-This is a data structure of a simple algorithm for the sequence table. Which may have some minor problems, but basically it can run.
CHENGXU
- 定义3个结构数组,对A表、B表进行交替冒泡排序,合并递增排列的C表,输出排序后的A表、B表,输出合并后的C表-3 the structure of the definition of an array of A form, B form to the turn of bubble sort, merge table in ascending order of C, the output of the A table after sorting, B form, the combined outp
hash
- 在存储大量数据是节约时间和空间,哈希表是一个十分常用的存储结构-hash
Huffman
- Huffman树和编码 用结构体和链表完成-Huffman tree and code completion list with the structure and
1234
- 输入一页文字,程序可以统计出文字、数字、空格的个数。 静态存储一页文章,每行最多不超过80个字符,共N行;要求(1)分别统计出其中英文字母数和空格数及整篇文章总字数;(2)统计某一字符串在文章中出现的次数,并输出该次数;(3)删除某一子串,并将后面的字符前移。 存储结构使用线性表,分别用几个子函数实现相应的功能; 输入数据的形式和范围:可以输入大写、小写的英文字母、任何数字及标点符号。 -count
lab1
- 数据结构,中缀表达式转后缀表达式并求值 用链表构造堆栈实现-in-post
LZW
- 基于LZW字典编码的压缩解压算法,动态建立编译表并用哈希表结构存储索引。-Dictionary-based LZW compression decompression coding algorithm, dynamic compilation table set up and use the hash table structure to store the index.
XianxingBiao
- 实现了单链表双链表的各种功能以及数据结构中的基本功能。-Basic functions in a single linked list doubly linked list of the various functions and data structures.
student
- VS2010,对C++中的基本概念(基本知识点)的理解和掌握,其中包括类、成员、函数、友元、重载、IO流、模板等;此外,还包含了对数据结构(链表)、内存操作的内容,以及编程的规范。-VS2010, on the basic concepts C++ (basic knowledge) to understand and master, including class, member, function, friends, overloading, IO streams, templates, e
danlianbiao
- 数据结构(C语言)单链表)的实现 欢迎分享与交流-Data structure (C language) singly linked list) implementations are welcome to share and exchange
HuffTree
- 一个简单的基于哈夫曼树的数据压缩算法,使用链表等数据结构进行编写。-Huffman tree based on a simple data compression algorithms, data structures such as lists were prepared.
linklist
- c语言的基本结构:栈,链表,二叉树;基本操作:排序,查找,表达式求值-The basic structure of c language: stacks, linked lists, binary tree basic operations: sort, search, expression uation