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

搜索资源列表

  1. hfm

    0下载:
  2. 程序功能:建立哈夫曼树,对哈夫曼树进行编码译码显示码文和用凹入法显示哈夫曼树。-Program features: the establishment of Huffman tree, the tree of the Huffman code to encode decode display text and the use of indentation method showed Huffman.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:4421
    • 提供者:chenjin
  1. itu-t81[1]

    0下载:
  2. Implementation of JPEG compression algorithm with JFIF header being appended.This project involves writting code for following steps : Chroma subsampling,partitioning ,level shifting,DCT,quantization,zigzag scanning(involves DC differential coding &
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-23
    • 文件大小:967167
    • 提供者:dwn
  1. Shannon-fano

    0下载:
  2. A source code of Shannon-fano coding in C++. Sometimes also known as prefix coding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:1426
    • 提供者:Bhaskar
  1. Huffman_coding_(Java)

    0下载:
  2. Given an arbitrary set of symbols (the english alphabet is the example that will be used here), Huffman coding is a way of creating the most efficient (smallest) binary code for that set of symbols. It exploits the fact that in most data some symbols
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:2503
    • 提供者:Felippe
  1. code_huffman

    0下载:
  2. this code implements huffman coding on Xilinx FPGA.the code is designed for Xilinx SDK
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-13
    • 文件大小:1890
    • 提供者:tronix
  1. Huffman

    0下载:
  2. 用c++实现的哈弗曼编码完整源代码以及可执行程序-C++ implementation with Havermann complete source code and executable program
  3. 所属分类:Other windows programs

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

    0下载:
  2. huffman 树的实现 对huffman树进行C++代码实现-implementation of the huffman huffman tree tree C++ code to achieve
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:6842
    • 提供者:韩丰
  1. Huffman

    0下载:
  2. 哈夫曼树和哈夫曼编码的存储结构,求哈夫曼编码-Huffman tree & Huffman code
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2328
    • 提供者:fanling
  1. Source_coding

    1下载:
  2. 对通信中的信源的二进制编码的实现,有香农编码,费诺编码以及霍夫曼编码-Source of communication in the realization of the binary code, there is the Shannon coding, coding, and Huffman coding Fenno
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:2119
    • 提供者:小影
  1. huffman

    0下载:
  2. 对一组指令进行霍夫曼编码,并输出最后的编码结果以及对指令码的长度进行评价。与扩展操作码和等长编码进行比较-A set of instructions on the Huffman coding, and outputs the final coding results and the length of the scr ipt evaluation. And expansion of operations such as long code and compare the coding
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:1993
    • 提供者:肖旖旎
  1. code

    0下载:
  2. Code for Compress the image using Huffman encoding
  3. 所属分类:DSP program

    • 发布日期:2017-04-06
    • 文件大小:292288
    • 提供者:jai
  1. Huffman

    0下载:
  2. huffman compression src code
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-08
    • 文件大小:9174
    • 提供者:hinnnon
  1. Huffman

    0下载:
  2. 哈弗曼编码是很有用的对信源进行编码的一种方式,用程序实现它的编码!-Havermann code is very useful source is encoded on a way to achieve it with a program code!
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:5209
    • 提供者:phoenixpei
  1. huffman

    0下载:
  2. VC++实现的huffman压缩解压编码,在DOS下运行,调试并通过。-VC++ implementation of the huffman compression decompression code in DOS to run, debug and through.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:221405
    • 提供者:梁明飞
  1. Huffman

    0下载:
  2. 实现Huffman编码,用于图像的处理,或者是信息传输中的数据压缩,减少存储容量-to complish huffman code into encode,decode.and tanslatate many l etters into many"0 or 1"to decrease the space.may you good luck!
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:74746
    • 提供者:nicholas
  1. Huffman

    0下载:
  2. 哈夫曼树和编码应用 源代码+课程设计 东华理工软件学院-Huffman tree and code application source code+ Course Design Institute of East China Institute of Software
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:771666
    • 提供者:卢凯宁
  1. HuffMan

    0下载:
  2. Huffman编码及译码 1:将给定字符文件编码:生成编码,输出每个字。 2:将给定编码文件译码:生成字符,输出编码及其对应字符。 -Huffman coding and decoding 1: the given character encoding files: generated code, the output of each word. 2: decode the given encoded files: build character, the output encodi
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:284448
    • 提供者:姚丽文
  1. huffman

    0下载:
  2. 经常看到很多人在寻找霍夫曼编码哦,此代码非常有用-Often see a lot of people looking for Huffman Oh, this code is very useful
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:1463
    • 提供者:wen
  1. Huffman

    1下载:
  2. Huffman编码 visual c++ 实现编码以及生成哈夫曼树-Huffman coding to achieve visual c++ code and generate Huffman
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2014-10-13
    • 文件大小:6306
    • 提供者:kkk
  1. huffman

    0下载:
  2. 此代码为哈夫曼编码,很好用的源程序,无错误,已运行过,放心使用吧!-this is huffman code,it is very good code,you can use it directly!
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:20245
    • 提供者:chen
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 50 »
搜珍网 www.dssz.com