CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - 树

搜索资源列表

  1. BinarySearch_test

    0下载:
  2. 二叉树的构建如何实现二叉树对二叉树进行遍历以及二叉树的前序后续中序以及平横建树-How to build a binary tree on binary binary binary tree traversal and follow-up of the preamble sequence and flat horizontal achievements
  3. 所属分类:source in ebook

    • 发布日期:2017-11-23
    • 文件大小:270016
    • 提供者:董家林
  1. Tree

    0下载:
  2. 数据结构中最基本的二叉树实现程序,已经修改无误并通过测试。欢迎下载 -Binary tree data structure to achieve the most basic procedures have been modified and tested correctly. Welcome to download
  3. 所属分类:source in ebook

    • 发布日期:2017-11-26
    • 文件大小:961
    • 提供者:yangkun
  1. HuffmanTree

    0下载:
  2. 该系统应具有以下功能: (1) I:初始化(Initialization)。从终端读入字符集大小n,以及n个字符和n个权值,建立哈夫曼树,并将它存于文件hfmTree中。 (2) E:编码(Encoding)。利用已建好的哈夫曼树(如不在内存,则从文件hfmTree中读入),对文件ToBeTran中的正文进行编码,然后将结果存入文件CodeFile中。 (3) D:译码(Decoding)。利用已建好的哈夫曼树将文件CodeFile中的代码进行译码,结果存入文件TextFile中。
  3. 所属分类:Compiler program

    • 发布日期:2017-11-10
    • 文件大小:6523454
    • 提供者:Peter
  1. HFM

    0下载:
  2. 哈弗曼编码 ,用哈弗曼编码实现文件的压缩。 根据ascii码文件中各ascii字符出现的频率情况创建Haffman树,再将各字符对应的哈夫曼编码写入文件中,实现文件压缩。-Huffman coding
  3. 所属分类:assembly language

    • 发布日期:2017-11-24
    • 文件大小:2753
    • 提供者:张亚亚
  1. SBT

    0下载:
  2. 新兴的平衡树算法SizeBalanceTree的模板-SizeBalanceTree template
  3. 所属分类:source in ebook

    • 发布日期:2017-11-16
    • 文件大小:866
    • 提供者:taoistly
  1. Huffman

    0下载:
  2. 哈夫曼二叉树的带权值用C语言实现的源代码-Huffman binary tree with weights using the C language source code
  3. 所属分类:assembly language

    • 发布日期:2017-11-20
    • 文件大小:219458
    • 提供者:谭珊
  1. bitree

    0下载:
  2. 编写递归算法,在二叉树中求位于先序序列中第k个位置的结点的值- Write a recursive algorithm, and seeking in the first sequence binary sequence of k-th position of the value of a node
  3. 所属分类:assembly language

    • 发布日期:2017-11-18
    • 文件大小:757
    • 提供者:deng
  1. Untitled-1

    0下载:
  2. 运用js,css3实现深沉次的树的表单栏-Use js, css3 achieve deep sub-tree form fields
  3. 所属分类:MPI

    • 发布日期:2017-03-29
    • 文件大小:534
    • 提供者:陈越星
  1. stacknode

    0下载:
  2. 栈这种数据结构是一个工具性的数据结构,通常被其它复杂数据结构所使用。比如实现二叉树的遍历的非递归算法。下面就用C++模板实现栈数据结构的一个较完整代码!在书本《数据结构(C语言版)--严慰明》提到栈可以用数组,也可以用链表实现,这里只用链表实现这一数据结构。-This data structure is a stack instrumental data structure is often used for other complex data structures. Such as a bi
  3. 所属分类:MiddleWare

    • 发布日期:2017-04-02
    • 文件大小:2278
    • 提供者:liyuyu
  1. temp

    0下载:
  2. pb写的下拉树控件,下拉弹出框,使用方便.-pb wrote down the tree control, pull down the pop-up box, easy to use.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-24
    • 文件大小:46515
    • 提供者:小陈
  1. Main

    1下载:
  2. 这里我利用LabVIEW的Register变量和分离链地址法实现了一个类似于HashTable的员工信息存储,从而可以实现在限定范围内(5000员工)的快速搜索――复杂度为O(1),另外在存储员工的信息中加上直接下级员工的编号,就可以实现树型人员组织结构的遍历搜索。-Here I use the LabVIEW Register variables and separate chaining address method to achieve a similar HashTable employ
  3. 所属分类:LabView编程

    • 发布日期:2017-04-26
    • 文件大小:103131
    • 提供者:wenshao
  1. Binary-Tree

    0下载:
  2. 本代码实现二叉树的先序,中序的递归算法及非递归算法,并用递归实现了后序遍历-This code implements the first binary sequence, sequence of recursive algorithms and non-recursive algorithm, and realized after using recursive traversal
  3. 所属分类:source in ebook

    • 发布日期:2017-04-02
    • 文件大小:879
    • 提供者:zhang
  1. 286

    0下载:
  2. lex,yacc的c编译器,有语法树、代码生成等-c compiler based on yacc and lex,code generated
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:172739
    • 提供者:mudell
  1. llvm-qbasic-master

    0下载:
  2. QBASIC编译器,用yacc、lex等生成,生成语法树(AST),自动代码生成,静态链接运行库-llvm-qbc is a QBASIC compiler as well as an runtime library ( statically linked ).Based on yacc,
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:105946
    • 提供者:mudell
  1. project

    0下载:
  2. 编译原理minic编译器,使用java编写,可生成四元式,语法树-Compiler theory minic compiler, using java prepared, can generate quaternion type, syntax tree
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:82001
    • 提供者:yuling
  1. huffmantree

    0下载:
  2. 采用哈夫曼树结构的C语言程序,数据结构练习-Huffman tree structure using C language program, data structure exercises
  3. 所属分类:MiddleWare

    • 发布日期:2017-03-30
    • 文件大小:1243
    • 提供者:在于
  1. filesystem

    0下载:
  2.   编写并调试一个树型目录结构的文件系统,模拟文件管理工作流程。     1).设计多用户文件系统,采用多级文件目录。     2).至少要有十个以上的实用命令,应设置文件保护措施。 3).设计一个较实用的用户界面,方便用户使用,界面要为用户提供足够的选择信息,不需用户打入冗长的命令。-failed to translate
  3. 所属分类:OS Develop

    • 发布日期:2017-11-08
    • 文件大小:4805
    • 提供者:海鹰
  1. Treeview

    0下载:
  2. 使用delphi自带的treeview控件做的目录树显示 -Using delphi treeview control that comes with doing a directory tree display
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-01
    • 文件大小:24623
    • 提供者:along
  1. TinyXML

    0下载:
  2. TinyXML是一个开源的解析XML的解析库,能够用于C++,能够在Windows或Linux中编译。这个解析库的模型通过解析XML文件,然后在内存中生成DOM模型,从而让我们很方便的遍历这棵XML树-TinyXML is an open source parsing XML parsing library that can be used in C++, Windows or Linux can be compiled. The analytical model by parsing the
  3. 所属分类:Compiler program

    • 发布日期:2017-05-10
    • 文件大小:2239510
    • 提供者:孙磊
  1. 3_1

    0下载:
  2. 若用二叉链表作为二叉树的存储表示,试针对以下问题编写递归算法: 统计二叉树中叶结点的个数。 -If using the binary tree as a binary tree stores that try to prepare for the following recursive algorithm: Statistics mid-binary number of nodes.
  3. 所属分类:assembly language

    • 发布日期:2017-04-06
    • 文件大小:1061
    • 提供者:张敏
« 1 2 ... 24 25 26 27 28 2930 31 32 33 34 ... 37 »
搜珍网 www.dssz.com