CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - 二叉树

搜索资源列表

  1. pingheng

    0下载:
  2. 输入字符,建立平衡二叉树,再输出字符,中序,抛砖引玉-input characters, the establishment of balanced binary tree, and the output of characters, sequence, something
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:883
    • 提供者:雷阵雨
  1. SortDll

    0下载:
  2. 这是一个二叉树排序算法的VC++6.0实现的动态连接库-This is a binary tree algorithm VC 6.0 Dynamic Link Library
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:405602
    • 提供者:张华
  1. dancitongji

    0下载:
  2. 对读入的某个文本文件input.txt中,拆出英文单词,输出一个按字典顺序排列的单词表,结果输出在文本文件output.txt中,每个单词一行,并在单词后输出该单词出现的个数,两个字段之间用逗号分隔。约定单词仅由英文字母组成,单词间由非英文字母分隔,相同单词只输出一个,大小写不区分。 利用二叉树实现-the right time to a text file input.txt, divestment English words, Output by an order of the dict
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:41015
    • 提供者:李剑
  1. BiTreeExcise

    0下载:
  2. 二叉树的练习,先序输入,先序,中序,后序输出-binary tree exercises, first order input, first sequence, the sequence after sequence output
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:1208
    • 提供者:l_Wming
  1. lll333

    0下载:
  2. 这是一个利用扩展先序二叉树建立二叉树,并采用先序,中序,后序进行遍历的算法!-This is the first expansion of the use of a binary tree order to establish binary tree, and a first sequence, sequence, After traversal sequence for the algorithm!
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:838
    • 提供者:刘六龙
  1. fei333

    0下载:
  2. 这是一个利用扩展先序二叉树建立二叉树,且利用非递归算法进行中序遍历的算法!-This is the first expansion of the use of a binary tree order to establish binary tree, and the use of non - recursive algorithm which preorder algorithm!
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:1417
    • 提供者:刘六龙
  1. Yuesefu

    0下载:
  2. 树里求祖先结点的算法,RSA加密,二叉树,括号匹配,约瑟夫环,ID
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:8745
    • 提供者:oth
  1. 66

    0下载:
  2. 通过和用户交互的形式,按照先序遍历输入一个二叉树,二叉数采用数组的结构存储,按层次遍历给结点编号,父亲结点和左右孩子通过两个公式联系,如父亲结点是i,则左孩子为2i+1,右孩子为2i+2.初始数组均被赋成星号,用户理论上可以输入ASCII码以内的任何值,但为了利于验证,只能输入可见字符(除作为标志的星号,回车表示该结点没有数据). 该程序的先序建树,先序输出以及中序输出是采用栈和循环实现的,后序输出是用递归来实现的,在先序建树子程序中,利用反逻辑,将叶子结点,树建完成,和用户输入回车等情况用
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:81047
    • 提供者:zhangxuefang
  1. erchashu

    0下载:
  2. 左右二叉树交换,又是一格课设题目
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:13686
    • 提供者:lihe
  1. DES

    0下载:
  2. 用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.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:5975
    • 提供者:郑正
  1. printbitree

    0下载:
  2. 树状打印二叉树可以按照二叉树的形状打印出二叉树-Tree print tree can print out the shape of binary tree binary tree
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-06
    • 文件大小:934
    • 提供者:yuxin
  1. twotrees

    0下载:
  2. 二叉树的数据结构算法 包括二叉树的创建、遍历、输出等,可以作为课程设计的原材料-Binary tree data structure algorithms, including tree creation, traversal, output and so on, can be used as raw materials for curriculum design
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-05
    • 文件大小:7857
    • 提供者:jackpeng
  1. VS2008_SortJoin

    0下载:
  2. 高效sort join(数据库中自然连接的一种实现),排序算法采用随机二叉树排序-high performance sort join algorithm,sort algorithm is random bi-tree sort
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-24
    • 文件大小:106045
    • 提供者:李晓飞
  1. txt

    0下载:
  2. 用二叉链表做存储结构,输入键值序列,建立一棵二叉排序树并在二叉排序树上实现查找算法。-To do with binary storage structure list, enter the key sequence, set up a binary sort tree and binary search algorithm to sort the tree implementation.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3505
    • 提供者:wangya
  1. erchashubianli

    0下载:
  2. 此程序为c语言编写,可以实现二叉树的先,中,后遍历-This procedure for the c language, the first binary tree can be achieved, during and after the traversal
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-11
    • 文件大小:530
    • 提供者:白雪
  1. jianerchashu

    0下载:
  2. 建立二叉树 以便进行查找等功能 采用从文档中读取数据-For the establishment of binary tree used to find features such as data read from the document
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:2644
    • 提供者:lb
  1. bitree

    0下载:
  2. 实现二叉树的基本功能,如构造一棵二叉树,在树中插入结点,先序后序中序遍历二叉树等功能-The basic function of the realization of binary tree, such as a binary tree structure, inserted in the tree nodes, in sequence after the first order binary tree traversal functions
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:2420
    • 提供者:Helen22
  1. Maptheepthoftraversal

    0下载:
  2. 数据结构对二叉树的深度遍历用进栈,出栈的方法。-The depth of the binary tree data structure traversal to use into the stack, a stack method.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-13
    • 文件大小:2486
    • 提供者:hujiao
  1. erchashudiguifeidiguisuanfa

    0下载:
  2. 二叉树递归非递归算法:先序查找、中序查找、后序查找-Recursive binary tree non-recursive algorithm: first-order to find, in order to find the latter order to find
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:1220
    • 提供者:qin
  1. erchashu

    0下载:
  2. 数据结构中的二叉树算法,可用于数据结构的实验-In the binary tree data structure algorithms, data structures can be used for experiments
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-07
    • 文件大小:59513
    • 提供者:
« 12 3 4 5 »
搜珍网 www.dssz.com