搜索资源列表
多叉树的实现
- 多叉树的实现, visual c++ 6.0 编辑-duo cha shu de shi xian, visual c++ 6.0
char_base64
- 此程序是Base64算法,其实现是完全用了char* 的数据类型,封装的比较干净,好用-this procedure is Base64 algorithm, its implementation is fully spent char* data types, package cleaner, Easy
shuyuerchashu
- (1)输入字符序列,建立二叉链表。 (2)先序,中序,后序遍历二叉树:递归算法。 (3)中序遍历二叉树:非递归算法(最好也能实现先序,后序非递归算法)。 (4)求二叉树的高度 。 (5)求二叉树的叶子个数。 (6)对于树中每一个元素值为x的结点,删去以它为根的子树,并释放相应的空间。 (7)借助队列实现二叉树的层次遍历。 -shu yu er cha shu
erchashu
- 二叉树的建立及查找,遍历二叉树数。有源程序,及遍历程序-er cha shu de cha zhao ji pian li
zhe-ban-chazhao
- 数据结构的折半查找,有源程序及实现过程,并附有详细的说明-zheban cha zhoa de shu ju jiegou ,you yuan cheng xu
shu-ju-jie-gou-lun-wen
- 需求分析可以查询某个航线的情况(如,输入航班号,查询起降时间,起飞抵达城市,航班票价,票价折扣,确定航班是否满仓)-xu qiu fen xi k eyi cha xun ang xiang de qing kuang
xianxuzhongxu
- 用C语言实现的二叉树的先序遍历和中序遍历的源代码-er cha shu
lianbiao
- 链表的插入、删除等操作,Visual C++环境下编写,课堂作业-lian biao de cha ru shan chu deng cao zuo
er-cha-shu
- 自己写得线索二叉树的所有操作,已经调试过,运行无误-Own written threaded binary operation, has been commissioning run correctly.
mouna_liste
- Les listes chaî nées sont des structures de données semblables aux tableaux sauf que l accès à un élément ne se fait pas par index mais à l aide d un pointeur. L allocation de la mémoire est faite au moment de l exécution.
er-cha-shu
- 数据结构中二叉树原理的实现与展示,主要利用C++实现,是数据结构初学者的良好材料-The realization of the data structure of binary tree theory and demonstration, the main use of c++ implementation, is a good material for data structure for beginners
er-cha-shu-
- 一棵非空二叉树可以看作是由根结点、左子树和右子树这三个基本部分组成的。如果能依次遍历这三个部分的信息,也就遍历了整个二叉树。由此得到的二叉树的遍历是按某种策略访问二叉树中的每一个结点且仅访问一次的过程。二叉树的遍历按访问根结点的先后次序不同分为前序、中序和后序三种。-A non-empty binary tree can be seen from the root node, the left subtree and right subtree consists of three basic p
er-fen-cha-ru
- 数据结构中的二分插入排序算法,简单明了。-Insert data structure dichotomy sorting algorithm, plain and simple.
zhi-jie-cha-ru-pai-xu
- 讲了直接插入排序算法的两种方法,使用c语言写的。-Stresses the direct insertion sort algorithm two methods, using c language.