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

搜索资源列表

  1. 092203

    1下载:
  2. 实现对二叉树的一个指定的操作或用二叉树解决一应用问题 问题描述:对任意输入的一段英文,为每个字符编制其相应的赫夫曼编码;并利用该编码为任意输入的0、1序列进行解码. -Binary tree to achieve a specified operation or application of a binary tree to solve the problem descr iption: for any period of English input for the preparati
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1763
    • 提供者:ender
  1. 024

    0下载:
  2. 二叉树算法的应用。用C语言简单实现的一种小算法-Binary tree algorithm is applied. Simple implementation in C language, a small algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1131
    • 提供者:苏小湃
  1. read

    1下载:
  2. 应用八叉树编码法划分点云邻域空间为多个指定边长的子立方体,保留每个子立方体中距中心点最近的点,实现从空间整体角度对点云的精简。对三维模型数据进行了精简测试,证明了该算法的有效性和实用性。 -Octree encoding application point cloud into space for the neighborhood more than the specified sub-cube side, keep away from each sub-cube in the center o
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-15
    • 文件大小:3833856
    • 提供者:zhaolulu
  1. Huffman-tree

    0下载:
  2. 哈夫曼树( Huffman )又称最优二叉树,是一类带权路径长度最短的树,有着广泛的应用。-Huffman tree (Huffman), also known as the best binary tree is a class of weighted path length of the shortest tree, with a wide range of applications.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:39827
    • 提供者:耿淑娟
  1. IrisDC06

    0下载:
  2. 分类是数据挖掘 、机器学习 和模式识别 中一个重要的研究领域。分类的目的是学会一个分类模型 (称作分类器),该模型能把未知类别的数据项映射到给定类别中。目前发展较成熟的几种分类算法 如决策树、神经网络、贝叶斯方法、遗传算法等。分类具有广泛的应用,例如医学诊断、信用卡系统的信用分级、图像模式识别等。本毕业设计通过使用鸢尾属植物(IRIS)数据集,对当前数据挖掘中具有代表性的优秀分类算法进行分析和比较,总结出了各种算法的特性,为使用者选择算法或研究者改进算法提供了依据。-Classificatio
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-02
    • 文件大小:580645
    • 提供者:江霞
  1. treeLike-ext

    0下载:
  2. 实现懒加载树的jquery应用,效仿ext效果-failed to translate
  3. 所属分类:TreeView

    • 发布日期:2017-05-16
    • 文件大小:4380311
    • 提供者:name
  1. CSharp

    0下载:
  2. 二叉树的建立和各种遍历,Windows应用界面演示-Through the establishment and a variety of binary, Windows application interface demo
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-22
    • 文件大小:237279
    • 提供者:邵远
  1. Lying-data-structure2

    0下载:
  2. 《大话数据结构》主要内容包含:数据结构介绍、算法推导大O阶的方法;顺序结构与链式结构差异、栈与队列的应用;串的朴素模式匹配、KMP模式匹配算法;二叉树前中后序遍历、赫夫曼树及应用;-" Westward the data structure," the main contents include: Introduction of data structures, algorithms, Big O-order method is derived sequence differ
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:880451
    • 提供者:陈雨
  1. Lying-data-structure9

    0下载:
  2.  《大话数据结构》主要内容包含:数据结构介绍、算法推导大O阶的方法;顺序结构与链式结构差异、栈与队列的应用;串的朴素模式匹配、KMP模式匹配算法;二叉树前中后序遍历、赫夫曼树及应用;图的深度、广度遍历;最小生成树两种算法、最短路径两种算法;拓扑排序与关键路径算法;折半查找、插值查找、斐波那契查找等静态查找;稠密索引、分块索引、倒排索引等索引技术;冒泡、选择、插入等简单排序;希尔、堆、归并、快速等改进排序-" Westward the data structure," the m
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1531772
    • 提供者:陈雨
  1. IFS

    0下载:
  2. 采用计算机生成图形图像,可以用少量的数据生成复杂的自然景物图像,例如起伏的山脉、飘浮的云彩、形态各异的植物等自然界中的各种景观。它极大地丰富了计算机图形学的内容,而且促进了计算机在仿真模拟领域的应用。根据分形迭代函数系统具有模拟自然界景物的特点,采用面向对象的编程语言VC++实现了一类模拟山树等景物的计算机编程,模拟效果十分逼真。-The use of computer-generated graphic images, you can use a small amount of data to
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:58449
    • 提供者:Twinner
  1. erchashu

    0下载:
  2. 二叉树的一些简单应用,如输出二叉树,求深度,高度等-Some simple binary applications, such as the output binary, seeking depth, height, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1464
    • 提供者:hanmo
  1. networkdianziban

    0下载:
  2. 随着居民小区的逐步现代化,物业管理也应实现现代化。居民是物业管理的主体,自然住户管理系统成了各种物业管理软件的核心了。本设计将实现住户的增加、查询、删除、查看信息等基本的数据库操作,展现树视图和列表视图在数据库开发中的应用。这部分需要实现如下功能:罗列住户、查看住户详细信息、增力住户、查询住户、删除住户。-With the gradual modernization of district residents, property management should also be moderni
  3. 所属分类:ERP-EIP-OA-Portal

    • 发布日期:2017-05-06
    • 文件大小:1424161
    • 提供者:yyb
  1. huffman

    0下载:
  2. 这个源代码中包含了有关哈夫曼树的定义,以及应用其来完成哈弗曼编码的功能。-
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:1567
    • 提供者:李鸿
  1. huffman

    0下载:
  2. 哈夫曼树的建立,及应用,包括哈夫曼编码的简单实现-huffman established,application
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:204337
    • 提供者:姚瑶
  1. htop-1.0.1.tar

    0下载:
  2. htop——一个可以让用户与之交互的进程查看器。作为文本模式的应用程序,主要用于控制台或 X 终端中。当前具有按树状方式来查看进程,支持颜色主题,可以定制等特性。-Htop-a can let users and the interaction process viewer. As text mode applications, mainly for the console or X terminal. According to the current has tree way to view
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:384683
    • 提供者:ryan
  1. Linear-table-design

    0下载:
  2. 实验一是线性表的设计与实现程序;实验二是栈和队列的应用程序;实验三是树型结构的应用程序;-The first experiment, the linear table design and implementation of procedures experimental application of stacks and queues In Experiment 3, the tree structure of the application
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:16694
    • 提供者:JingxWang
  1. dictionarytree

    0下载:
  2. 又称单词查找树,Trie树,是一种树形结构,是一种哈希树的变种。典型应用是用于统计,排序和保存大量的字符串(但不仅限于字符串),所以经常被搜索引擎系统用于文本词频统计-Also known as word search tree, the trie is a tree structure, which is a variant of the hash tree. Typical applications are used for statistical, sort and save a lot
  3. 所属分类:Data structs

    • 发布日期:2017-05-14
    • 文件大小:3120234
    • 提供者:曹辉
  1. mian

    0下载:
  2. 又称单词查找树,Trie树,是一种树形结构,是一种哈希树的变种。典型应用是用于统计,排序和保存大量的字符串(但不仅限于字符串),所以经常被搜索引擎系统用于文本词频统计。它的优点是:利用字符串的公共前缀来节约存储空间,最大限度地减少无谓的字符串比较,查询效率比哈希表高。 -Text of obtaining statistics its advantage is: use the public to save string prefix storage space, the maximum r
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:669
    • 提供者:小明
  1. xaiobo

    0下载:
  2. 离散小波变换和零树编码在数字水印中的应用研究-Discrete wavelet transform and zero tree coding in digital watermarking
  3. 所属分类:Wavelet

    • 发布日期:2017-04-08
    • 文件大小:828742
    • 提供者:Lily
  1. 2REDS2324TREE

    0下载:
  2. 树式控件的应用,以及视图分割,还有路灯控制的少量设计。-Tree type control application, and view segmentation, and street lamp a small amount of control design.
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-17
    • 文件大小:4585481
    • 提供者:hanwu
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 33 »
搜珍网 www.dssz.com