搜索资源列表

  1. huffman

    1下载:
  2. 用哈夫曼编码实现文件压缩和解压缩. 压缩过程的实现:1创建Haffman树 2打开需压缩文件 3将需压缩文件中的每个ascii码对应的haffman编码按bit单位输出 4文件压缩结束
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:128.42kb
    • 提供者:林雨寒
  1. 用于文件压缩的huffman算法

    0下载:
  2. 用哈副慢实现数据压缩算法,开发软件用VC++实现,小弟是新手-with Kazakh Deputy slow data compression algorithms, software development with VC, the younger greenhorn
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:56.88kb
    • 提供者:包尔林
  1. 用于文件压缩的huffman算法

    0下载:
  2. 用哈副慢实现数据压缩算法,开发软件用VC++实现,小弟是新手-with Kazakh Deputy slow data compression algorithms, software development with VC, the younger greenhorn
  3. 所属分类:多媒体编程

    • 发布日期:2025-03-21
    • 文件大小:57kb
    • 提供者:包尔林
  1. huffmantreeandheap

    0下载:
  2. HUFFMAN和HEAP的JAVA实现。 用来实现文件压缩的基本部分。-HUFFMAN HEAP and JAVA. Documents used to achieve a fundamental part of compression.
  3. 所属分类:其他小程序

    • 发布日期:2025-03-21
    • 文件大小:9kb
    • 提供者:姚维
  1. haffman

    0下载:
  2. 利用C语言实现哈夫曼编码的文件压缩和解压缩,一个工程项目实践。-The use of C language Huffman compression and decompression of files, a practice project.
  3. 所属分类:压缩解压

    • 发布日期:2025-03-21
    • 文件大小:37kb
    • 提供者:谭宗浪
  1. vc_matlab

    0下载:
  2. 多种类型在一起,我不知道如何分类了,而且需要下些东西,所以没有分开来上传,希望站长通融下,程序已经够 5个了:> MATLAB:TD_SCDMA系统性能仿真,QAM调制,7-4编译码的实现,CAM算法仿真(simulink) VC:huffman编译码的实现文件压缩解压缩-7-4 codec realization, CAM simulation algorithm (simulink) VC: huffman codec
  3. 所属分类:matlab例程

    • 发布日期:2025-03-21
    • 文件大小:76kb
    • 提供者:刘寅
  1. huffman

    0下载:
  2. 用哈夫曼编码实现文件压缩和解压缩. 压缩过程的实现:1创建Haffman树 2打开需压缩文件 3将需压缩文件中的每个ascii码对应的haffman编码按bit单位输出 4文件压缩结束 -Huffman coding with file compression and decompression realize. Compression process to achieve: one t
  3. 所属分类:压缩解压

    • 发布日期:2025-03-21
    • 文件大小:318kb
    • 提供者:林雨寒
  1. Haffuman

    0下载:
  2. 利用Huffman原理实现的文件压缩功能-Principle of the use of Huffman compression to achieve a document
  3. 所属分类:文件格式

    • 发布日期:2025-03-21
    • 文件大小:3kb
    • 提供者:fj
  1. compressor

    0下载:
  2. 该程序用VC实现了一个小型文件压缩与解压缩功能的程序,系统中使用静态二叉树,哈希表等数据结构,采用哈夫曼编码进行压缩与解压缩.-VC realize the program with a small file compression and decompression functions, systems use the static binary tree, hash table, such as data structure, th
  3. 所属分类:压缩解压

    • 发布日期:2025-03-21
    • 文件大小:10kb
    • 提供者:wennaisong
  1. VChaffuman

    0下载:
  2. 哈夫曼编码在文件压缩中有其独特一点,它的编码方式特殊。在通信领域可以得到应用。本程序使用C++编写,在VC6.0上调试,完成了文件的读取,文件字符的统计,哈夫曼树的建立,哈夫曼编码的实现,文件转换为哈夫曼编码成为压缩文件以及文件从压缩状态进行解码。-Huffman file compression in a unique point, and its special encoding. In communications applic
  3. 所属分类:压缩解压

    • 发布日期:2025-03-21
    • 文件大小:263kb
    • 提供者:罗天银
  1. Huffman

    1下载:
  2. 根据ascii码文件中各ascii字符出现的频率情况创建Haffman树,再将各字符对应的哈夫曼编码写入文件中,实现文件压缩。-In accordance with ascii code ascii characters in the document the frequency of the situation created Haffman tree, and then the character of the Huffman co
  3. 所属分类:数据结构常用算法

    • 发布日期:2025-03-21
    • 文件大小:797kb
    • 提供者:郭峰
  1. huffman

    0下载:
  2. huffman算法,c++编程语言实现,程序功能:实现文件的解压缩-huffman algorithm, c++ programming language, the program features: Extract the files ... ...
  3. 所属分类:压缩解压

    • 发布日期:2025-03-21
    • 文件大小:3kb
    • 提供者:jay
  1. data

    0下载:
  2. 数据结构 哈夫曼编码实现文件压缩 带报告 直接能用-Huffman coding to achieve data structure with the report file compression can be used directly
  3. 所属分类:压缩解压

    • 发布日期:2025-03-21
    • 文件大小:158kb
    • 提供者:yanyumeng
  1. huffman

    0下载:
  2. 采用哈夫曼编码思想实现文件的压缩和恢复功能,并提供压缩前后的占用空间之比。 要求: (1)描述压缩基本符号的选择方法。 (2)运行时的压缩原文件的规模不小于5K。 (3)提供恢复文件与原文件的相同性对比功能。 -huffman
  3. 所属分类:压缩解压

    • 发布日期:2025-03-21
    • 文件大小:3kb
    • 提供者:loseheaven
  1. huffman_compress

    0下载:
  2. 基于哈夫曼算法实现的文件压缩和解压缩程序。用MFC编程实现,有界面,可以浏览选择要压缩或者要解压的文件。-Huffman algorithm based on file compression and decompression process. Programming with MFC, there are interfaces, you can browse option to compress or to decompress t
  3. 所属分类:压缩解压

    • 发布日期:2025-03-21
    • 文件大小:3.66mb
    • 提供者:刚娃子
  1. Huffman

    0下载:
  2. 构造自适应霍夫曼树实现文件的压缩与解压缩。-Adaptive Huffman tree structure for file compression and decompression.
  3. 所属分类:压缩解压

    • 发布日期:2025-03-21
    • 文件大小:6kb
    • 提供者:renyuanfang
  1. huffman

    0下载:
  2. 一个用哈弗曼树实现的文件压缩解压程序 有兴趣的来-To achieve a tree with Havermann file compression decompression procedures are interested to see
  3. 所属分类:压缩解压

    • 发布日期:2025-03-21
    • 文件大小:12kb
    • 提供者:张鸿志
  1. Huffman

    0下载:
  2. 实现文件压缩编码,利用哈弗曼编码原理来进行对文件的压缩。-For file compression, using Havermann coding theory to carry out the file compression.
  3. 所属分类:压缩解压

    • 发布日期:2025-03-21
    • 文件大小:105kb
    • 提供者:独青松
  1. Huffman tree

    0下载:
  2. 分离的哈夫曼压缩和解压功能,通过建哈夫曼树实现文件压缩和解压功能(The split Hoffman compression and decompression function, by building Hoffman tree to implement the file compression and decompression function)
  3. 所属分类:压缩解压

    • 发布日期:2025-03-21
    • 文件大小:382kb
    • 提供者:plasticine
  1. huffman实现文件压缩

    0下载:
  2. huffman实现文件压缩,Huffman implementation of file compression(Huffman implementation of file compression)
  3. 所属分类:压缩解压

    • 发布日期:2025-03-21
    • 文件大小:2kb
    • 提供者:zjk123qnm
« 12 3 4 5 6 7 8 9 10 »

源码中国 www.ymcn.org