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

搜索资源列表

  1. huffman

    0下载:
  2. 利用哈夫曼编码来进行图像的压缩解压程序代码。-Using Huffman coding for image compression decompression program code.
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-11
    • 文件大小:688
    • 提供者:yangjintao
  1. file-segment-and-merge-

    0下载:
  2. C#写的winfrom的简单的文件分割和合并小程序,(后来又加入了压缩解压功能,但是压缩解压功能有一些问题,无法正常使用。)-C# write winfrom simple file segmentation and merging of small procedures, (and later joined the compression decompression, but compression decompression function has some problems, can t
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:71298
    • 提供者:高华
  1. FileHelper

    0下载:
  2. 实现在windows,Linux,嵌入式Linux下的文件读,写,删除,更新,获取文件信息,LINUX下的文件压缩解压等文件操作-File operations to achieve in the windows, Linux, Embedded Linux file read, write, delete, update, get the file information, file under Linux codecs
  3. 所属分类:Communication

    • 发布日期:2017-04-15
    • 文件大小:7020
    • 提供者:pojrkwrpr
  1. Compress

    0下载:
  2. 压缩解压代码,通过对zlib的包装,定义两个自定义接口: long CompressText(char *pPage,char *buf,long lPageLen) long UnCompressText(char *pBuf,long lContentLen,char *pRetPage,long lPageLen) -Compression decompression code, through the zlib package, define two custom inte
  3. 所属分类:Other systems

    • 发布日期:2017-04-30
    • 文件大小:13795
    • 提供者:zhugf
  1. Zip压缩相关源代码

    0下载:
  2. 利用zip库来实现压缩,CRC校验以及解压的功能
  3. 所属分类:Windows编程

  1. LZW_JAVA

    0下载:
  2. LZW算法,文件压缩解压算法。LZW算法基于转换串表(字典)T,将输入字符串映射成定长(通常为12位)的码字。在12位4096种可能的代码中,256个代表单字符,剩下3840给出现的字符串。-LZW algorithm, file compress and decompress
  3. 所属分类:File Operate

    • 发布日期:2017-04-14
    • 文件大小:4469
    • 提供者:孙文心
  1. ZipTest

    0下载:
  2. C#开发的Zip压缩解压示例(wpf) 全部为代码未引用其他类库-C# development of Zip compression and decompression example (wpf)
  3. 所属分类:CSharp

    • 发布日期:2017-04-30
    • 文件大小:147351
    • 提供者:王龙刚
  1. quazip

    0下载:
  2. Qt中用来做压缩解压的功能,可以实现解压和压缩的quazip包-Qt are used for compression and decompression functions, you can achieve decompression and compression quazip package
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-30
    • 文件大小:42228
    • 提供者:donghualin
  1. FileHelper

    0下载:
  2. 实现在windows,Linux,嵌入式Linux下的文件读,写,删除,更新,获取文件信息,LINUX下的文件压缩解压等文件操作-File operations to achieve in the windows, Linux, Embedded Linux file read, write, delete, update, get the file information, file under Linux codecs
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-15
    • 文件大小:7158
    • 提供者:jv8764578ranhu
  1. jpeg

    0下载:
  2. jpeg压缩解压matlab代码 zigzag扫描 rle行程编码-jpeg compression
  3. 所属分类:Other systems

    • 发布日期:2017-05-07
    • 文件大小:1100908
    • 提供者:王薛昊
  1. FileManager

    0下载:
  2. 由于工作中的程序日志,是通过IIS自带的目录浏览功能来查看,不能进行一些处理,比如文件太多,页面显示太慢,想移动一些文件到旧的目录,或一些其它的文件管理操作,就做了一个简单的资源管理器,为了简单,代码和html全在一个文件里,什么压缩解压的功能也没加-FLIE MANAGER
  3. 所属分类:.net

    • 发布日期:2017-05-05
    • 文件大小:8189
    • 提供者:kidd
  1. HuffmanCompressMFC

    1下载:
  2. huffman压缩,能够都所有文件进行压缩解压,使用huffman树-huffman compression can compress all files are decompressed using huffman tree
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-05
    • 文件大小:219111
    • 提供者:秦政
  1. lu

    0下载:
  2. 易用录屏播放器源码例程程序结合易语言压缩解压支持和操作系统界面功能支持库,用来播放易用录屏仪eyon格式文件。 -Easy to use screen player source routine procedures combined with easy language compression and decompression support and operating system interface features support library, easy to use play
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-12
    • 文件大小:4589
    • 提供者:zh2236
  1. huffman

    0下载:
  2. 基于Huffman树的压缩文件及解压文件源代码,可压缩txt,图片,音频等,但txt格式压缩率较高,其他格式压缩不明显(Huffman tree based compressed files and decompression file source code, compressed TXT, pictures, audio, etc., but TXT format compression rate is higher, other formats are not obvious compre
  3. 所属分类:Windows编程

    • 发布日期:2017-12-25
    • 文件大小:1697792
    • 提供者:岚爻
  1. zipdll

    0下载:
  2. zip 压缩解压 封装好的 dll 可以直接使用 C++(Zip compression decompression package DLL, you can use C++ directly)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:218112
    • 提供者:kl0227
  1. GZipCompressAndDecompress

    0下载:
  2. C# 动态类库 GZip的压缩解压,VS2015(This is Compress And Decompress function by C#)
  3. 所属分类:C#编程

    • 发布日期:2017-12-19
    • 文件大小:20480
    • 提供者:xgq12
  1. RSA算法模块

    1下载:
  2. 易语言成品模块] 常用全能压缩解压模块(.rar.zip.7z……)[复制链接] ...【常用全能压缩解压模块】 带密码、注释、锁定、删除等功能,全部常用功能等待(password, annotation, lock, delete, and other functions, all commonly used functions to wait)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:14336
    • 提供者:55651e
  1. Huffmantree

    0下载:
  2. 利用huffman树编码来压缩或者解压文件(Use huffman tree to compress or decompress files)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-07
    • 文件大小:2048
    • 提供者:ithaqua
  1. 20171214_101418021

    0下载:
  2. 管理系统,家电维修管理,高级表格支持库,压缩解压支持库,超级菜单支持库,扩展界面支持库一,扩展界面支持库二,操作系统界面功能支持库, 精修家电维修管理系统是一套功能强大而又简便实用的维修管理软件,包括 维修服务、配件管理、资金管理、数据维护、系统功能、帮助说明等功能模块.实现了维修服务企业日常营运的全面电脑自动管理,是维修服务行业进行电脑信息化管理的理想选择。丢弃了传统用的纸和笔管理工单的模式。使工作效率大大的提高,提高工作效率,就能增加经济效益,同时也大大降低了员工的劳动强度。(Ma
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:517120
    • 提供者:别叫我
  1. wzmmlp

    0下载:
  2. 13 2Kbps GSM手机语音压缩解压源代码C语音()
  3. 所属分类:通讯编程

    • 发布日期:2018-01-11
    • 文件大小:29696
    • 提供者:vcmnqr
« 1 2 3 4 5 67 8 9 10 11 ... 20 »
搜珍网 www.dssz.com