搜索资源列表
kobe
- 二叉排序树,可以实现排序功能,是c++编写的.自己编的,还可以-two binary sort tree can be achieved sorting functions, is c prepared. Developed, it could! !
BinaryTree
- 用template写的二叉排序异质树,并做了界面优化等辅助功能,应该很多同学都需要,基本上把c++的继承虚函数特性都用到了
DES
- 用C编写的DES加密算法,通过运行。其中运用二叉树实现,只是例子,并不通用。为word格式。 -C prepared by DES encryption algorithm, by running. Which the realization of the use of binary tree, only examples, not generic. For the word format.
erchashubianli
- 此程序为c语言编写,可以实现二叉树的先,中,后遍历-This procedure for the c language, the first binary tree can be achieved, during and after the traversal
Exercise2
- 1、(实习题) 请编写一个程序,确定二叉树的特征。如:每个节点的层次,从根到该节点的枝长(路径长度),子孙的个数及祖先的个数。每个节点在前序、中序、后序中的访问的序号。-1, (practice questions) Write a program to determine the characteristics of a binary tree. Such as: the level of each node, the node from the root to shoot length (
binary_tree
- 二叉树先序、后序遍历,节点插入、删除,用C实现,操作系统平台为linux系统-binary tree
BiTree
- c语言基础的数组方式二叉树的实现,stack函数。-c array of language-based way binary tree implementation, stack function.
s3
- C语言编写一个算法,从键盘读入一组数据,建立二叉排序树,并能够对其进行遍历、打印、查找、插入、删除等有关操作。-C language to write an algorithm, the requirement from the keyboard read in a set of data, the establishment of binary sort tree and carries on the ergodic, print, search, insert, delete, and ot
bst.tar
- 二叉树排序,c++上实现,有详细注释,在vim上编写的-The two binary tree sort
shu
- 数据结构C语言版 二叉树的三种遍历 简单易实现-C-language version of the binary tree data structure traversal is simple and easy to achieve three
er-cha-shu
- 一个二叉树遍历的例子,初学C++的人可以下载学习一下。-A binary tree traversal example, beginner C++ people can download to learn about.
searchtree
- linux上面c++的二叉搜索树实现,包含声明左值、右值,地带器实现-binary search tree
ulib-2.0.1_src.tar
- c语言下的高效算法库,包括常用数据结构二叉树、avl、红黑树等以及加解密算法的封装。-The ULIB is a collection of efficient building blocks for developing high-performance and scalable systems in C and C++. These building blocks mainly cover, multithreading, parallel computing, efficient data
DS
- 数据结构C/C++重点程序代码:哈弗曼编码、表达式求值、二叉树应用、链表排序等-Data structure( C/C++ program code):Huffman coding, expression uation, the application of binary tree and chain table sorting, etc
code
- C语言写的可以查找最大字符串,二叉树查找结点。汇编程序。代码。-C language to find the maximum string, two fork tree search node. Assembler Code