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

搜索资源列表

  1. 编译原理及实践

    1下载:
  2. 目      录 译者序 前言 第1章   概论 1 1.1   为什么要用编译器 2 1.2   与编译器相关的程序 3 1.3   翻译步骤 5 1.4   编译器中的主要数据结构 8 1.5   编译器结构中的其他问题 10 1.6 &
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-04-25
    • 文件大小:7612048
    • 提供者:wesong
  1. 南京市部分公交转车系统

    1下载:
  2. a)需求分析: 任务:建立南京主要公交线路图。 要求:输入任意两地点,给出最佳的乘车线路和转车地点。 b)概要设计: 本程序所使用的数据结构是树和线性表,所使用的算法主要有堆排序、赫夫曼算法。 -a) Requirements Analysis : Mandate : the establishment of the Nanjing main transit route map. Requirements : 2 importation arbitrary locations
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2683
    • 提供者:李韦纬
  1. 统计英文文章的字符个数并huffman编码

    4下载:
  2. a)需求分析: 任务 :对一篇英文文章,统计各字符出现的次数,实现Huffman编码; 要求:输出每个字符出现的次数和编码,其中求最小权值要求用堆实现; b)概要设计: 本程序所使用的数据结构是树和线性表,所使用的算法主要有堆排序、赫夫曼算法。 -a) Requirements Analysis : Mandate : an article in English, statistics of the number of characters to achieve Huffma
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2838
    • 提供者:李韦纬
  1. 图书馆V2

    0下载:
  2. 一个采用B-树数据结构制作的图书馆管理程序,功能较简单,适合大学生数据结构参考使用-use a B-tree data structures produced by the library management procedures and functions than simple data structure suitable for college students to use reference
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:6450
    • 提供者:吴晓辉
  1. binarytree-bianli

    0下载:
  2. 从键盘输入9个字符F B A D E C H G M。 • 查找结点E,并输出该结点的指针。 • 前序、中序和后序遍历输出该二叉树。 -input from the keyboard characters F 9 A B C D E G H M.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:5710
    • 提供者:cara
  1. CB_Tree

    0下载:
  2. 本人早期用c++实现的b树的数据结构实例,在vc2005上调试通过,给大家参考下!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:318947
    • 提供者:唐春晖
  1. btree

    0下载:
  2. b+树索引文件的节点添加、删除、查找,以及生成索引文件
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:7382
    • 提供者:lp
  1. B-tree(c++)

    0下载:
  2. B-树演示程序(vc++)可执行程序.rar
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:96546
    • 提供者:liulihao
  1. c

    0下载:
  2. 通过用B树建立索引的源代码,玩玩而已的,不成可以作为参考的
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2062
    • 提供者:程明
  1. C++ 实现B树

    1下载:
  2. C++ 实现B树
  3. 所属分类:其它

  1. huofumanj

    0下载:
  2. 霍夫曼解码 给出码表的 编码的结果就是使每一个字符的编码都与另一个字符编码的前一部分不同.不可能出现像a:00,b:001这种情况.这样就不会遇到莫棱两可的情况了. 这是由二叉树的特点决定的,编码是由从根结点到一个叶子的路径决定的.不同的叶子对应的这种路径不可能出现像a:00,b:001这种情况.你可以画画二叉树图,就懂了. -Huffman decoding code table is given
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:113942
    • 提供者:曾啸
  1. avl-2.0.3

    0下载:
  2. avl树的介绍和源代码,包含avl树、红黑树等-introduction to avl tree and R-B tree
  3. 所属分类:source in ebook

    • 发布日期:2017-05-17
    • 文件大小:4626533
    • 提供者:黄开炳
  1. Dictory

    1下载:
  2. 用B-树作为查找存储结构,对中文单词进行哈希,用最长逆向匹配算法进行中文句段分词,实现中文词典以及分词。中文词典规模为十万八千多词汇。分词的正确率在90 以上。-Use the B-tree as storage structure , and hash the Chinese word while storing or searching. Use the longest reverse matching algorithm to split Chinese sentence to word
  3. 所属分类:MultiLanguage

    • 发布日期:2014-12-28
    • 文件大小:798764
    • 提供者:康维鹏
  1. 2010

    0下载:
  2. 实现B树的数据管理功能用于数据结构课程设计-B Tree Implementation of data management capabilities for data structure course design
  3. 所属分类:source in ebook

    • 发布日期:2017-04-06
    • 文件大小:411681
    • 提供者:paul
  1. 1

    0下载:
  2. 这是我自己编写的,关于多路树查找-外部查找(B树)【源代码】-This is what I have written, and on the multi-tree search- Find External (B tree) 【Source】
  3. 所属分类:assembly language

    • 发布日期:2017-04-14
    • 文件大小:3639
    • 提供者:张岩
  1. B_Tree

    2下载:
  2. B树的表示及基本操作的实现。 1.掌握B树的存贮结构。 2.实现B树中关键字值的插入及删除操作。 3.练习屏幕图形化的显示。 -Representation of the B-tree and the realization of the basic operations. 1. The master of the B-tree storage structure. 2. Keyword value in the B-tree insert and delete operatio
  3. 所属分类:source in ebook

    • 发布日期:2016-11-16
    • 文件大小:290816
    • 提供者:田顺建
  1. ddd

    0下载:
  2. B树功能的基本实现(B树的插入,查找,删除等)。只有基本构造。不能执行-The basic function of the B-tree implementation (B tree insertion, search, delete, etc.). Only basic structure. Can not be executed
  3. 所属分类:assembly language

    • 发布日期:2017-11-10
    • 文件大小:2015664
    • 提供者:kimi
  1. CP_work_8

    2下载:
  2. 设计一个四则表达式分析软件,其接受从文件或键盘输入的四则表达式(运算对象支持整数和变量),给出该表达式的二叉树表达形式,并在键盘上按后续遍历方式输出该二叉树。 例如,输入a+b*c,输出 a b c * + 提示:参考下列的设计指导: 递归下降分析法实验设计思想及算法 为G的每个非终结符号U构造一个递归过程,不妨命名为U。U的产生式的右边指出这个过程的代码结构: (1)若是终结符号,则和向前看符号对照,若匹配则向前进一个符号;否则出错。 (2)若是非终结符号,
  3. 所属分类:Compiler program

    • 发布日期:2014-05-22
    • 文件大小:152576
    • 提供者:jchen
  1. BPlusTree

    0下载:
  2. 编程实现B+树,功能要求: ① 插入关键字 ② 删除关键字 ③ 查找关键字-Programming implementation of B+ tree, functional requirements: 1) insert the key word (2) the delete key (3) to find the key
  3. 所属分类:source in ebook

    • 发布日期:2017-04-29
    • 文件大小:8834
    • 提供者:张将
  1. cleanProjectCPlusPlus

    0下载:
  2. 2 尝试设计翻译方法。假定对程序片段已得到语法树,如 if (a > b) b = a 已得到语法树 编写程序,遍历语法树,执行代码,得到正确结果。 -2 try to design Translation. Has been assumed for the program fragment syntax tree, such as if (a> b) b = a syntax tree has been writing programs, travers
  3. 所属分类:Compiler program

    • 发布日期:2017-04-30
    • 文件大小:50453
    • 提供者:寻寻
搜珍网 www.dssz.com