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

搜索资源列表

  1. VChaffuman

    0下载:
  2. 哈夫曼编码在文件压缩中有其独特一点,它的编码方式特殊。在通信领域可以得到应用。本程序使用C++编写,在VC6.0上调试,完成了文件的读取,文件字符的统计,哈夫曼树的建立,哈夫曼编码的实现,文件转换为哈夫曼编码成为压缩文件以及文件从压缩状态进行解码。-Huffman file compression in a unique point, and its special encoding. In communications applications can be. This procedure
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-16
    • 文件大小:269354
    • 提供者:罗天银
  1. abc

    0下载:
  2. 属性均值聚类二叉树及其在人脸识别中的应用-Attribute Means Clustering Binary Tree and Its Application to Face Recognition
  3. 所属分类:Special Effects

    • 发布日期:2017-04-27
    • 文件大小:107567
    • 提供者:刘文
  1. C_TREE

    0下载:
  2. 本例题将介绍一种建立二叉树的算法。同时介绍对“遍历算法”灵活应用:将二叉树中每个结点的左右子树进行交换。介绍求二叉树深度的算法。 二叉树的建立是一个递归方法,与二叉树先序遍历思路有点相似。数据的组织是先序遍历的顺序,但是当某结点的某孩子为空时以数据0来充当,也要输入。结合右图的二叉树,其数据的输入顺序应该是: 1 2 4 0 0 0 3 5 0 7 0 0 6 8 0 0 9 0 0。 若当前数据不为0,则申请一个结点存入当前数据。如果输入0表明是空(NULL),不分配结点。递归调用
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:3345
    • 提供者:yyfy
  1. pinghengerchashu

    0下载:
  2. 平衡二叉树是数据结构中一个非常重要的概念。它对二叉树的优化和提高查询效率有重要的作用,它是动态查找的一个非常重要方法,它在实际生产中有着广泛的应用。 - Balanced binary tree data structure is a very important concept. Its binary tree query optimization and improve efficiency has an important role, it is a dynamic search
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2105
    • 提供者:王艳峰
  1. arithmetic

    0下载:
  2. 一些简单算法的练习,主要应用链表的操作,树的操作等-Practice some simple algorithm, the main applications list of the operation, the operation of the tree
  3. 所属分类:CSharp

    • 发布日期:2017-04-28
    • 文件大小:69924
    • 提供者:allenzhang
  1. huffman

    0下载:
  2. 数据结构中的huffman树的一个具体应用,适合刚开始学习数据结构的朋友!-Data structure of huffman tree to a specific applications, fit the beginning of the study data structure Friend!
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1642
    • 提供者:sophia
  1. SkipList

    0下载:
  2. SKiplist是一种概率应用于平衡树的替换数据结构。-Skip list is a probabilistic alternative to balanced trees that provide much of the simplicity of unbalanced trees , togethere with good worst-case expected performance.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2236
    • 提供者:jianwei yang
  1. Haffman

    1下载:
  2. 哈夫曼算法的应用,是对一个文章利用哈夫曼树进行编码和解码,里面包含详细说明文档-Application of Huffman algorithm is an article for the use of Huffman encoding and decoding tree, which contains detailed descr iption of the document
  3. 所属分类:Data structs

    • 发布日期:2017-04-28
    • 文件大小:83982
    • 提供者:彭宗山
  1. btree

    0下载:
  2. 数据库的应用,基于索引,实现一个简单的B+树搜索树 -Database application, based on the index, the realization of a simple B+ tree search tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:9597
    • 提供者:julia
  1. 1

    0下载:
  2.   在一般的数据结构的书中,树的那章后面,著者一般都会介绍一下哈夫曼(HUFFMAN)树和哈夫曼编码。哈夫曼编码是哈夫曼树的一个应用。哈夫曼编码应用广泛,如JPEG中就应用了哈夫曼编码。   首先介绍什么是哈夫曼树。哈夫曼树又称最优二叉树,是一种带权路径长度最短的二叉树。所谓树的带权路径长度,就是树中所有的叶结点的权值乘上其到根结点的路径长度(若根结点为0层,叶结点到根结点的路径长度为叶结点的层数)。树的带权路径长度记为WPL=(W1*L1+W2*L2+W3*L3+...+Wn*Ln),N
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1151
    • 提供者:white Snow
  1. shujujiegou

    0下载:
  2. 数据结构课件 包含链表的建立、排序、栈、树已经图的应用等。-Data structure contains the list of the establishment of software, sort, stack, tree has map applications.
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:7216
    • 提供者:
  1. The_Status_Quo_of_Machine_Learning_of_Artificial_I

    0下载:
  2. 机器学习是人工智能的一个子领域,是人工智能中非常活跃且范围甚广的主要核心研究领域之一,也是现代智能系统的关键环节和瓶颈。机器学习吸取了人工智能、概率统计、计算复杂性理论、控制论、信息论、哲学、生理学、神经生物学等学科的成果,主要关注于开发一些让计算机可以自动学习的技术,并通过经验提高系统自身的性能。本文介绍了机器学习的概念、基本结构和发展,以及各种机器学习方法,包括机械学习、归纳学习、类比学习、解释学习、基于神经网络的学习以及知识发现等,并简单叙述了机器学习的相关算法,包括决策树算法、随机森林算
  3. 所属分类:Development Research

    • 发布日期:2017-03-29
    • 文件大小:33160
    • 提供者:lzl
  1. TestView1452

    0下载:
  2. 数据结构课程设计,树的实现与应用.界面简单,功能较全面.-Data structure design, realization and application of the tree. Interface is simple, more comprehensive functions.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:49888
    • 提供者:王强
  1. vv

    0下载:
  2. 线性表的应用 haffman树和haffman编码 构造平衡二叉树的源码-Application of linear haffman Table haffman coding trees and balanced binary tree structure of the source
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:5862
    • 提供者:zhanglei
  1. li

    0下载:
  2. c语言实现的数据结构中线形表的应用,包括二叉树结点的插入,删除,查询等-c language data structure in binary tree of applications, including binary tree node insert, delete, query, etc. -XIANXINGBIAOYINGYONG
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:883
    • 提供者:li
  1. clone

    0下载:
  2. 《clone模式在平衡排序二叉树实现中的应用》配套代码 -clone
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:13049
    • 提供者:
  1. tree

    0下载:
  2. 所谓遍历(Traversal)是指沿着某条搜索路线,依次对树中每个结点均做一次且仅做一次访问。访问结点所做的操作依赖于具体的应用问 题。 -The so-called ergodic (Traversal) refers to a search along the line, followed on each node in the tree are done once and only one visit. Access node operation done depends on the
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:1067
    • 提供者:cantor0403
  1. Polynomialexpressionandcomputing

    0下载:
  2. 所谓遍历(Traversal)是指沿着某条搜索路线,依次对树中每个结点均做一次且仅做一次访问。访问结点所做的操作依赖于具体的应用问 题。 -The so-called ergodic (Traversal) refers to a search along the line, followed on each node in the tree are done once and only one visit. Access node operation done depends on the
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:4176
    • 提供者:cantor0403
  1. BinaryTrees

    0下载:
  2. 这是一个前序、中序和后序遍历二叉树的C++单文档Windows应用程序。-This is a preorder, inorder and postorder binary tree of C++ single-document Windows application.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:303070
    • 提供者:赵必华
  1. TreeCtrl

    0下载:
  2. 树控件的应用的程序,喜欢的过来下载吧-Tree controls application procedures, like come to download bar!
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-03
    • 文件大小:691535
    • 提供者:鹿
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 33 »
搜珍网 www.dssz.com