CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 文件压缩 解压缩

搜索资源列表

  1. 实现LZARI压缩算法的C++类

    0下载:
  2. 这是一个基于LZARI算法的数据压缩的类.Haruhiko Okumura 于1989年7月4日用c语言写实现了这个算法.但是上面用到了一些全局或静态的变量,在MFC下用起来很不方便.我把它改写成了一个c++类,使它可以方便的压缩和解压缩,更重要的是,我新增加了两个接口,这个类可以压缩/解压缩一段内存缓冲区,而不仅仅是文件. 一共提供了5个对外接口: -LZARI algorithm based on the type of data compression. Haruhiko SAP in 1
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1370
    • 提供者:张吗恩
  1. zip&unzip

    0下载:
  2. 利用Java实现zip压缩/解压缩。randomData()函数随机生成50个double数据,并放在doc字符串变量中 openFile()函数读取ZIP压缩文件 saveFile()函数将随机生成的数据存到ZIP格式的压缩文件中。-use Java zip compression / decompression. RandomData () function randomly generated 50 double data and on the doc string variable op
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1867
    • 提供者:潘振瑶
  1. huffman解压缩

    0下载:
  2. 运用huffman编码的解压缩程序,能压缩任何格式的文件,但是压缩比不是最理想-use Huffman coding decompression procedures can be compressed files in any format, but not the best compression ratio
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:3378
    • 提供者:陈帅
  1. 另类的压缩方式

    0下载:
  2. 哈夫曼树编码 用哈夫曼树算法对文本文件进行0-1化编码,并模拟文件 压缩与解压-Huffman tree coding algorithm using Huffman tree to the text document for 0-1 coding and compression simulation and decompression
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:8843
    • 提供者:王月
  1. Huffman文件压缩与解压

    1下载:
  2. 用Huffman编码完成的文件压缩与解压-Huffman coding used to complete the document compression and decompression
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:10457
    • 提供者:楚随风
  1. 压缩解压复制删除新建等操作组件

    0下载:
  2. 进行新建文件夹,下载,上传,打开,分割文件,合并文件,Unzip解压,Zip压缩,剪切 复制 粘贴 删除 全选 清除 重命名 等操作-for new folders, download, upload, opened separate document, the merger documents, Unzip unpack, Zip compression, shear copy and paste delete the entire election to remove rename etc
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:368068
    • 提供者:无言
  1. SGALAB1002

    0下载:
  2. mtlab的遗传算法的源程序,很好用的,这是个压缩文件,请解压缩后使用-mtlab genetic algorithm source, the good, it is a compressed file, decompress after use
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:25867
    • 提供者:孟起
  1. VB.NET解压与解压

    1下载:
  2. 用VB.NET2008编写,利用线程技术外调WinRAR,解压与解压文件。普通的用Shell方式外调WinRAR,是无法准确掌握压缩完成和解压完成时间的。
  3. 所属分类:其它

  1. 用动态规划思想压缩位图

    1下载:
  2. 此程序使用动态规划的方法压缩位图,用MFC实现。可以压缩8位、16位、24位的位图。用进度条显示压缩、解压进度。 算法思想: (1)对8、16、24位位图数据的读功能 有一个参数为输入位图文件名(*.bmp),它能解析8、16、24位位图文件格式,获取位图BITMAPINFOHEADER信息和每个像素的数据信息,放入内存中。 (2)对8、16、24位位图数据的写功能 有一个参数为输出位图文件名(*.bmp),它能将内存中的位图文件信息,按照位图格式,写到位图文件中保存。
  3. 所属分类:Windows编程

  1. .NET 实现文件管理,上传文件

    0下载:
  2. 1、以“TreeView”形式浏览用户目录下的文件夹(可展开)和文件; 2、剪切、复制、粘贴、删除、重命名文件或文件夹,新建文件夹; 3、可上传压缩文件(*.zip,*.rar),然后利用winrar软件,在用户主目录解圧,也可对文件(夹)进行压缩; 4、可下载文件、对于文件夹或是多个文件则进行压缩打包成(DownLoad.zip)下载; 5、分割文件(为减轻服务器负担,设定为2~5个部分)以及提供文件的合并; 6、提供一回收站“Recycler”; 7、*已更新*自动重命名——在文
  3. 所属分类:源码下载

  1. CTestUnrar.zip

    0下载:
  2. A MFC class to unpack rar files, with Multithread and GUI support VC++实现RAR文件格式的解压缩,A MFC class to unpack rar files, with Multithread and GUI supportVC++ Achieve RAR file format extract
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:104815
    • 提供者:Mr.
  1. lzw.rar

    0下载:
  2. lzw 以C++语言完成了lzw压缩程序 根据压缩文件建立字典 根据压缩后的文件建立解压缩字典 无需携带字典,LZW to C++ language completed a LZW compressed file compression program in accordance with the establishment of the dictionary in accordance with the establishment of compressed files without dec
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:1327
    • 提供者:caj
  1. Decompress.rar

    0下载:
  2. tar,zip,tgz,gz等压缩文件的加压缩库,解压到内存中,lib库工程,tar, zip, tgz, gz compressed files, such as add compression library, unzip into memory, lib library project
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:182718
    • 提供者:子安
  1. zip_utils_src.zip

    0下载:
  2. Wince及PC端Zip压缩文件的压缩与解压源码,Wince and the PC side of Zip compressed file compression and decompression source
  3. 所属分类:Windows CE

    • 发布日期:2017-03-27
    • 文件大小:222717
    • 提供者:chenzengqing
  1. CompressDecompress.rar

    1下载:
  2. ACMS压缩算法.zip arc压缩工具.zip ASH压缩算法.zip CAB解压缩程序.zip COM压缩算法.zip C语言常用算法源代码.zip HA压缩算法.zip jac压缩算法.zip lharc压缩算法.zip LZHUF、LZSS、LZARJ压缩算法.zip LZSS压缩算法.zip lzw压缩算法.zip Splay树压缩算法.zip USQ压缩工具.zip zip解压.zip zip压缩解压范例.zip 哈夫曼编码树算法.zip 哈夫曼压缩
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-09
    • 文件大小:1164704
    • 提供者:haochao
  1. dxf.rar

    6下载:
  2. 用vb编写的可读取和显示DXF文件格式的程序,解压缩后可见源码.,Prepared to use vb to read and display DXF file format of the procedure, we can see that the extracted source.
  3. 所属分类:Graph Drawing

    • 发布日期:2014-05-12
    • 文件大小:365220
    • 提供者:qj1cjg
  1. ZipTest_src.zip

    0下载:
  2. 这是一款zip压缩与解压缩的编码,可以通过调用里面压缩函数和解压缩函数对相应的文件与文件夹进行压缩与解压缩功能的操作,This is a zip compression and decompression of the coding, you can by calling the function inside the compression and decompression function of the corresponding file and folder compression a
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-26
    • 文件大小:98071
    • 提供者:李勇
  1. RARjm

    14下载:
  2. rar解压缩密码暴力破解 一个速度很快,可以帮你找回RAR文件的密码,注册后可以解开多达128位密码。它提供有预估算出密码所需要的时间;可中断计算与恢复继续前次的计算。 强力的 RAR/WinRAR 密码破解工具。 功能特性: 简单易用 一个实例只可破解一个文件,但运行多个实例即可同时破解多个文件 支持各种压缩方式 支持自解压压缩包 可自设暴破字符集(支持非英文字符) 随时可中断破解进度,稍后可自断点继续 可后台运行,仅
  3. 所属分类:压缩解压

    • 发布日期:2012-10-22
    • 文件大小:767664
    • 提供者:123
  1. UnZipQQGamePKG2bmp

    1下载:
  2. 解包腾讯QQGame里的PKG文件,解压缩出来的文件为MIF格式的,内附MIF转BMP格式的小程序-Unpack Tencent QQGame in the PKG file, extract out the file format for the MIF, MIF turn BMP format included a small program
  3. 所属分类:File Operate

    • 发布日期:2017-03-30
    • 文件大小:135781
    • 提供者:阿淞
  1. g726-vc-2010-05-12-1

    0下载:
  2. g.726语音编解码标准的使用,整个程序的功能如下: 1)读入原始的WAV语音文件(Audio sample rate:8khz,Audio sample size:8bit) 2) wav语音文件转为PCM语音文件 3)对PCM语音文件进行G.726压缩编码 4)对压缩后的文件进行解压缩转为PCM语音文件 5)把PCM语音文件转为WAV语音文件-g.726 speech coding standards for the use of the functions
  3. 所属分类:Audio program

    • 发布日期:2017-03-24
    • 文件大小:324869
    • 提供者:陈智铭
« 1 2 3 4 56 7 8 9 10 ... 50 »
搜珍网 www.dssz.com