搜索资源列表
AATree
- 数据结构中树的定义和执行等资料,可以实现数的查找等-tree data structure of the definition and implementation of information, we can achieve a number of other search
foundations
- 数据结构的java编程 实现的有链表,队列,集合,栈,二叉树等!-data structure of java programming in the linked list, queue, collection, stack, such as the binary tree!
TreeExercise
- Java是最优秀的高级编程语言之一,二叉树是一种重要的数据结构.-Java is the best one of the high-level programming language, the binary tree is an important data structure.
tree
- 这是数据结构中的描述二叉树的一个JAVA 程序。-This data structure is the descr iption of a binary tree JAVA program.
tree
- 用 java实现的 搜索二叉树的插入、删除、遍历和平衡,是自己用与数据结构考试编写的 ,对数的相关编程很有用-java with the realization of the binary tree search, insert, delete, and traverse balance, and the use of their own data structure prepared by the examination of a number of useful programming
Huffman
- 数据结构中最优二叉树Huffman编码的实现,仅供参考
Test3
- 实现树状数据结构,输出节点的树形目录,欢迎朋友们下载使用
java
- 数据结构java描述,链表,栈,队列,图,树,
dataStruct
- java实现数据结构-树的遍历,详情请看doc说明文件!
Java 二叉树的遍历
- 用java对数据结构的编写,二叉树的三种遍历
huffman
- 该压缩包是描述数据结构与算法中的哈弗曼树的Java源程序,可以直接导入Eclipse即可查看效果-The compressed packet is to describe data structures and algorithms in the Java source tree哈弗曼can be directly into Eclipse to see the effect of
tree
- 这是我做的java数据结构树的一些性质和建立算法-This is what I do java data structures and the establishment of some properties of the tree algorithm
DataStructure6
- Java数据结构第五课:二叉树的实现。本程序实现了二叉树的查找,删除,插入,转主链,恢复,二叉树保存等。-Java Data Structure Lesson: binary tree implementation. This program implements a binary tree search, delete, insert, turn the main chain, recovery, binary tree preservation.
Java_11183501
- 《Java数据结构和算法》(第2版)介绍了计算机编程中使用的数据结构和算法,对于在计算机应用中如何操作和管理数据以取得最优性能提供了深入浅出的讲解。全书共分为15章,分别讲述了基本概念、数组、简单排序、堆和队列、链表、递归、进阶排序、二叉树、红黑树、哈希表及图形等知识。-" Java data structures and algorithms" (2) describes computer programming, data structures and algorithms
哈夫曼树
- 本文件为基于java实现的可以编解码的哈夫曼树的完整代码(This file is the source code for huffman tree)
动态数据树形列表
- 可以动态添加的树形结构插件,数据平行展示(Can dynamically add tree structure plug-in, data parallel display)
5 哈夫曼编码和解码
- 哈夫曼编码是不等长编码。利用哈夫曼编码能实现了数据的压缩,在进行通信时,可以大大提高信道利用率,缩短信息传输的时间。本实习要求对发送端待发送的信息进行哈夫曼编码,在接收端进行解码,还原为原来的信息。测试数据:自己找一段不小于2000字符的英文文章,保存为文件。(1) 所有信息输入与输出要以图形化的可视界面,如:用对话框选择打开的文件、字符的出现频率的统计信息能以文件的方式保存,能以表格的形式输出到显示器等。(2) 编码后的信息要以文件的方式保存。能比较编码前和解码后的两个文件是否一致。 (3)
java数据结构
- 压缩包中包含了java链表、树、栈、队列四种数据结构和相关代码,希望有需要的盆友可以看到(The compression package contains the Java list, tree, stack, queue four data structures and related code, hope that the need for the basin friends can see)
RedBlackBST
- 红黑树和AVL树一样都对插入时间、删除时间和查找时间提供了最好可能的最坏情况担保。这不只是使它们在时间敏感的应用如实时应用(real time application)中有价值,而且使它们有在提供最坏情况担保的其他数据结构中作为建造板块的价值;例如,在计算几何中使用的很多数据结构都可以基于红黑树。(a red black tree is a self balancing tree that could balance it self)
数据结构书中代码演示
- 数据结构书中代码完整演示,包括链表,二叉树,图,查找,排序算法等(A complete demonstration of the code in the data structure book, including linked list, binary tree, graph, search, sorting algorithm, etc.)