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

搜索资源列表

  1. ActualJPEG

    0下载:
  2. 一个图像压缩的matlab程序,对理解图像的压缩解压,可以高效的实现图像的压缩解压。-An image compression matlab program, an understanding of image compression decompression, can be highly efficient implementation of image compression decompression.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:74579
    • 提供者:jiong
  1. HuffmanCompression

    0下载:
  2. 这是一个用Visual C++编写的HUFFMAN编码压缩解压程序。-This is a work written in Visual C++ coding compression decompression procedures HUFFMAN.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-24
    • 文件大小:126645
    • 提供者:zheng
  1. VclZip.pro.v3.10.1

    0下载:
  2. 用来制作或解压zip格式的文件的控件,支持zip64格式,支持最大文件大小2G,支持最大999个分割压缩包-Used to create or extract the zip file format control, support zip64 format, support for the maximum file size of 2G, support for the biggest 999 split cabinet
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-27
    • 文件大小:535711
    • 提供者:Tom
  1. file

    0下载:
  2. delphi 视频压缩程序,能压缩,能解压,来拿学习不错。-delphi video compression process, can be compressed, can decompress, to come and collect a good study.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:8367
    • 提供者:whoami
  1. rarcode

    0下载:
  2. rar解压缩源码 官方发布的部分关于解压缩的源代码-rar unzip source code part of the official release the source code on the extracted
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:122801
    • 提供者:张鸿志
  1. haozip_v1.7.3612

    0下载:
  2. 压缩解压haozip_v1.7.3612-压缩解压haozip
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-12
    • 文件大小:2814721
    • 提供者:teoh g
  1. Huffman

    0下载:
  2. 在数据库课程实习时候,保存的资料,运用了哈弗曼树进行压缩解压。希望可以有所帮助。-Internship programs in the database when the information stored, using the Havermann tree compression decompression. Hope that we can help.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:239290
    • 提供者:杨泽崎
  1. acode

    0下载:
  2. 自适应算术编码:实现图像、文档、视频的压缩解压-To achieve images, documents, video compression decompression
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:335033
    • 提供者:张艳
  1. DecompressLib

    0下载:
  2. 1. 实现Wince平台下的rar\zip文件压缩解压 2. 包含源码工程及测试工程 3. 包含lib-1. Wince platform to achieve the rar \ zip file compression decompression 2. Contains source engineering and test engineering 3. Include lib
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-09
    • 文件大小:1489000
    • 提供者:李漂
  1. 8942_nettalk1.1demosrc

    0下载:
  2. NetTalk是一个适用于局域网和因特网的可视软件 一. 开发环境 Windows2000 Server & Visual C++6.0 & SDK +自开发的CWndX类库(相当于简化的MFC涉及窗口的部分) 二. 支持环境 Windows98/ME/2000/XP 三. 所涉及协议和标准 网络传输采用UDP协议(被封装成支持超时重传等机制的UDP类),音频压缩采用G.729标准,视频压缩采用H.263标准 四. 性能参
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:329305
    • 提供者:lltxyz
  1. MSP430_Record

    0下载:
  2. 以msp430单片机为平台,采集语音信号并进行压缩解压处理,然后无失真的输出-To msp430 microcontroller platform, gathering and compression decompression audio signal processing, and output without distortion
  3. 所属分类:Voice Compress

    • 发布日期:2017-03-27
    • 文件大小:32577
    • 提供者:pipi
  1. jpegofMATLAB

    0下载:
  2. 完整的jpeg压缩解压程序,基于matlab环境,调试无误-Complete jpeg compression decompression program, based on matlab environment, debug and correct
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-07
    • 文件大小:233424
    • 提供者:风散流尘
  1. JAVAMain

    0下载:
  2. 2种压缩、解压的实现 1> j2se的zip压缩解压实现 2> 基于apache tools的压缩解压实现 -Two kinds of compression and decompression of the realization of 1> j2se of zip compression decompression achieve 2> on apache tools to achieve the compression decompression
  3. 所属分类:Java Develop

    • 发布日期:2017-05-06
    • 文件大小:1191958
    • 提供者:叶城
  1. shiyan

    0下载:
  2. 在MATLAB环境下四个实验,压缩解压以便日后使用-change picture
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-08
    • 文件大小:28429
    • 提供者:skybaby
  1. arith

    0下载:
  2. 用VC++实现的自适应算术编码压缩解压程序,调试通过。-Vc++ realize adaptive arithmetic coding compressed sources, commissioning procedures.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:213092
    • 提供者:梁明飞
  1. huffman

    0下载:
  2. VC++实现的huffman压缩解压编码,在DOS下运行,调试并通过。-VC++ implementation of the huffman compression decompression code in DOS to run, debug and through.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:221405
    • 提供者:梁明飞
  1. yashuo

    0下载:
  2. 一些压缩解压算法。总共有八个!!!大家可以参考一下。-Some compression and decompression algorithms. A total of eight! ! ! We can refer to.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:103627
    • 提供者:白胡子
  1. MyZipUnZipJavaUtilPorject

    0下载:
  2. 2种压缩、解压的实现 1> j2se的zip压缩解压实现 2> 基于apache tools的压缩解压实现 -Two kinds of compression and decompression of the implementation 1> j2se of zip compression decompression achieved 2> based apache tools to achieve compression decompression
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-10
    • 文件大小:1192147
    • 提供者:filix
  1. encode

    0下载:
  2. VC VFW方式下的视频信息采集压缩解压及显示-VC VFW mode video compression decompression and display of information collection
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-22
    • 文件大小:6769019
    • 提供者:张宏洋
  1. SingleFileDataStorage1.4.1

    0下载:
  2. SFDS虚拟文件系统,由一系列相关文件组成,其结构类似于压缩文件(但又不是压缩文件),可用于程序开发,其优点: (1)压缩/解压由系统自动完成,用户不必在此技术上花费大师精力; (2)完全兼容Delphi之流操作; (3)流可以从虚拟文件系统中间开始、结束,不必象一般压缩文件一样,从头开始读 (4)线程安全,可从同一文档中读写多个流 (5)最大支持2G的大文件 (6)可针对流建立“快捷方式”,类似于Winodws的快捷方式方式 (7)可进行各种检索 (8)开源、免
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:478421
    • 提供者:王金其
« 1 2 ... 14 15 16 17 18 1920 21 22 23 24 ... 50 »
搜珍网 www.dssz.com