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

搜索资源列表

  1. Structure

    0下载:
  2. 数据结构是计算机学科的一门核心课程。数据结构课程的 任务是讨论现实世界中数据的各种逻辑结构、在计算机中的存 储结构以及实现各种操作的算法等问题。掌握如何组织数据、 如何存储数据和如何处理数据的基本方法,从而更好地进行软 件开发和应用。 典型数据结构包括表、堆栈、队列、数组、串、树、二叉 树、图、递归程序设计、排序和查找方法,介绍的典型存储结 构包括顺序存储结构、链式存储结构以及这两种典型存储结构 的结合。本速查器采用C语言作为算法描述语言,所有算法和 设计
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:157446
    • 提供者:袁和平
  1. DataStructure

    0下载:
  2. 我的数据结构实验指导与练习题,非常经典的哈!《数据结构》是计算机几相关专业的一门核心基础课程,也是很多高校考研专业课之一。它主要介绍线性结构、树型结构、图状结构三种逻辑结构元素的存储实现,在此基础上介绍一些典型算法及时、空效率分析。这门课程的主要任务是培养学生的算法设计能力及良好的程序设计习惯。-Data Structure of Computer Algorithmic Language Experiment ,very nice to download it ,thank you!!!
  3. 所属分类:Data structs

    • 发布日期:2017-04-28
    • 文件大小:201328
    • 提供者:刘正朝
  1. Newtree

    0下载:
  2. 以二叉链表为存储结构,建立二叉树、先序遍历二叉树、求二叉树节点总数、叶子数、树高度的算法。队列抽象数据类型的顺序、链式表示与实现,并可对上面建立的二叉树按层次遍历。-List in Binary for the storage structure, the establishment of binary tree, the first tree traversal, and the total number of tree nodes, the number of leaves, tree he
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:24798
    • 提供者:韩非
  1. bitree

    0下载:
  2. 此代码描述的是对二叉树进行的操作!实验目的在于掌握二叉树的逻辑结构,存储结构已经对二叉树进行遍历操作!-This code is a binary tree described in the operation! Experiment aims to grasp the logic of binary tree structure, storage structure has been carried out on the binary tree traversal operation!
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:10769
    • 提供者:陈浩然
  1. minspantree

    0下载:
  2. 最小生成树的克鲁斯卡尔算法 采用邻接矩阵存储图,用树表示和实现集合操作-Kruskal minimum spanning tree algorithm uses the adjacency matrix memory map, with trees and realize that the collection operation
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:19704
    • 提供者:刘生生
  1. hfmcpp

    0下载:
  2. 赫夫曼编码本程序实现了使用赫夫曼编码压缩数据;输入一串字符串sourceCode——为方便理解,暂时要求字符串只包含大写字母和空格,如果你愿意, 很容易就可以推广到所有的字符——计算出字符串中各个字母的权重,然后对其进行赫夫曼编码,输出赫夫曼树。 将赫夫曼树的叶子结点存储到有序二叉树中,输出原字符串经压缩后得到的用 0 和 1 表示的新字符串destCode; 然后利用赫夫曼树将字符串destCode进行译码,得到目标字符串objCode,比较objCode和sourceCod
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:3737
    • 提供者:xhh
  1. 12302

    0下载:
  2. 3其中“2.gif”是树的贴图,存储为GIF文件格式。这是因为要使树的最终效果更好;要把图像的背景设置为背景透明,GIF文件格式可以存储一些背景颜色并将其转换成透明性信息,而JPG的格式不能存储透明性信息。-3 of them " 2.gif" is a tree map, storage for the GIF file format. This is because the net effect of the tree to make better to set the
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-07
    • 文件大小:797220
    • 提供者:沈欢
  1. TreeTraverse

    0下载:
  2. 二叉树的遍历操作,树结构用二叉链表存储,遍历时采用递归先序 中序 后序,层次遍历和非递归先序 中序 后序遍历-Binary tree traversal operations, binary tree structure list with storage, the use of recursive traversal sequence in the sequence after the first sequence, level and non-recursive traversal sequ
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:211451
    • 提供者:
  1. Dijkstra

    0下载:
  2. Set的实现是通过2叉排序树来实现,就是将所有的元素用一个树来存储,根元素大于左子树的元素,小于右子树的元素,所有的操作都是基于这个树,通过判断元素的大小来选择对左子树操作还是右子树操作,这样操作数量和树的层数成正比-Set by the realization of two binary sort tree to achieve, that is, all the elements to store a tree, the root element is greater than the le
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:42780
    • 提供者:zhangzhenzhong
  1. jiaohuanzuoyouzishu

    0下载:
  2. 已知二叉树采用二叉链表存储结构,编写一个算法交换二叉树所有左、右子树的位置,即结点的左子树变为结点的右子树,右子树变为左子树。-Known binary tree using linked list storage structure, the preparation of a binary tree algorithm for the exchange of all the left and right subtree of the location, that is, the left no
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:148969
    • 提供者:李月
  1. tongjierchashujiedian

    0下载:
  2. 采用二叉链表结构存储一棵二叉树,编写一个算法统计该二叉树中结点总数及叶子结点总数。-Binary list using a binary tree structure of storage, the preparation of a statistical algorithm of the binary tree nodes and the total number of the total number of leaf nodes.
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:150776
    • 提供者:李月
  1. PreorderInorderPostorder

    0下载:
  2. 数据结构二叉树的建立与遍历,实验内容是以二叉链表作为存储结构,对建立的二叉树进行遍历(先序,中序,后序),采用递归方法实现。-Binary tree data structure and traversal of the establishment of the experimental binary content is stored as a linked list structure for the establishment of the binary tree traversal (f
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:14229
    • 提供者:
  1. 123

    0下载:
  2. 1. 掌握HUFFMAN树的建树和译码。 2. 深入理解HUFFMAN树的原理和执行步骤。 3. 理解HUFFMAN的存储结构。 -make your 11111111111
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:24673
    • 提供者:陈胜
  1. hftree

    0下载:
  2. 一开始将所有的2n-1个节点的parent,lchild,rchild都赋初值-1 对于每个非叶子节点ht[i](存放在ht[n]~ht[2n-1]中),从h[0]~ht[i-1]中找到两个最小的且parent=-1(即还未加入到haffuman树中的节点,设为smin,fmin)作为ht[i]左右孩子,并且修改ht[i]的权值ht[i].w=ht[smin].w+ht[fmin].w 如此反复直到所有非叶子节点均已处理完 树的结点元素类型如下 struct htnode
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:1954
    • 提供者:自由鸟
  1. include

    0下载:
  2. 用一个结构体存储每个节点,每个结构体包括一个char 和指向左右孩子的指针,每次扫进来它自身的char和i, 如果i为偶则放进左子树,否则放进右子树。然后就是利用递归前序遍历此树-Structure with a store on each node, each structure includes a char and a pointer to the children about each sweep into its own char and i, for even if i was in
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4699
    • 提供者:闫晨曦
  1. tudeshenduheguangdusousuo

    0下载:
  2. 以二叉树作为存储结构,然后对进行的图的广度和深度搜索以及图的曾需便利等基本操作-tudeguanduheshendusousuo
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:1044
    • 提供者:小方
  1. BiTree

    0下载:
  2. 有关二叉树的存储结构和遍历,说明详细,代码清楚,很好的选择-Storage of the BiTree structure and the traversal
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:69632
    • 提供者:yuhaiwei
  1. FamilyTree

    0下载:
  2. 程序的要求是要用树的结构来存储家谱信息,能实现创建、保存、修改、删除、增加等功能。
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:165645
    • 提供者:swekey
  1. cyuyanshishangbianchengbaili

    0下载:
  2. 第二篇 文件操作 实例24 文件加密(1) 实例25 文件加密(2) 实例26 批处理程序的加密 实例27 给自己的程序加上行号 实例28 文件分割程序 实例29 删除目录树 实例30 显示系统文件表 实例31 显示一个目录的存储内容 实例32 递归读取磁盘文件 实例33 C语言直接读取FoxPro的.DBFYYWR 实例34 用索引文件读取数据项 实例35 加密数据库 第三篇 系统调用 实例36 用C语言内嵌汇编语言实现
  3. 所属分类:source in ebook

    • 发布日期:2017-05-22
    • 文件大小:7130226
    • 提供者:qunniao
  1. pyinotify

    0下载:
  2. 大量小文件的实时同步方案,通过Hash Tree来实现同步,既有通过日志来同步的软实时特点(msyql, bdb等),也可以保证最终数据的一致性(rsync, unison等)。Hash Tree的大体思路是将所有数据存储成树状结构,每个节点的Hash是其所有子节点的Hash的Hash,叶子节点的Hash是其内容的Hash。这样一旦某个节点发生变化,其Hash的变化会迅速传播到根节点。需要同步的系统只需要不断查询跟节点的hash,一旦有变化,顺着树状结构就能够在logN级别的时间找到发生变化的内
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:1731
    • 提供者:wuyou
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 24 »
搜珍网 www.dssz.com