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

搜索资源列表

  1. XML

    0下载:
  2. ML作为网络数据交换的标准技术,广泛应用于计算机软件.目前存储数据的主流手段是关系数据库,因此XML 文档与关系数据库之间必须进行转换。通过分析XML文档的层次结构,建立了XML文档树模型,并给出结点定义.依据 XML的BNF规则给出了元素与属性的正规表达式和相对应的状态转换图,设计了识别元素和属,|生的词法分析程序用于解 析XML文档。提出了XML文档树到关系数据库存储的转换思想和算法,并结合实例给出转换后的关系表.-XML has become a standard techno
  3. 所属分类:xml-soap-webservice

    • 发布日期:2017-03-31
    • 文件大小:429500
    • 提供者:叶新
  1. spatialindex-master

    0下载:
  2. R-tree开源源码,用于将地理特别是路网数据以树的形态存储起来-R-tree source code for storing geographic data
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:1228873
    • 提供者:tianyuan
  1. test3

    0下载:
  2. 用VC++,进行二叉树的建立,建立一个简单的二叉树,说明二叉树的数据结构的存储方式- With VC++, make build a binary tree, build a simple binary tree, indicating stored binary tree data structure
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-13
    • 文件大小:2939720
    • 提供者:曾经
  1. source

    0下载:
  2. 重点描述了增强二叉树的存储和性质,并编程实现相应功能-Key describes a storage and enhanced binary nature, and program the corresponding function
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2387
    • 提供者:孙旺宇
  1. LeftChild-RightChild

    0下载:
  2. 用二叉树的LeftChild-RightChild表示法存储二叉树,每个节点所含数据元素均为单字母,试编写按树状打印二叉树的算法.是学习数据结构很好的例子-Storing binary notation using binary tree LeftChild-RightChild, each node contains data elements are single-letter, written by the test print binary tree algorithm. Is a go
  3. 所属分类:Other systems

    • 发布日期:2017-04-27
    • 文件大小:279101
    • 提供者:冉戆
  1. 2010011016_e4_p1

    0下载:
  2. 编写五个函数,实现对二叉树的插入、复制、删除、非递归中序遍历和层序遍历操作,理解和掌握链式存储二叉树的性质和操作方法,同时进一步熟悉指针操作。-Write five functions to achieve the insertion of binary tree, copy, delete, and non-recursive preorder traversal sequence operations, understand and grasp the nature and operatio
  3. 所属分类:Data structs

    • 发布日期:2017-05-25
    • 文件大小:7842591
    • 提供者:林宇
  1. FileSystem

    5下载:
  2. 实验内容 1.设计和实现一个模拟文件系统,要求包括目录、普通文件和文件的存储。必须有自定义的数据结构,不能直接调用windows 的API函数,即不能只实现了一个壳。 2.文件系统的目录结构采用类似Linux的树状结构。 3.要求模拟的操作包括: a)目录的添加、删除、重命名; b)目录的显示(列表); c)文件的添加、删除、重命名; d)文件和目录的拷贝; e)文件的读写操作。 4.用户进入时显示可用命令列表;用户输入help时显示所有命令的帮助文档; 输入
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-13
    • 文件大小:2907571
    • 提供者:陈杰
  1. Arraytree-list

    0下载:
  2. 已知一棵二叉树的数组存储方式(即一个数组中以完全二叉树的对应方式放置了一棵二叉树) ,据此建立该二叉树的二叉链表,以某种遍历方式(前、中、后)进行结点的输出以检查建立结果。 -array to build tree
  3. 所属分类:Other systems

    • 发布日期:2017-05-13
    • 文件大小:2755211
    • 提供者:杨杰
  1. save-into-tree.cpp

    0下载:
  2. 将数据存储到二叉树,是c++程序,一个小功能的实现,有树的建立和保存-translate
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1377
    • 提供者:lll
  1. enhancedBST

    0下载:
  2. 增强二叉搜索树是二叉搜索树的一种推广,其中每个结点除了保存关键字外,还保存了 以该结点为根的子树的结点数目(包括该结点本身)。通常我们使用链式结构来存储二叉搜索树。在本实验中, 我们要求使用链式结构实现增强二叉搜索树,并实现其建立、复制、前/中/后序遍历、层高统计、结构从属判断等操作。-Enhanced binary search tree is a generalization of a binary search tree, where each node except to save th
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:21027
    • 提供者:wendy
  1. huftree

    0下载:
  2. 哈夫曼树 可以编码译码 显示树形结构 基本信息都由文件存储-Huffman coding and decoding can be displayed by a tree structure file storage basic information
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-03
    • 文件大小:893672
    • 提供者:周茉
  1. tree

    0下载:
  2. 数据结构中用VC++编写的树的基本存储结构,简单易懂。-VC++ data structures used to prepare the basic storage structure tree, easy to understand.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-03
    • 文件大小:563533
    • 提供者:wuweidong
  1. 1

    0下载:
  2. 关于二叉树的顺序存储结构的基本代码,基于C++语言环境。-On binary code base sequence storage structure, based on C++ language
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-30
    • 文件大小:102918
    • 提供者:wuweidong
  1. kong-jian-shu-ju

    0下载:
  2. 一棵具有n个节点的完全二叉树以顺序方式存储在数组A中。设计一个算法构造该二叉树的二叉链存储结构。-Complete binary tree with n nodes in a sequential manner are stored in the array A. Design an algorithm constructed binary chain storage structure of the binary tree.
  3. 所属分类:assembly language

    • 发布日期:2017-04-17
    • 文件大小:12662
    • 提供者:看清
  1. CATIA-V5-

    0下载:
  2. CATIA V5 遍历整个树结构的零件参数 读取 存储-CATIA V5
  3. 所属分类:software engineering

    • 发布日期:2017-04-12
    • 文件大小:1057
    • 提供者:jane wang
  1. wzh_zuoye

    0下载:
  2. 数据结构 二叉树的顺序栈 链表存储的 c++ 代码-code of binary tree using two ways
  3. 所属分类:Data structs

    • 发布日期:2017-04-30
    • 文件大小:436455
    • 提供者:li
  1. 5

    3下载:
  2. 《数据结构》 第5次上机题目 ( 二叉树 图 练习 ) 1.编程实现书P156 ADT Graph 基本操作13个,用邻接矩阵存储结构实现; 2. 哈夫曼树的建立。-" Data Structure" 5th title on the machine (Fig binary exercises) 1. Programming book P156 ADT Graph 13 basic operations, using adjacency matrix storage s
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:2767
    • 提供者:steve
  1. lmdb-mdb.master

    0下载:
  2. lmdb简介lmdb是openLDAP项目开发的嵌入式(作为一个库嵌入到宿主程序)存储引擎。其主要特性有:基于文件映射IO(mmap)基于B+树的key-value接口基于MVCC(M-LMDB is a tiny with some great capabilities: Ordered-map interface (keys are always sorted, supports range lookups) Fully transactional, full ...
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:163718
    • 提供者:scott
  1. EightQueens

    0下载:
  2. 一个用来研究八皇后问题的java小程序,采用递归算法遍历树来穷举所有符合要求的排列,存储后用图形界面表示出来。-Used to study a problem of the eight Queen of java applets, using recursive tree traversal algorithm to exhaustive array of all meet the requirements, storage, said later a graphical interface.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-30
    • 文件大小:8949
    • 提供者:yi84062
  1. er

    0下载:
  2. 遍历二叉树(*)任务:按先序次序输入二叉树中结点的值(一个字符),`0`表示空树,生成二叉树的二叉链表存储结构,然后按中序顺序遍历二叉树。-Binary Tree Traversal (*) Missions: According to the first sequence in the order of input binary tree node value (a character), `0` express empty tree, Binary tree generated list s
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-15
    • 文件大小:4829
    • 提供者:liao183652
« 1 2 ... 19 20 21 22 23 2425 26 »
搜珍网 www.dssz.com