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

搜索资源列表

  1. test10

    0下载:
  2. (1) 掌握图的邻接矩阵、邻接表、十字链表等不同存储形式的表示方法。 (2) 掌握图的两种不同遍历方法的基本思想并能编程实现。 (3) 掌握构造最小生成树的两种算法,即Prim 算法和Kruscal算法的思想,并能编程实现。 (4) 能够灵活运用图的相关算法解决相应的实际问题。 -(1) master the adjacency matrix, adjacency list, cross-linked forms of representation of different st
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:1258
    • 提供者:yuan li
  1. HuffmanFinal

    0下载:
  2. 掌握结构体、指针及二叉树的生成、遍历等操作掌握霍夫曼编码/译码的原理。-Master structures pointer and binary tree traverse the generation of operate the master Huffman coding/decode principle
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1230
    • 提供者:周运红
  1. B_Tree

    1下载:
  2. B树的表示及基本操作的实现。 1.掌握B树的存贮结构。 2.实现B树中关键字值的插入及删除操作。 3.练习屏幕图形化的显示。 -B-tree representation and basic operations. A. Master of B-tree storage structure. Two. Keyword values, insert and delete operations in the B-tree. 3. Practice-screen gr
  3. 所属分类:数据结构常用算法

    • 发布日期:2016-11-16
    • 文件大小:168395
    • 提供者:luokun
  1. Traverse

    0下载:
  2. 树的遍历,数据结构必须掌握的算法之一,在很多系统中都需要用到它的思想,很重要-Tree traversal, data structures, algorithms one must master, in many systems need to use its ideology, it is important
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1443
    • 提供者:赵阳
  1. 掌握赫夫曼树建立方法及其在编码上的应用

    0下载:
  2. 实验目标:掌握赫夫曼树建立方法及其在编码上的应用-Experimental objectives: to master the Huffman tree building method and its application on the coding
  3. 所属分类:汇编语言

    • 发布日期:2017-11-12
    • 文件大小:112101
    • 提供者:jhb12343
  1. 掌握赫夫曼树建立方法及其在编码上的应用

    0下载:
  2. 实验目标:掌握赫夫曼树建立方法及其在编码上的应用-Experimental objectives: to master the Huffman tree building method and its application on the coding
  3. 所属分类:汇编语言

    • 发布日期:2017-11-10
    • 文件大小:106682
    • 提供者:jhb12343
  1. 赫夫曼树建立方法及其在编码上的应用

    0下载:
  2. 实验目标:掌握赫夫曼树建立方法及其在编码上的应用-Experimental objectives: to master the Huffman tree building method and its application on the coding
  3. 所属分类:汇编语言

    • 发布日期:2017-11-08
    • 文件大小:253334
    • 提供者:jhb12343
  1. Bitreesearch

    0下载:
  2. 算法设计与分析 实验 构造二叉排序树。进行中序遍历显示树的数据 包括主类和二叉树类和排序算法-Binary sort tree structure of algorithm design and analysis of experiments. The inorder traversal tree data including master classes and binary tree class and sort algorithms
  3. 所属分类:Data structs

    • 发布日期:2017-12-02
    • 文件大小:1487
    • 提供者:xr0517
  1. zuiyousanjiaopoufen

    0下载:
  2. 算法设计与分析 实验 最有三角剖分 源码 和书上的原先要求一致-Binary sort tree structure of algorithm design and analysis of experiments. The inorder traversal tree data including master classes and binary tree class and sort algorithms
  3. 所属分类:Data structs

    • 发布日期:2017-12-04
    • 文件大小:899
    • 提供者:xr0517
  1. 2

    0下载:
  2. 掌握二叉树的链式和顺序存储结构,利用队列对二叉树进行运算。 二、实验内容: 1) 编写函数creatbt,其功能是将一维数组方式存储的二 叉树转化为链式存储的二叉树,返回root指针。 2) 编写函数freebt,其功能是释放二叉树链表节点的存储 空间。函数原型为:void freebt (TNODE * root) 3) 编写函数实现前序、中序和后序遍历; -Master chain and sequential storage structure of the binar
  3. 所属分类:Algorithm

    • 发布日期:2017-11-20
    • 文件大小:1221
    • 提供者:me20082010
  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. data-structure-experiment

    0下载:
  2. 数据结构实验:用C++实现二叉树的结点总数、叶子结点个数和深度,能够很好地掌握二叉树及对二叉树进行遍历。-Experimental data structure: it uses C++ to achieve the total number of nodes of the binary tree, the leaf node number and depth, you can master the binary tree and binary tree traversal.
  3. 所属分类:Other systems

    • 发布日期:
    • 文件大小:1023
    • 提供者:Li Dan
  1. PhoneBook

    1下载:
  2. 掌握树形控件(Tree Control)、时间日期控件(Date Time Picker)、分割线(Picture Control)的使用;掌握拖拽、移动、释放左键等鼠标事件的使用。-Master tree control (Tree Control), the date and time controls (Date Time Picker), the dividing line (Picture Control) use grasp drag, move, release the left
  3. 所属分类:TreeView

    • 发布日期:2017-11-12
    • 文件大小:8421543
    • 提供者:万利
  1. CSharp

    0下载:
  2. Windows 操作系统的注册表包含了很多有关计算机运行的配置方式,打开注册表我们可以看到注册表是按类似于目录的树结构组织的,其中第二级目录包含了五个预定义主键分别是:HKEY_CLASSES_ROOT,HKEY_CURRENT_USER,HKEY_LOCAL_MACHINE,HKEY_USERS,HKEY_CURRENT_CONFIG。-Windows operating system registry contains a lot of information about the compu
  3. 所属分类:CSharp

    • 发布日期:2017-11-21
    • 文件大小:1719
    • 提供者:well jackson
  1. DelphiForYY

    0下载:
  2. 实现语音 Can you dynamically change designer localization as well as preview windows ? How can you transfer an array of variables from Delphi into FR ? During compilation of the project, a message shows ?Class TfrxButtonControl not found . How
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-07
    • 文件大小:304468
    • 提供者:wujxiong0001
  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. pro.3

    0下载:
  2. 哈夫曼树的应用和实现 通过构造哈夫曼树及哈夫曼编码,掌握树型数据结构的基本实现方法。-Huffman tree application and by constructing Huffman tree and Huffman coding, to master the basic method tree data structure.
  3. 所属分类:CSharp

    • 发布日期:2017-05-03
    • 文件大小:737869
    • 提供者:Frozen
  1. graph

    0下载:
  2. 掌握图的两种存储结构; 掌握Dijkstra算法; 掌握Prim及Kruskal算法; 邻接矩阵、最短路径及其长度 邻接表、最小生成树 -Learn two storage structure Master Dijkstra algorithm Master Prim and Kruskal algorithm Adjacency matrix, and the length of the shortest path Adjac
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-24
    • 文件大小:191734
    • 提供者:高菲
  1. echashudejianliyubianli

    0下载:
  2. .熟悉二叉树的存贮结构及遍历方式,掌握有关算法的实现。 2.能够利用二叉树解决具体问题。 -. Familiar binary tree traversal storage structure and master realized about the algorithm. 2. Able to use binary solve specific problems.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1674
    • 提供者:李辉
  1. Delphi_724051

    0下载:
  2. Delphi:一个动态的TreeView控件,Delphi将数据库数据添加到TreeView控件中,测试之前请选择好数据库信息,动态的TreeView控件要比静态的树控件菜单用起来更方便,功能更强,可在系统维护时管理添加这些菜单信息,由数据库直接提供给TreeView来显示,树形菜单控件在Delphi和其它的编程开发中都使用广泛,是一项有必要掌握的技巧。 -Delphi: a dynamic TreeView control, Delphi will add the database dat
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-24
    • 文件大小:79751
    • 提供者:1BAM3PR
« 1 2 3 4 5 67 »
搜珍网 www.dssz.com