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

搜索资源列表

  1. cf_cordic_latest.tar

    0下载:
  2. 一个基于哈弗曼编码的解码器,用于jpeg格式的图片的解码,以及音频流解码。-Huffman code is used in the most streaming applications. I have written a Huffman decoder for jpeg pictures. For audio or other data streams the code have to adapt.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-01
    • 文件大小:460980
    • 提供者:赵恒
  1. HuffCoding

    0下载:
  2. provides matlab code for huffman encoding for images
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:987
    • 提供者:katore vishal
  1. Huffcoding04

    0下载:
  2. provides matlab code for huffman encoding for images
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:5802
    • 提供者:katore vishal
  1. HuffmanTree

    0下载:
  2. provides matlab code for huffman encoding for images
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1077
    • 提供者:katore vishal
  1. huffman

    0下载:
  2. 哈弗曼编码译码:利用哈夫曼树编码进行通信可以大大提高通信利用率,所的信息传输时间,降低传输成本。者要求在发送端通过一个编码系统对待传数需预先编码,在接收端将传来的数据进行一马复原。对于双工信道,每端都需要一个完整的编码译码系统。-huffman code
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:2859
    • 提供者:陈曦
  1. rangecoder-arithmeticcoder-huffman-sourcecode

    0下载:
  2. These are some range coder, arithmetic coder, and huffman too. These source code is easy to understand. Write by a newbie
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-28
    • 文件大小:65376
    • 提供者:e13k
  1. code

    0下载:
  2. 从键盘输入两个矩阵,输出这两个矩阵和这两个矩阵相乘的矩阵,图书管理系统的一小部分 要求能 登陆 注册 推出 登陆要有次数限制(失败三次退出程序等),注册信息要求写入到文本文件里保存,已知圆半径r=2.5 圆柱高h=4,求圆的周长,面积,圆球体积,圆柱体积,用cin输入要计算的项目,然后输出计算结果,输入输出时要有文字提示,求1!+2!。。。+10!c语言代码,贪吃蛇游戏的C语言代码,求几个带权字符的哈夫曼编码,本打字游戏可进行英文,其它字符和全部字符的打字训练,每次训练若干个字符并进行打字时间,
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:16044
    • 提供者:wangdongdong
  1. AdaptiveHuffman

    0下载:
  2. Huffman编码解码源代码,在VC环境下运行。-Huffman encoding and decoding the source code, running in the VC environment.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:13161
    • 提供者:阿毛
  1. HUFFMAN

    0下载:
  2. HUFFMAN CODE ENCODE 哈夫曼编码和哈夫曼解码,内容比较详细,对学习这块的人有很好帮助。-HUFFMAN CODE AND ENCODE SOURCE CODE
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:132223
    • 提供者:user
  1. huffman

    0下载:
  2. huffman树的编解码。还有完整的源代码和课程设计报告。-huffman tree coding. Also complete source code and program design report.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-16
    • 文件大小:188415
    • 提供者:yangjun
  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 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com