搜索资源列表

  1. 顺序二叉树和树的复制及哈夫曼编码

    0下载:
  2. 顺序二叉树和树的复制及哈夫曼编码-sequence binary tree and the tree reproduction and Huffman coding
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:5013
    • 提供者:任文旭
  1. 二叉树演示

    0下载:
  2. 一个小小的c 语言程序源码!演示二叉树的可视化程序编码!-a small c language program source code! Binary Tree demonstration of visual programming coding!
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2320
    • 提供者:王晓
  1. 二叉树1212

    0下载:
  2. 建立二叉树,层序、先序遍历( 用递归或非递归的方法都可以-establish binary tree, sequence, the preorder (with the recursive and non - recursive method can be
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1830
    • 提供者:速度风
  1. 平衡二叉树c++

    0下载:
  2. 平衡二叉树生成 输入任意个节点 如 2 6 8 0为显示 可自动生成平衡二叉树 bf为平衡因子 h给深度 可插入删除 计算转动次数(wangliwei007也是我,质料没添全就换这个好号,请斑竹给我发个号好吗?我也想下载东西,急)-balanced binary tree generating arbitrary input nodes as 2 6 8 0 to demonstrate that automatically gener
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:2659
    • 提供者:王立伟
  1. 树跟二叉树

    0下载:
  2. 本程序是实现二叉树跟树的常用算法,都是尽量用非递归来编写的。关于二叉树的都可以从键盘动态输入,关于树的就不可以,原因是树的结构问题,在程序中,树的建立用到动态左孩子/右孩子建立-this program is a binary tree with the tree is commonly used algorithm, as possible, to use non - recursive prepared. On the binary
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:25871
    • 提供者:吴昊
  1. 二叉树操作&图的遍历操作

    0下载:
  2. 二叉树操作&图的遍历操作, 完全按照里面的文挡用VC所完成的程序, 有详细的说明-binary tree traversal operation of the plan operations, in full accordance with the text inside the block with VC performed by the procedure is described in detail in
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:21362
    • 提供者:解放
  1. 二叉排序二叉树的建立

    0下载:
  2. 二叉排序树的建立是数据结构中许多二叉树算法实现的基础,本程序输入节点时,以-1表示输入结束-two forks of the tree data structure is the establishment of many of the binary tree algorithm based on the input node procedure, said the importation of 1 to the end
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:8228
    • 提供者:楚天
  1. 递归中序遍历排序二叉树

    0下载:
  2. 这是一个中序遍历二叉树的VC实现,要注意的是输入节点后,以-1结束-which is a binary tree traversal sequence VC, to pay attention to the input nodes, in the end -1
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:8905
    • 提供者:楚天
  1. 实验7 二叉树 北京师范大学数学科学院

    0下载:
  2. 自创的算法,输入表达式,建立二叉树的程序,然后输出前缀中缀后缀表示法,利用的对表达式的分割与递归实现输入,同时这也是一个完整的波兰式转换程序,相当稳健-own algorithm, the importation of expression, the establishment of the binary tree and then output the suffix prefix which is made up of the met
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:4212
    • 提供者:李铭璜
  1. 平衡二叉树操作的演示

    0下载:
  2. 平衡二叉树实现一个动态查找表,有三种基本功能:查找,插入删除,还有选项功能:合并两棵平衡二叉树,和分裂两棵平衡二叉树.-balanced binary tree to achieve a dynamic lookup table, there are three basic functions : to find, delete, insert, functional options : merging two balanced bin
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:3243
    • 提供者:罗明会
  1. 二叉树数据结构上机实验报告

    0下载:
  2. 二叉树数据结构-数据结构上机编程实验报告,附源码。对在校大学生有用。-binary tree data structure-structure data on the machine programming experiment report, source. For college students useful.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:32054
    • 提供者:流星雨
  1. 二叉树的创建及先序、中序、后序遍历

    0下载:
  2. 实现数据结构中的二叉树的创建及先序、中序、后序遍历-data structure to create the binary tree and first sequence, sequence, after the preorder
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:30076
    • 提供者:陆营
  1. 求二叉树的高度、叶子节点数

    0下载:
  2. 求二叉树的高度和深度,求高度时采用递归算法,求深度时采用非递归算法。-for binary tree height and depth, used for highly recursive algorithm, seeking depth of the use of non - recursive algorithm.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:9162
    • 提供者:乐天
  1. 遍历二叉树的4个非递归算法

    0下载:
  2. 二叉树的4个非递归算法,中序先序后序和层次遍历,算法都有注释而且很详细,适合数据结构学习者使用-binary tree four non - recursive algorithm, the first sequence after sequence and the sequence level traversal algorithm Notes but have very detailed data structure suitabl
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:14259
    • 提供者:赵麟
  1. 按层二叉树遍历

    0下载:
  2. 按层二叉树遍历的一个小的java程序 dasfhdakdkjadjakdasds-level binary tree traversal by a small java programs dasfhdakdkjadjakdasds
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:20050
    • 提供者:徐崇
  1. 二叉树高度和叶子节点数

    0下载:
  2. 这是一个用来实现二叉树高度和叶子节点数的程序-This is a binary tree used for height and leaf nodes procedures
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:991
    • 提供者:yue
  1. 二叉树,图,排序,查找代码

    0下载:
  2. 二叉树,图,查找,排序的几个代码,用c 写的,能运行。不错的程序哦!-binary tree, map, locate, sort of several code used to write c, can run. Good procedures Oh!
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:6981
    • 提供者:张伟
  1. 图形演示二叉树程序

    0下载:
  2. 用TC20 图形方式演示了二叉树的遍历程序,可以作为学生的教学用-TC20 graphic demonstration of a binary tree traversal procedures can be used as a teaching students
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:2307
    • 提供者:康道之
  1. 各种二叉树的数据结构

    0下载:
  2. 按先序扩展序列建立二叉树,先序、中序、后序遍历的递归算法,二叉树遍历的非递归算法,层次的非递归算法,求二叉树的深度。-sequence extended by the first sequence established binary tree, first sequence, sequence, after the preorder the recursive algorithm, the binary tree traversal
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:3470
    • 提供者:贾德
  1. 二叉树jian

    0下载:
  2. 这个程序采用先序建立二叉树,并分别使用递归和非递归算法实现了对该二叉树的先中后序的遍历输出,并给出了一定的使用说明-this procedure was used in order to establish a binary tree respectively, and the use of recursive and non - recursive algorithm of this binary tree after the fir
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:14742
    • 提供者:杨正朋
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »

源码中国 www.ymcn.org