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

搜索资源列表

  1. lzwtime

    0下载:
  2. lzw的压缩程序,算法很经典 可以输出压缩的时间-4,558,302 compression procedure, the algorithm classic can output the compressed time
  3. 所属分类:压缩解压

  1. LZ77算法源代码

    1下载:
  2. 用C语言实现了LZ77算法。程序独特之处在于使用了64KB大小的固定长度窗口,利用此方法可分块压缩数据。-realize LZ77 algorithm by C language.Specially program uses a 64k stable length window.It can compress data by block by using this method.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:5412
    • 提供者:hjxm
  1. 改写的分行程序

    0下载:
  2. 这是分行用于图像压缩的经典的程序,在正常的情况下可达到7:1左右的压缩比.-This is a branch for the classic image compression procedures, in normal circumstances can reach about 7:1 compression ratio.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:76173
    • 提供者:郑英
  1. fastjar-0.90

    0下载:
  2. jar文件处理原程序,实现类似于jdk中jar命令的类似功能,可以生成,读取,解压jar文件,支持manifest-jar document processing program, which jdk achieve similar orders of the jar similar functions, can be generated, read, extract jar papers to support manifest
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:50788
    • 提供者:何云龙
  1. PicCompressEncode(VC)

    1下载:
  2. 本程序是用VC++6.0开发的BMP转JPEG格式的图片压缩源程序,编译后即可运行。并且可以自行设定压缩的质量。-this program is the development of the VC 6.0 BMP format to the JPEG image compression source, the compiler can run after. And can set their own compression quality.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:594398
    • 提供者:刘利辉
  1. SQUSQ

    0下载:
  2. 一个很好的压缩与解压程序,压缩比为1:3,可用于实时图像的传输-a very good compression and decompression procedures, compression ratio of 1:3, can be used for real-time image transmission
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:4479
    • 提供者:刘牛
  1. ZOO

    0下载:
  2. 一个很好的压缩与解压程序,压缩比1:3,可用于实时图像传输。-a very good compression and decompression procedures, 1:3 compression ratio can be used for real-time image transmission.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:248925
    • 提供者:刘牛
  1. 程序内存驻留程序(TSR)8

    0下载:
  2. 在C语言中,可以用keep ( )函数将程序驻留内存。这个函数有两个参数:status和size。size为驻留内存长度,可以用size=_SS+_SP/16-_psp得到,当然这也是一种估算的方法,并不是精确值。函数执行完以后,出口状态信息保存在status中。比如,对于上面的例子,将“geninterrupt (0x60) ”改写成“keep(0,_SS+_SP/16-_psp) ”后再执行程序,这一段程序就被驻留,此后在其它的任何软件或程序设计中,只要用到了60H号中断,就会在屏幕上显示“
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:7333
    • 提供者:高俊杰
  1. zip密码破解程序.可以用无穷发也可以用字典.

    1下载:
  2. zip密码破解程序.可以用无穷发也可以用字典-zip password cracking program. Infinite can also be made using the dictionary
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:35029
    • 提供者:zs
  1. amr-nb-decoder

    2下载:
  2. AMR-NB的解码程序,纯C, VC建立工程即可使用.标准测试序列通过测试,与编码配合使用.-AMR-NB codec procedures, and pure C, VC can be used to establish the project. the standard test sequence to pass the test, used in conjunction with coding.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:78164
    • 提供者:王博
  1. jpeglib1

    0下载:
  2. 含有七个函数,读写Jpeg,GIFBMP。可自动识别JPGGIFBMP;可保存JPG;可控制JPG的读写速度、质量;可读取动画GIF的任意帧;标准参数调用,可用于其他程序语言;占极少的内存!(修正了1.0版中的BUG)-containing seven functions, read and write Jpeg, GIFBMP. Automatic identification JPGGIFBMP; Kept JPG; JPG control the read and write speed,
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:171071
    • 提供者:王子秋
  1. Fractal_

    0下载:
  2. 为绘制分形混浊曲线、Julia集、和Mandelbrot集的程序源代码,程序运行后, 分别选择菜单“分形”下的子菜单“混沌曲线”、“Julia集”或者“Mandelbrot集”,将分别绘制这 几种分形图案。对于Mandelbrot集,可以用托动鼠标选择一矩形框,然后点击鼠标右键对所选择的区域 进行放大。-for mapping turbidity fractal curve, Julia sets, and the Mandelbrot set of program source c
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:53389
    • 提供者:cheaijing
  1. 0-HUFF_SC

    0下载:
  2. 一个很好的压缩与解压程序,压缩比1:3,可用于实时图像传输。huff压缩算法-a very good compression and decompression procedures, 1:3 compression ratio can be used for real-time image transmission. Huff Compression Algorithm
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:39392
    • 提供者:王仲楼
  1. decodec

    0下载:
  2. 分层多描述解码 由编码程序分出的两个码流 可由此程序恢复原图像-hierarchical coding process by decoding the separation of the two bitstream This procedure can restore the original image
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:14229
    • 提供者:zouyi
  1. RocJPEG

    0下载:
  2. 一个很好的压缩编码程序,用户可以在自己的程序里面添加-a good coding procedures, users can own procedures inside Add
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:19721
    • 提供者:发发
  1. eda

    0下载:
  2. 编写的一个秒表程序,可以下载解压后参考,每一步都有详细解释。-Procedures for the preparation of a stopwatch, you can download after decompression of reference, a detailed explanation of each step.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-09
    • 文件大小:1281993
    • 提供者:李帅
  1. can

    0下载:
  2. can总线程序希望对大家有所帮助! 如需相关材料,请联系-can
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:578686
    • 提供者:纷飞
  1. hnt

    0下载:
  2. 用java制作的汉诺塔自动演示小智力程序,运行时,只要点击开始演示就可以看到汉诺塔的演示全过程。-Tower of Hanoi produced using java auto shows little intelligence program, run-time, just click to start the presentation you can see the whole process of Hanoi Tower of the presentation.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:10702
    • 提供者:程龙
  1. 786813

    0下载:
  2. 解压缩WinRar的控件,系统不用安装WinRar程序也可以解压缩Rar文件(Unzip the WinRar controls, the system need not install WinRar program also can extract the Rar file)
  3. 所属分类:压缩解压

    • 发布日期:2017-12-20
    • 文件大小:98304
    • 提供者:ohoxqdurwl
  1. 灰色神经网络预测程序(无输入)

    0下载:
  2. 可以拟合出精度很高的预测值,强烈推荐给大家,很好用的(Can fit a highly accurate prediction, highly recommended to everyone, very good.)
  3. 所属分类:压缩解压

    • 发布日期:2018-04-28
    • 文件大小:1024
    • 提供者:秦奋
« 12 3 4 5 6 7 8 9 10 ... 18 »
搜珍网 www.dssz.com