CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 压缩解压 搜索资源 - 算法 数据结构

搜索资源列表

  1. datastruct_lzw

    0下载:
  2. 一个数据结构课程之后自己编写的lzw压缩算法-a data structure courses to prepare themselves to the 4,558,302 Compression Algorithm
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:47383
    • 提供者:段云
  1. xiansuohua1

    0下载:
  2. 这是一个数据结构的线索二叉树的算法,是用C来编程的-This is a data structure leads to the binary tree algorithm is used to program the C
  3. 所属分类:压缩解压

    • 发布日期:2014-01-15
    • 文件大小:910
    • 提供者:tom
  1. compress_software

    0下载:
  2. 实现简单的压缩解压缩功能!具体实现是使用霍夫曼编码原理,外加数据结构的算法,通过建立霍夫曼树,进而遍历该树,将编码简短或者恢复
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:476691
    • 提供者:wangmin
  1. NewMaze

    0下载:
  2. 用递归算法和非递归算法实现的简单的“迷宫”程序,属于数据结构中实验的一个题目
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:9357
    • 提供者:天涯沦落人
  1. wbs

    0下载:
  2. 这里给出的源代码huffman.zip用8种不同的方式实现了Huffman编码算法。这些代码意在演示不同Huffman算法的实现原理,比较算法执行效率的差别,但并没有针对实际应用环境的需求,做更多的空间或效率优化。所有代码以C++语言编写,为了更容易地实现各种数据结构,代码中大量应用了标准C++库和模板技术。——总之,这些代码的作用在于示例和演示;如果大家想把这些代码应用在实际应用中,可能还需要做进一步的调整和优化。-given here, the source code huffman.zip
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:26763
    • 提供者:叶润
  1. bianli

    0下载:
  2. 这是数据结构的一个遍历的简单算法,希望对初学者有所帮助.-This is the data structure of a simple traversal algorithm, and they hope to be helpful to beginners.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-28
    • 文件大小:2057
    • 提供者:陈大圣
  1. shunxu

    0下载:
  2. 这是一个数据结构的顺序表简单算法.其中可能有一些小问题,但基本上还是能运行的.-This is a data structure of a simple algorithm for the sequence table. Which may have some minor problems, but basically it can run.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:1022
    • 提供者:陈大圣
  1. chexiangtiaodu

    0下载:
  2. 数据结构课程设计 车厢调度 一、需求分析 1、用编号依次为1,2,3,……,n表示停在铁路调度站入口处的车厢序列。 2、用一个栈形象地表示为火车的调度站。 3、利用栈先进后出的性质,结合递归和回溯算法,实现编号1…n的车厢的所有可能的序列和每种序列的出入栈变化过程。 本程序用C语言实现,已经在TURBOC 2.0环境下通过。-Data structure the curriculum design of a train scheduling, needs analy
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:60672
    • 提供者:llh
  1. datastructure

    0下载:
  2. 计算多项式的算法 数据结构计算多项式的加减发和乘法-data structure
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:1015
    • 提供者:陈二磊
  1. lab2

    0下载:
  2. 数据结构 二叉树的建立,前序中序,后续遍历,还有非递归算法-Bitree create
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-28
    • 文件大小:547674
    • 提供者:ice
  1. Huffman

    0下载:
  2. 通过Huffman编码,实现对文件(如文本文件)的压缩和解压。压缩后生成二进制文件。压缩效率高。C++版数据结构与算法的典型应用。-By Huffman coding, to achieve the file (such as a text file) of the compression and decompression. Compressed binary file generated. Compression efficiency.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:509267
    • 提供者:canyue
  1. lzw

    0下载:
  2. LZW压缩解压算法(数据结构,C++语言描述)-LZW compress and decompress algorithm
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-16
    • 文件大小:16743
    • 提供者:guansg
  1. huffman

    1下载:
  2. 任务:设计一个利用哈夫曼算法的编码和译码系统。 要求:建立一个文本文件,统计该文件中各字符频率,对各字符进行Huffman编码,将该文件翻译成Huffman编码文件,再将Huffman编码文件翻译成原文件。 “压缩文件”即:读文件、统计文件中的字符个数、对文件进行哈夫曼编码和译码、并将编码译码后的字符存储在文件中。 根据以上任务说明,设计数据结构,并设计程序完成功能。 -Task: Design a Huffman algorithm using coding and decod
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2015-04-25
    • 文件大小:108544
    • 提供者:王平
  1. CCITTV_42bis--compression-algorithm

    0下载:
  2. 本文主要介绍CCITT v.42bis建议的压缩算法的主要特点,以及实现该算法的数据结构,形成新串的方法,动态维护字典的方法和指针编码,并给出V.42bis建立的模拟结果。V.42压缩可以用于SNDCP子层分组数据部分的压缩。-This paper describes the main features recommended by the CCITT v.42bis compression algorithm, and the data structure of the algorithm,
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:358161
    • 提供者:曾秀姗
  1. Huffman-algorithm-code

    0下载:
  2. 哈夫曼树是一种树形结构,用哈夫曼树的方法解编程题的算法就叫做哈夫曼算法。树并不是指植物,而是一种数据结构,因为其存放方式颇有点象一棵树有树叉因而称为树。 最简哈夫曼树是由德国数学家冯。哈夫曼 发现的,此树的特点就是引出的路程最短。 概念理解:1.路径 从树中一个节点到另一个节点之间的分支构成这两个节点之间的路径。2.路径长度 路径上的分支数目称作路径长度。-Huffman tree is a tree structure, Huffman tree algorithm method to sol
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:7928
    • 提供者:Ryan
  1. LZWdecompression

    0下载:
  2. 数据结构,利用LZW算法对部分英文字母进行解压。-Data structure, use LZW algorithm to extract part of the English alphabet.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-16
    • 文件大小:358573
    • 提供者:chen
  1. LZWcompression

    0下载:
  2. 数据结构,利用LZW算法对部分英文字母进行解压。-Data structure, use LZW algorithm to compress part of the English alphabet.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-09
    • 文件大小:394252
    • 提供者:chen
  1. LZWUP

    0下载:
  2. 数据结构课设——用LZW算法实现图像压缩解压-Class-based data structure- with the LZW algorithm for image compression and decompression
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-30
    • 文件大小:474922
    • 提供者:vicki
  1. HuffTree

    0下载:
  2. 一个简单的基于哈夫曼树的数据压缩算法,使用链表等数据结构进行编写。-Huffman tree based on a simple data compression algorithms, data structures such as lists were prepared.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-29
    • 文件大小:10267
    • 提供者:汤义恺
  1. huffman

    0下载:
  2. 运用Huffman编码对文件进行压缩和解压,支持任何类型的文件。算法比较简单,适合数据结构的学习。-Huffman coding using the compression and decompression of documents to support any type of document. The algorithm is relatively simple, suitable for data structure learning.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-05
    • 文件大小:4251
    • 提供者:east
« 12 »
搜珍网 www.dssz.com