登录
首页 » C++ » lzw

lzw

于 2020-10-13 发布 文件大小:1888KB
0 295
下载积分: 1 下载次数: 8

代码说明:

  利用LZW的压缩算法实现文件的压缩与解压缩。用c++和MFC实现,代码简洁,实现简单,可用(LZW compression algorithm using the file compression and decompression.)

文件列表:

2010_2010届 计算机科学与技术系 毕业设计(论文)任务书-计C061-谢海英.doc,35328,2010-06-11
lzw完整版程序
.............\Debug
.............\.....\lzw.exe,118832,2010-05-23
.............\.....\lzw.ilk,248812,2010-05-23
.............\.....\lzw.LZW,1487,2011-05-12
.............\.....\lzw.obj,14055,2010-05-15
.............\.....\lzw.pch,5507044,2010-05-15
.............\.....\lzw.pdb,402432,2010-05-23
.............\.....\lzw.res,3064,2011-05-12
.............\.....\lzwDlg.obj,64124,2011-05-12
.............\.....\StdAfx.obj,105438,2010-05-15
.............\.....\vc60.idb,214016,2011-05-12
.............\.....\vc60.pdb,364544,2011-05-12
.............\lzw.aps,21664,2011-05-12
.............\lzw.clw,1595,2011-05-12
.............\lzw.cpp,2021,2010-05-15
.............\lzw.dsp,4164,2010-05-23
.............\lzw.dsw,514,2010-05-15
.............\lzw.h,1291,2010-05-15
.............\lzw.ncb,74752,2011-05-12
.............\lzw.opt,53760,2011-05-12
.............\lzw.plg,1080,2011-05-12
.............\lzw.rc,6110,2010-05-23
.............\lzw12.cpp,16230,2010-05-23
.............\lzwDlg.cpp,8140,2010-05-23
.............\lzwDlg.h,1537,2010-05-15
.............\ReadMe.txt,3525,2010-05-15
.............\res

.............\...\lzw.rc2,395,2010-05-15
.............\Resource.h,1325,2010-05-21
.............\StdAfx.cpp,205,2010-05-15
.............\StdAfx.h,1054,2010-05-15

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • TWIST_v2
    说明:  该程序包含两部迭代收缩阈值算法在几个方面的应用,包括图像,1范数和2范数的核心算法。(The program includes two parts of iterative shrinkage threshold algorithm in several aspects, including image, 1 norm and 2 norm core algorithm.)
    2019-07-16 16:43:05下载
    积分:1
  • UNZIP
    解压缩软件UNZIP的C源程序代码 The decompression software UNZIP C source code(The decompression software UNZIP C source code)
    2013-03-26 09:36:09下载
    积分:1
  • rgb-cmyk
    RGB-CMYK by matlab sourcecode
    2009-06-22 11:05:51下载
    积分:1
  • TonPE-v1.91
    制作U盘启动工具,非常好用啊,可以尝试下。但也有说与计算机配置有关系(U disk to start the production of tools, very good ah, can try next. But there are also computer configurations that are related to)
    2009-07-09 11:46:13下载
    积分:1
  • peakfinder
    This function quickly finds local peaks or valleys (local extrema) in a noisy vector using a user defined magnitude threshold to determine if each peak is significantly larger (or smaller) than the data around it. The problem with the strictly derivative based peak finding algorithms is that if the signal is noisy many spurious peaks are found.
    2021-03-12 19:39:25下载
    积分:1
  • TWIST_v2
    该程序包含两部迭代收缩阈值算法在几个方面的应用,包括图像,1范数和2范数的核心算法。(The program includes two parts of iterative shrinkage threshold algorithm in several aspects, including image, 1 norm and 2 norm core algorithm.)
    2019-07-16 16:43:05下载
    积分:1
  • EZW
    EZW的matlab程序 基于小波变换对图像进行压缩编码的研究(EZW the matlab procedure based on wavelet transform image coding research)
    2008-06-07 18:44:26下载
    积分:1
  • 熵值法
    说明:  此压缩文件里面包含面板数据熵值法的stata代码,每一步都有详细的解释,并且附有样本和数据,方便学者理解和掌握。(This compressed file contains the stat a code of panel data entropy method, each step has a detailed explanation, and is attached with samples and data, which is convenient for scholars to understand and master.)
    2021-04-11 13:28:57下载
    积分:1
  • les-2
    采用LBM+LES方法编制 了计算程序.首先计算了湍流平板附面层解,用来校对程序的正确性,结果表明计算值和理论值符合得很好.然后计算了亚音可压缩的湍流后台阶流以及超音湍流的 后台阶流.(LBM+LES simulation of flow)
    2015-12-06 12:28:11下载
    积分:1
  • FDR-COMPRESS
    一种改进的方案,它针对硬故障集的特点利用指示频率连续长度码(FDR码)进行二次编码压缩。该方法充分利用测试集中无关位较多而测试模式之间变化位较少的特征,应用贪心算法对预先计算的测试集进行了重新排序,尽可能的使相邻的向量间具有最少的不同位,排列成一个最佳的差分向量序列,然后应用FDR码对差分向量序列进行编码,最后对压缩结果重新分块,按照一次压缩的流程进行二次压缩。在解压时,使用片上解压电路解压,能高效地还原出原测试集。最后通过对Soc部分标准电路硬故障集的测试结果显示,本方案具有较好的压缩率。(a new improved method was proposed in the paper,the method using Frequency-Directed Run-length(FDR codes)coding for the twice aimed at hard-fault. It fully takes advantage of the characters that there are many don’t-care bits in the test set but a few different bits between the test patterns, Then it applies the greed calculate way to sort the precomputed test sets and make the close together vector have the least different sites possibly. It uses the FDR codes to coding the vectors,then blocks the results and uses the FDR codes to compress for the second time. Decompression used of on-chip circuit extract unpack,it will be deoxidize the original test efficient.using the hard-fault to compress and the experimental results prove that the improved coding method of this paper has the better compression ratios has been proved at last. )
    2009-05-12 14:32:23下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载