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

搜索资源列表

  1. Huffman

    0下载:
  2. 利用Huffman算法编写的代码,能够实现压缩解压的功能-Huffman Coding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-13
    • 文件大小:2650452
    • 提供者:刘用翔
  1. jpeg

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

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

    0下载:
  2. 本程序的基本操作和一些特色功能如下: 拖曳文件,在列表方式显示状态下,拖曳文件的图标即可进入拖曳状态 在图标显示方式下,轻轻双击文件即可进入拖曳状态. 在不同的位置松手也有不同的动作, 支持多标签页显示,右上角的+号是添加标签页按钮,中间部分是其它标签页,长按标签页则关闭标签页.标签页可以隐藏。 文件库功能,类似于书签,可以建多个库,在库里可以添加文件,对文件进行分类.便于管理文件. zip压缩/解压,由于只用utf-8字符,所以用windows系统的winrar的文件会出现中文
  3. 所属分类:android

    • 发布日期:2017-05-11
    • 文件大小:2472345
    • 提供者:
  1. 16Java

    0下载:
  2. 1, 访问资源程序,通过输入某一资源的url属性,来单独访问这一资源 2, 客户和服务器即时聊天工具:提供了一些类可以实现两台主机进行连接和通信; 3, 压缩解压程序,实现对原始数据的压缩,来减少该数据所占用的存储空间。同时,还可以对压缩后的数据进行解压,还原成原始的数据且不会丢失数据,进而来对数据进行一系列的操作。-1, access to the resource program, through the input of a resource of the URL propert
  3. 所属分类:JavaScript

    • 发布日期:2017-05-04
    • 文件大小:8119
    • 提供者:上官佳
  1. gzip

    0下载:
  2. gzip压缩解压实现算法,该算法基于Huffman编码,能够压缩和解压.gz格式的文件。-gzip compression decompression algorithm, the algorithm based on Huffman coding to compress and decompress .gz format.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-28
    • 文件大小:10652616
    • 提供者:chenzhiyuan
  1. Test7Z

    0下载:
  2. 利用7z命令行 压缩解压实例-7z compression decompression use the command-line examples
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-13
    • 文件大小:2949171
    • 提供者:LiChunyang
  1. FileManager

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

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

    0下载:
  2. facebook最新开源的文件高效压缩解压源码,值得学习。-facebook latest open source file compression efficiently extract the source, it is worth learning.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-04
    • 文件大小:151385
    • 提供者:王振
  1. onlinezip

    0下载:
  2. 由于作者网站空间使用虚拟机, 空间不太充足, 不提供演示地址! 优点: 在PHP5.3.2环境写作, 在正常操作状态下, 不会出现报错信息, 现有互联网上下载的PHP在线压缩解压类都有一定的报错, 在开启报错情况下导致无法实现正常功能, 本类除外! 同一界面, 在线解压/压缩打包,适合大多数站长朋友使用. 程序不在界面保留太多版权信息, 在您使用时, 请尊重作者的劳动成果. 特别提示:实际使用中, 您可以包含自己的权限文件进去更安全. -PHP5.3.2 environment in the w
  3. 所属分类:Web Server

    • 发布日期:2017-05-04
    • 文件大小:16967
    • 提供者:ci
  1. lz77-vs

    0下载:
  2. lz77算法的文件压缩解压,c++语言编写-LZ77 compression decompression by c++
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-30
    • 文件大小:11830056
    • 提供者:1
  1. phpzip

    0下载:
  2. phpZip 是一个压缩/解压工具,是专为加快与服务器之间上传或下载文件而设计的。其最大的特点是附带PHP的解压/压缩程序,也就是说,本地压缩的程序可以在服务器解压缩,也可以将服务器端的文件打包下载,然后在本地解开。 当然,您也可以将这个程序当作普通的压缩工具来使用,也是很不错的。-PhpZip is a compression/decompression tool designed to speed up uploading or downloading files to and your
  3. 所属分类:Web Server

    • 发布日期:2017-05-05
    • 文件大小:105204
    • 提供者:dls
  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. onlinezip

    0下载:
  2. 由于作者网站空间使用虚拟机, 空间不太充足, 不提供演示地址! 优点: 在PHP5.3.2环境写作, 在正常操作状态下, 不会出现报错信息, 现有互联网上下载的PHP在线压缩解压类都有一定的报错, 在开启报错情况下导致无法实现正常功能, 本类除外! -PHP5.3.2 environment in the writing, under normal operating conditions, the error message will not appear, the existing Inte
  3. 所属分类:Web Server

    • 发布日期:2017-05-04
    • 文件大小:16242
    • 提供者:tzeexb
  1. hulfman-code

    0下载:
  2. 利用霍夫曼树压缩与解压文件(注:压缩解压时需要自行输入文件格式-Huffman tree compression and decompression file (Note: need self-extracting compressed file format input
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-12-11
    • 文件大小:52566016
    • 提供者:路遥
  1. quazip

    1下载:
  2. quazip 是 qt下的压缩解压类库,0.72版本-quazip qt is under compression decompression library, version 0.72
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-04
    • 文件大小:253797
    • 提供者:sunbm
  1. 8phpfile_v2.6.4

    0下载:
  2. 八年PHP文件管理器功能: ajax 无刷新操作 支持 批量操作 删除 修改属性 剪切 复杂粘贴 上传 支持 无刷新上传 支持 js css html php 代码 压缩格式化,编辑器配色,代码加亮查看 支持在线 ZIP tgz 压缩 解压 zip和文件夹 预览 支持 文件备注 支持 -Eight-year PHP file manager function: ajax no refresh operation to support batch operation to delete modif
  3. 所属分类:Web Server

    • 发布日期:2017-05-05
    • 文件大小:300793
    • 提供者:bg
  1. ADPCM

    0下载:
  2. 语音压缩解压算法ADPCM,用C语言实现。-Voice compression and decompression algorithms ADPCM, implemented in C language.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-05
    • 文件大小:140205
    • 提供者:李仑
  1. Compress

    0下载:
  2. 用c++实现的一个简单的霍夫曼编码压缩解压程序-huffman coding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-05
    • 文件大小:472236
    • 提供者:彭祖娇
  1. zip

    0下载:
  2. 易语言zip解压源码例程程序结合易语言压缩解压支持库,实现ZIP文件的解压。 -Easy language zip decompression source routine procedures combined with easy language compression decompression support library, ZIP file decompression.
  3. 所属分类:ELanguage

    • 发布日期:2017-05-05
    • 文件大小:7345
    • 提供者:zhch82
  1. ya

    0下载:
  2. 易语言汉字文本压缩解压源码例程程序演示了自定义的压缩解压文本的方法。 -Easy language Chinese text compression and decompression source routine program demonstrates a custom compression decompression text method.
  3. 所属分类:ELanguage

    • 发布日期:2017-04-14
    • 文件大小:2801
    • 提供者:zcwl
« 1 2 ... 25 26 27 28 29 3031 32 33 34 35 ... 50 »
搜珍网 www.dssz.com