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

搜索资源列表

  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. c 语言开发b-tree数据文件索引

    0下载:
  2. c 语言开发b-tree数据文件索引 .zip -b-tree data files Index c language b-tree index data files. Z IPS language b-tree index data files. zipc language b-tree data files Index . zip
  3. 所属分类:其它

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

    0下载:
  2. B-tree 在内存中的实现,包括插入、删除、查找。
  3. 所属分类:书籍源码

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

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

    • 发布日期:2008-10-13
    • 文件大小:96546
    • 提供者:liulihao
  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_plus_tree

    0下载:
  2. b plus tree in windows c-b plus tree in windows c++
  3. 所属分类:source in ebook

    • 发布日期:2017-04-04
    • 文件大小:2710
    • 提供者:Jaemin, Yu
  1. B

    0下载:
  2. Binary tree c plus plus code
  3. 所属分类:Editor

    • 发布日期:2017-11-28
    • 文件大小:2124
    • 提供者:loly
  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
    • 提供者:寻寻
  1. QT

    0下载:
  2. this cpp is about the skip list which is much better than the AVL tree and B tr-this cpp is about the skip list which is much better than the AVL tree and B tree
  3. 所属分类:source in ebook

    • 发布日期:2017-05-16
    • 文件大小:3668700
    • 提供者:yinyanling
搜珍网 www.dssz.com