CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - B 树

搜索资源列表

  1. hafuman

    0下载:
  2. 一 . 需求分析: 1) 输入形式和输入值范围: 输入形式是要压缩(或者要解压)的文件路径,输入范围是字符串,而且要是文件的路径。 2) 输出形式: 输出相应的编码压缩文件和解码原文件 3) 程序所能达到的功能: 利用哈夫曼对ASCII文件做不等长编码,达到压缩文件。利用哈夫曼树的遍历,达到解压文件的目的。程序的功能也就是实现压缩和解压ASCII类型文件的目的。 4)测试数据:(包括正确的输入数据及其输出结果和含有错误输入及其输出结果) 测试输
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:260371
    • 提供者:huangfeng
  1. tree

    0下载:
  2. 严版数据结构。二叉树。功能齐全。经过调试。没有b+b_ 树。(c语言)。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:22889
    • 提供者:caixu
  1. BPTree

    0下载:
  2. 程序通过B树的存储结构,实现了B树的构造,显示,关键字的插入删除等基本索引功能-Program through the B-tree storage structure, to achieve a B-tree structure display keyword insertion and deletion basic indexing feature
  3. 所属分类:Data structs

    • 发布日期:2017-11-13
    • 文件大小:6771
    • 提供者:pxxxb
  1. Btree.rar

    0下载:
  2. 一个简单的b树的实现,可方便实现简易数据库,The realization of a simple b-tree, easy to implement simple database
  3. 所属分类:Data structs

    • 发布日期:2017-12-05
    • 文件大小:3504
    • 提供者:王建
  1. BTree

    0下载:
  2. c++实现的b+树源代码,由basetree生成出Btr-b plus tree completed by c++
  3. 所属分类:Data structs

    • 发布日期:2017-11-19
    • 文件大小:9455
    • 提供者:xun
  1. BP

    0下载:
  2. 实现了B+树的建立,查找,节点分裂,可以直接运行-Realized B+ tree establishment, find, node splitting can be run directly
  3. 所属分类:Data structs

    • 发布日期:2017-11-14
    • 文件大小:875
    • 提供者:宁淡淡
  1. 2009011320

    0下载:
  2. 四子棋ai,使用图形界面,可以人机对战,使用a-b树实现-Line4 ai, using the graphical interface, you can man-machine war, the use of ab tree implementation
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-06
    • 文件大小:412246
    • 提供者:康乐
  1. bplus_tree

    0下载:
  2. C语言描述 B+树。全英文注释,非常详细。在GPLv3协议下发布。实现了增加、删除结点等常用功能。-C language descr iption B+ trees. Comments in English and very detailed. Released under the GPLv3. Achieve add, delete nodes and other common functions.
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:9831
    • 提供者:mike
  1. tushuguanli

    0下载:
  2. 数据结构实习5中的图书管理系统,采用B树和文件操作实现。-Data structure practice 5 of library management system, the use of B-trees and file operations implementation.
  3. 所属分类:Data structs

    • 发布日期:2017-05-20
    • 文件大小:6041263
    • 提供者:李辉
  1. search

    0下载:
  2. 有关数据结构查找的一些讲解,包括二叉树查找,B+树、B-树查找,哈希算法等内容。-Find some of the relevant data structure to explain, including the binary search, B+ tree, B-tree search, hash algorithms and so on.
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:360553
    • 提供者:shuai
  1. 04BTree

    0下载:
  2. 数据结构的查找算法当中利用B树来查找的算法。包括B树的数据结构,非常实用的C语言源代码-Data structure in which the use of B-tree search algorithm to find algorithms. Including the B-tree data structure, a very practical C language source code
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:2162
    • 提供者:zb
  1. p2

    0下载:
  2. 简单实现了2-3order B+树的插入。具体解释在程序中有-Simply insert the realization of 2-3order B+ tree. There are specific explanation in the program
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2335
    • 提供者:zzq
  1. BTree

    0下载:
  2. B树的JAVA语言实现,B树是一棵平衡树,可用于一维数据的高效索引-B-tree JAVA language, B tree is a tree balanced tree can be used for efficient indexing one-dimensional data
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:35487
    • 提供者:ql
  1. btree

    0下载:
  2. 使用visual studio 2012在C++环境中实现B树的插入,删除等功能-Use visual studio 2012 to achieve B tree in C++ environment to insert, delete, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3128
    • 提供者:李噹噹
  1. BPTree

    0下载:
  2. b+树能够实现节点添加,节点删除,节点查找功能,非常适合初学者学习-b+ tree node can be achieved to add, delete nodes, node search function, very suitable for beginners to learn
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:19833
    • 提供者:Igniz
  1. BTree

    0下载:
  2. 基础JAVA语言的B树索引算法的具体代码实现细节-JAVA language specific code base B-tree indexing algorithm implementation details
  3. 所属分类:Data structs

    • 发布日期:2017-05-11
    • 文件大小:2250140
    • 提供者:李四
  1. treen

    0下载:
  2. B+树的实现,java语言实现,数据结构代码-Achieve B+ tree, java language, data structure of the code
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:25460
    • 提供者:段晓冉
  1. bplustree

    0下载:
  2. c语言实现的B+树,数据都在内存中,实现了插入和删除-bplustree in c
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:5901
    • 提供者:魏亚运
  1. Bitree,graph

    0下载:
  2. 关于c语言数据结构中的b树和一些图表的表现
  3. 所属分类:数值算法/人工智能

  1. American Options

    5下载:
  2. 用多种方法求解美式期权定价问题,其中包括二叉树方法,有限差分法,最小二乘蒙特卡洛模拟法(LSM法),并对这几种方法进行了对比(Several methods are used to solve American option pricing problems, including binary tree method, finite difference method, least squares Monte Carlo simulation method (LSM method). These
  3. 所属分类:matlab例程

    • 发布日期:2019-07-03
    • 文件大小:250880
    • 提供者:西可可
« 1 2 3 4 5 6 78 9 10 »
搜珍网 www.dssz.com