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

搜索资源列表

  1. MaxDistance

    0下载:
  2. 求出二叉树中距离最大的两个结点的距离,但是不输出这段路径-Obtained from the distance of the two nodes in a binary tree, but this path is not output
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-04
    • 文件大小:523308
    • 提供者:王咏乾
  1. trees-DLR-and-LDR

    0下载:
  2. 设二叉树结点值为大写字母,输入二叉树的前序遍历和中序遍历序列,生成此二叉树,输出该二叉树的后序遍历和按层次遍历序列。输入某结点值,在二叉树中查找该结点,若该结点存在,则输出从根到该结点的路径,否则给出不存在信息。 -Let binary tree node value of capital letters input binary tree preorder traversal and inorder traversal sequences, this binary tree is gene
  3. 所属分类:GUI Develop

    • 发布日期:2017-11-13
    • 文件大小:1412
    • 提供者:李涛
  1. xydh

    1下载:
  2. 题目六:校园导游咨询 【问题描述】:设计一个校园导游程序,为来访的客人提供各种信息查询服务。 【基本要求】:(1)设计你的学校的校园平面图,所含景点不少于十个。以图中顶点表示校内各景点,存放景点名称、代号、简介等信息;以边表示路径,存放路径长度等相关信息。 (2)为来访的客人提供图中任意景点相关信息的查询。 (3)求出校园平面图的最小生成树。 -Title VI: The Campus Guide consulting Problem Descr iption: Des
  3. 所属分类:Data structs

    • 发布日期:2016-06-13
    • 文件大小:449536
    • 提供者:
  1. h5ai-develop

    0下载:
  2. 尽管对于大多数网站来说并不会将网站目录设置成可浏览。但有时候,它还是一种共享文件和展示文件的简便方法。Apache默认的目录列表和索引页面不太漂亮,而且功能有限。h5ai专门提供了一个模板来改进该页面,并提供包屑路径导航和树型概述功能。 -Although most sites are not website directory will be set to the browser. But sometimes, it is also an easy way to share files a
  3. 所属分类:JavaScript

    • 发布日期:2017-11-13
    • 文件大小:530647
    • 提供者:eepudn35c
  1. hafuman

    1下载:
  2. 【问题描述】已知输入一串正整数,正整数之间用空格键分开,请建立一个哈夫曼树,以输入的数字为叶节点,求这棵哈夫曼树的带权路径长度。 【输入形式】首先输入正整数的个数,然后接下来为接下来的正整数,正整数个数不超过10个 【输出形式】输出相应的权值 【样例输入】5 4 5 6 7 8 【样例输出】69 -The length of the descr iption of the problem is known to enter a positive integer, a posi
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-15
    • 文件大小:197412
    • 提供者:wendy
  1. gra

    0下载:
  2. 1.以邻接表作存储结构,编写深度优先、广度优先的算法。 2、以邻接表作存储结构,编写最小生成树的算法。 3、以邻接表作存储结构,编写最短路径的算法。 1.以邻接表作存储结构,使用非递归方式编写深度优先、广度优先的算法。 -Adjacency list storage structure, writing depth first, breadth-first algorithm. 2 adjacency list storage structure, the preparati
  3. 所属分类:Data structs

    • 发布日期:2017-11-04
    • 文件大小:772844
    • 提供者:
  1. bst

    0下载:
  2. 与次优二叉树相对,二叉排序树是一种动态树表。其特点是:树的结构通常不是一次生成的,而是在查找过程中,当树中不存在关键字等于给定值的节点时再进行插入。新插入的结点一定是一个新添加的叶子节点,并且是查找不成功时查找路径上访问的最后一个结点的左孩子或右孩子结点-Relative to the sub-optimal binary tree, binary sort tree is a dynamic tree table. Its characteristics are: the structure
  3. 所属分类:Data structs

    • 发布日期:2017-11-30
    • 文件大小:2309
    • 提供者:崔一垒
  1. .Net-Applications

    0下载:
  2. 探险家v1.1更新,许多错误被修正了。这个控制复制你的标准windows资源管理器,没有内置的文件操作等1。网络图,2。树状视图,3。列表视图图标大小和4。选择路径。只需单击一个按钮在工具栏以激活这些选项。完整源代码dll包含在项目,其他增强功能包括自动更新后的文件列表FileSystemNotifications TreeView和,如。目录和文件、删除、移动和复制操作。还包括CD通知。只是负载c# Form1项目,查看示例。如果你想控制在自己的项目中,您所要做的就是添加一个引用dll中导航。
  3. 所属分类:Windows Develop

    • 发布日期:
    • 文件大小:117746
    • 提供者:绿茶
  1. java-File

    0下载:
  2. 这是我在学习java SE I/O时写的小段子。主要实现以树形方式展现出该目录中的所有子目录和文件。 另外, 在展现的时候将目录排在上面,文件排在下面。每一层要加上缩进。 文件是jre6文件夹,我想这文件夹就不用我说什么了。换上自己的文件路径就可以了。新手上路,只希望打好基础。望有大家多多指点!-This is my learning java SE I/O when writing small pieces. The main achievement to show the way out o
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:698
    • 提供者:
  1. Dome

    2下载:
  2. 1.采用链式结构实现任意多项式的存储,求两个多项式的和。 2.假设自上而下按层次,自左至右输入每个结点的一个三元组(D, P, L/R)。其中D为本结点的元素,P为其父结点,L指示D为P 的左孩子,R指示D为P的右孩子。试写一个建立二叉树在内存的双链表示算法,并实现先根、中根、后根以及层序遍历算法。 3.采用邻接矩阵实现有向网的存储,建立有向网,并实现单源最短路径算法。-1 using an arbitrary polynomial chain structure of storag
  3. 所属分类:Windows编程

    • 发布日期:2013-10-27
    • 文件大小:7352
    • 提供者:白杨
  1. floyd

    0下载:
  2. floyd算法主要用于最小生成树,最短路径,把散点输进去,就可以生成最短路径-loyd algorithm is mainly used for minimum spanning tree, shortest path, the scatter lost in, you can generate the shortest path
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1911
    • 提供者:袁金恒
  1. Nearest-Common-Ancestors

    0下载:
  2. In the figure, each node is labeled with an integer from {1, 2,...,16}. Node 8 is the root of the tree. Node x is an ancestor of node y if node x is in the path between the root and node y. For example, node 4 is an ancestor of node 16. Node 10 is al
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:486850
    • 提供者:cam
  1. Huffman-encoding

    0下载:
  2. 哈夫曼树可用于构造使电文的编码总长最短的编码方案。具体做法如下:设需要编码的字符集合为{d1,d2,…,dn},它们在电文中出现的次数或频率集合为{w1,w2,…,wn},以d1,d2,…,dn作为叶结点,w1,w2,…,wn作为它们的权值,构造一棵哈夫曼树,规定哈夫曼树中的左分支代表0,右分支代表1,则从根结点到每个叶结点所经过的路径分支组成的0和1的序列便为该结点对应字符的编码,我们称之为哈夫曼编码。-Huffman encoding can be used to construct the
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:49641
    • 提供者:汉化后
  1. HFMModel

    0下载:
  2. 由文本字符及字符在文本文件中出现的频率,构造带权路径最短的最优二叉树(哈夫曼树),并依此为基础构造字符的前缀编码(哈夫曼编码)。-Frequency of text characters and characters that appear in the text file, with the right to construct the shortest path to the optimal tree (Huffman tree), and so the basic structure fo
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2844
    • 提供者:宋song
  1. main

    0下载:
  2. 1.掌握图的基本存储方法:邻接矩阵和邻接表(本程序中使用邻接矩阵); 2.掌握有关图的基本操作算法并能使用高级语言实现(本程序使用C语言); 3.掌握图的深度优先搜索遍历和广度优先搜索遍历算法; 4.掌握图的最小生成树的两种算法:prim算法和kruskal算法。 5.掌握图的最短路径的两种算法:DIJ算法和floyd算法。 -1 The basic storage methods mastered graph: adjacency matrix and adjacency
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:3894
    • 提供者:奋斗菠萝
  1. Data-Structure-and-algorithms-CPP

    0下载:
  2. c++实现数据结构的所有代码。包括线性表,树,图,排序,hash等。线性表实现堆栈,队列及约瑟夫环等多个应用,树实现哈夫曼树编码及译码,AVL树,线索化二叉树,森林和二叉树的相互转化等等,图实现图的几种建立方法,拓扑排序,最短路径,最大连通子图,双连通分量,最小生成树,关键路径算法等等,排序实现归并排序,快速排序,堆排序,shell排序,冒泡排序,选择排序,插入排序等,并对性能进行分析。hash实现闭散列表,开散列表,带溢出表的内散列表等,并使用5种hash函数。帮助同学们系统的学习数据结构及算
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-21
    • 文件大小:6297927
    • 提供者:汪景行
  1. 123

    0下载:
  2. 4-08. 目录树 在ZIP归档文件中,保留着所有压缩文件和目录的相对路径和名称。当使用WinZIP等GUI软件打开ZIP归档文件时,可以从这些信息中重建目录的树状结构。程序实现目录的树状结构的重建工作。-The 4-08. directory tree in ZIP archive files, keep all the compressed file and directory relative path and name. When using the WinZIP GUI softwar
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1142
    • 提供者:李迪
  1. code

    0下载:
  2. binary tree asm lab1-In computer science, binary tree is a widely used data structure. Here we will look at infinite binary tree where the node is a pair of integers. The tree is constructed as follows: 1. The root is the pair (1,1). 2. If a node
  3. 所属分类:Other systems

    • 发布日期:2017-05-09
    • 文件大小:1969960
    • 提供者:zhangshuyuan
  1. FindTargetAndReturnPathInBinaryTree

    0下载:
  2. 实现了在二叉树中找到定值的所有路径的结果。路径是指从根节点到叶子节点的所有节点。-Results found all paths to achieve a given value in the binary tree. Path refers to all nodes the root to the leaf nodes.
  3. 所属分类:Console

    • 发布日期:2017-05-07
    • 文件大小:1451306
    • 提供者:张伟
  1. loc_api_cb_svc

    0下载:
  2. If moving libwebp out of skia source tree, path for webp headers must be updated accordingly. Here, we enforce using local copy in webp sub-directory.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:6747
    • 提供者:jbziujou
« 1 2 3 4 56 »
搜珍网 www.dssz.com