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

搜索资源列表

  1. AR001

    0下载:
  2. static Huffman
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:12.03kb
    • 提供者:林语白
  1. Huffman 算法的不同实现

    0下载:
  2. ---- Huffman 算法的不同实现 本目录下的程序用8种不同的方式实现了Huffman编码算法,这8种方式分别是 * huffman_a 使用链表结构生成Huffman树的算法,这是最基本的实现方法,效率最低。 * huffman_b 使用《数据结构》(严蔚敏,吴伟民,1997,C语言版)中给出的算法,将二叉树存放在连续空间里(静态链表),空间的每个结点内仍有左子树、右子树、双亲等指针。 * huffman_c 使用Canonical
  3. 所属分类:密码/编码算法

    • 发布日期:2010-07-01
    • 文件大小:31.94kb
    • 提供者:ray
  1. Huffmancodetree

    0下载:
  2. Generates a static minimum-variance Huffman code tree.,详细给出了HUFFMAN码树构造
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:36.13kb
    • 提供者:HARRY
  1. DCT_DHC

    0下载:
  2. 动态Huffman编码与静态Huffman编码。Dynamic Huffman coding and static Huffman coding.
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:231.57kb
    • 提供者:myb
  1. cs

    0下载:
  2. 这是专门为 C# 开发者定制的 ZC030X 编程接口。C# 开发者可以如下方式进行调用: 首先需要进行声明: ... using System.Runtime.InteropServices public class win32{ [DllImport("zc030xlib.dll", EntryPoint = "capInitCamera")] public static extern int capInitCamera() }-This is speci
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:13.87kb
    • 提供者:mike
  1. algraph_binary_tree_huffmantree

    0下载:
  2. 创建静态,动态的三叉霍夫曼树和编码,有向无环图的创建及拓扑排序,双向循环链表,表达式求值,单链表,集合在一起-Create static and dynamic Huffman tree of the trigeminal and coding, directed acyclic graph creation and topological sort, two-way circulation list, expression evaluation, single-chain, together
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:11.4kb
    • 提供者:3230133
  1. Haffmancode

    1下载:
  2. 课程设计: 1.求出在一个n×n的棋盘上,放置n个不能互相捕捉的国际象棋“皇后”的所有布局。 2.设计一个利用哈夫曼算法的编码和译码系统,重复地显示并处理以下项目,直到选择退出为止。 【基本要求】 1) 将权值数据存放在数据文件(文件名为data.txt,位于执行程序的当前目录中) 2) 分别采用动态和静态存储结构 3) 初始化:键盘输入字符集大小n、n个字符和n个权值,建立哈夫曼树; 4) 编码:利用建好的哈夫曼树生成哈夫曼编码; 5) 输出编码; 6)
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:538.39kb
    • 提供者:赵刚
  1. hafuman

    0下载:
  2. 哈弗曼 解压 编译 静态的哈夫曼编码,从file.txt文件中读取字符,统计,并编码,输出到huffman-u.txt中-Static -hafuman
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-09
    • 文件大小:1007.28kb
    • 提供者:Raul
  1. HuffmanCode

    0下载:
  2. Huffman 编码是第一个实用的无损压缩编码技术,经过了多年的不断改进,已经形成了系统的理论和方法。目前主要有两种类型的Huffman编码方式,即静态Huffman编码和动态Huffman编码。Huffman编码有着广泛的应用,但是不再是压缩算法的全部,而是被当作最终的编码方法。-Huffman coding is the first practical lossless compression coding technology, after years of continuous impr
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:4.32kb
    • 提供者:杜秋国
  1. huffman111

    0下载:
  2. 静态Huffman编码源程序,一种静态Huffman编码的Matlab实现方式。-Static Huffman coding source code, a static Huffman coding Matlab implementation.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:1.23kb
    • 提供者:sdf
  1. losslessimagezipalgorithm

    0下载:
  2. 图像无损压缩算法代码全集,适合做图像无损压缩研究的入门人员收藏研究.-AR002 Contains a complete archiver by Haruhiko Okumura. The archiver uses an LZ engine whose output is compressed with static Huffman. The file is chopped into pieces which all get their own independe
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:123.95kb
    • 提供者:idlerrf
  1. STATIC-HUFFMAN-CODING

    0下载:
  2. this program compress the given string based on the Static huffman algorithm-this program compress the given string based on the Static huffman algorithm
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-07
    • 文件大小:10.79kb
    • 提供者:bhuvan
  1. Static-Huffman

    0下载:
  2. Static Huffman Can download
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-06
    • 文件大小:1.23mb
    • 提供者:Khuong
  1. Lying-data-structure9

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

    • 发布日期:2017-04-09
    • 文件大小:1.46mb
    • 提供者:陈雨
  1. Huffman-tree

    0下载:
  2. 利用静态链表建立赫夫曼树,建树过程中左子树权值小于右子树权值,求各结点的编码。叶子结点的个数n及结点值由键盘录入-Using static linked list to establish a Huffman tree, set during the process of weight less than the right subtree subtree weights, and each node coding. Leaf node of the number N and node valu
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:1.32kb
    • 提供者:Loben
  1. Static-Huffman-algorithm-detailed-

    0下载:
  2. 静态huffman算法,注视详细绝对实用可靠,希望对大家有所帮助-Static Huffman algorithm detailed, look absolutely reliable and practical, and they hope to help everyone
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-13
    • 文件大小:1.84kb
    • 提供者:asdfghjkl
  1. meue-huffman

    0下载:
  2. huffman静态算法,有菜单,可以直接运行,希望对大家有帮助-Static Huffman algorithm, with the menu, can be directly run, and they hope to help everyone
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:2.61kb
    • 提供者:asdfghjkl
  1. LZHUF

    0下载:
  2. LZ 及huffman静态混合算法,算是对huffman算法的改进,可以直接运行,希望对大家有帮助-LZ and Huffman static mixture algorithm, is to improve the Huffman algorithm, can be directly run, and they hope to help everyone
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-27
    • 文件大小:4.02kb
    • 提供者:asdfghjkl
  1. HuffmanTree

    0下载:
  2. 静态建立Huffman树,数据结构,静态,huffman树-Static build Huffman tree data structures, static, huffman tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:743byte
    • 提供者:周双
  1. huffman

    0下载:
  2. 基于静态huffman编码的文件压缩与解压-Huffman coding based on static file compression and decompression
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-23
    • 文件大小:112.13kb
    • 提供者:张孟亭
« 12 »
搜珍网 www.dssz.com