CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 压缩解压 搜索资源 - 32

搜索资源列表

  1. aplib-0.43

    0下载:
  2. aPLib is a 32-bit compression library based on the compression algorithm used in aPACK (my executable packer). aPLib is an easy-to-use alternative to many of the heavy-weight compression libraries available.-aPLib is a 32-bit compression libra
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:195.94kb
    • 提供者:林松英
  1. 7z432

    0下载:
  2. 版本4.32,7z压缩软件源码,比rar的压缩比还高!-version 4.32,7 z compression software code than rar compression ratio is higher!
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1.22mb
    • 提供者:luocong
  1. SPIHT_matlab_code

    0下载:
  2. MATLAB implementation of SPIHT (without Arithmatic coding stage). % Performance evaluation : this toolbox VS. SPIHT % Test image: lena512.raw % bpp SPIHT(dB) This code(dB) % 0.1000 29.8107 29.3202 % 0.2000 32.7202 32.2514 % 0.3000 34.5
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:178.09kb
    • 提供者:jason..
  1. Wavelets

    0下载:
  2. 本代码为采用小波基进行图像压缩的代码程序,压缩率可以达到1/32。采用vc编写。-code for the use of wavelet image compression code procedures, compression ratio can reach 1 / 32. Prepared using vc.
  3. 所属分类:压缩解压

    • 发布日期:2014-01-15
    • 文件大小:98kb
    • 提供者:任桢
  1. Cpp1

    0下载:
  2. 汉明码生成程序,可以用于实现对32位字符串的编码,是用VC++实现的,很好用
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1.07kb
    • 提供者:ha
  1. COMPRESS_BMP

    0下载:
  2. 这是一个关于基于混合编码的图象压缩技术的实现,现在勉强可以实现关于小波的图象压缩实现。此程序可以将BMP格式的图象经压缩后以JPG的格式存储起来!压缩比一般可以达到32:1。还可以显示编码压缩所耗时间-This is a mixed coding on the basis of the image compression technology, and now can barely be achieved on wavelet image compression achieved. This p
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:59.45kb
    • 提供者:宦夏
  1. lzma-sdk-4.32

    0下载:
  2. Lzma的全称是Lempel-Ziv-Markov chain Algorithm,和bzip2/gzip一样,是一款压缩/解压软 件.它比bzip更加快速与高效。就我们所知, gzip压缩比率低于bzip2 (还有 lzma).-Compression ratio results are very dependent upon the data used for the tests. Usually, 7-Zip compresses to 7z format 30-70 better th
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-28
    • 文件大小:198.51kb
    • 提供者:田浩
  1. sampleWinRRZIParchive

    0下载:
  2. simple win 32 console a-simple win 32 console app
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-07
    • 文件大小:1.33kb
    • 提供者:horatio
  1. callzipdll_callzlib_HUFUNHUF

    0下载:
  2. 字符串和文件压缩和解压缩的例子,既有成熟的第三方标准dll的调用例子(callzlib调用动态库压缩解压缩字符串,callzlib调用静态库压缩解压缩字符串.rar),也有zipdll这个 c++ dll的调用例子,还有16/32位Haffman编码压缩与解压缩的程序(huf,单文件压缩程序huftest,单文件解压缩程序huftest)。 huf目录的两个源程序:HUF.C和UNHUF.C能用16位编译器编译通过,不能在VC中直接编译通过 现在我已经将HUF/UNHUF的代码用v
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-10
    • 文件大小:1.23mb
    • 提供者:hanxiaohua
  1. MatlabDimensionReductionToolbox

    0下载:
  2. 经典的降维方法集合,包含近代诸多算法,由马大博士生编著。-The Matlab Toolbox for Dimensionality Reduction contains Matlab implementations of 32 techniques for dimensionality reduction. A large number of implementations was developed from scratch, whereas other implementations ar
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-04
    • 文件大小:1008.27kb
    • 提供者:Alan
  1. nucleus3.32TW

    0下载:
  2. Nucleus CMS 3.32 繁體中文-Nucleus CMS 3.32 Traditional Chinese
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:617.09kb
    • 提供者:Thomas Choy
  1. 32

    0下载:
  2. 禁止ALT-TAB切换等等 禁止ALT-TAB切换-Ban ALT-TAB to switch ban ALT-TAB to switch and so on and so on and so forth against ALT-TAB to switch
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-07
    • 文件大小:7.41kb
    • 提供者:李志涛
  1. MyBitMapCompress

    0下载:
  2. 一个简单的32位位图压缩算法,基本思想是,扫描像素点,后面有雷同的就记下重复次数。-A simple 32-bit bitmap compression algorithm, the basic idea is to scan pixel, behind identical repetitions on the record.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-13
    • 文件大小:2.55kb
    • 提供者:胡淳
  1. AsciiToHex

    0下载:
  2. 将32个字符压缩成24个,再将24个字符解压,还原为32个字符-32 characters will be compressed into 24, then 24 characters decompression, reduction of 32 characters
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:37.4kb
    • 提供者:new
  1. WinRAR.4.00.FINAL.32-64-Bit

    0下载:
  2. Windows 解压软件 WinRAR.4.00.FINAL.32-64-Bit-Windows WinRAR.4.00.FINAL.32-64-Bit
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-27
    • 文件大小:9.6mb
    • 提供者:xxl
  1. crc32

    0下载:
  2. 在tc 上测试通过的 循环冗余校验 CRC32 算法-CRC 32 cyclic redundancy check
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:883byte
    • 提供者:李国梁
  1. MYhuffman

    0下载:
  2. 重写的经典huffman算法,本类融合了快速排序,插入排序,压缩阶段:每个assic从根递归写入一个DWORD中,当写满DWORD的32位的时候,写入一次内存压缩快>然后循环 解压过程:每次读取一个DWORD长度数据再反响循环&过滤该从左还是右子树进行还原当到达叶节点时候,读取对应节点的assic编码 再加压与解压末尾时候会出现不满足4个字节的数据,我把它们简称为补码,用来效验最终文件大小.-Huffman algorithm rewrite the classic blend o
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-12
    • 文件大小:4.87kb
    • 提供者:杨斌
  1. WindowsCHM-P-

    0下载:
  2. Windows环境下32位汇编语言程序设计(1)CHM + -Windows CHM+
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-13
    • 文件大小:3.17mb
    • 提供者:陈翔
  1. RSADES

    0下载:
  2. DES和RSA混合加密DES密码体制主要由3方面组成:密钥生成、加密函数以及解密函数。该算法在VC6.0的平台下以C++来实现。子函数说明-   Void SetKey(const char* Key, int len)    {     Memset(deskey,0,16)     Memcpy(deskey,key,len>16?16:len)     SetSubKey(&SubKey[0],&deskey[0])     Is3DES = len
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-17
    • 文件大小:128.24kb
    • 提供者:何旭
  1. WRAR4.01sc.Crack

    0下载:
  2. WinRAR.最新版本.V4.01,支持32,64位。-WinRAR latest version .V4.01 32 64
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-09
    • 文件大小:1.65mb
    • 提供者:hellowrold-001
« 12 »
搜珍网 www.dssz.com