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

搜索资源列表

  1. Wavelet Image Compression Program.zip

    0下载:
  2. 所属分类:压缩解压

    • 发布日期:
    • 文件大小:205.84kb
    • 提供者:
  1. cab文件压缩、解压程序源代码

    0下载:
  2. cab文件压缩、解压程序源代码-cab file compression, decompression program source code
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:141.76kb
    • 提供者:李涛
  1. compress_folders

    0下载:
  2. 哈夫曼压缩程序,实现了文件加读取,对文本文件的压缩率与rar差不多,读学习c/c++的朋友非常有用-huffman compression program, which realizes folder access and compressing rate is the same to rar when compressing text file
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:77.95kb
    • 提供者:聂波
  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
    • 文件大小:5.29kb
    • 提供者:hjxm
  1. DrakeDCT050629B

    0下载:
  2. DCT离散余弦变换编码和解码,利用vc对bmp图像实行变换,可以对变换和恢复后的结果进行保存和观看比较结果-the program of DCT coding and decoding.It is used to transform bmp to jpg.you can compare the original bmp to transformed jpg
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:63.19kb
    • 提供者:中国
  1. EncodingReports

    0下载:
  2. 本程序包用标准C++实现了Huffman编码以及解码的基本类,并且通过MFC编写了测试程序,同时显示了各项压缩指标。是学习编码的基本入门资料。-this program use standard c++ to implement Huffman coding and decoding fundamental class,it is tested by a MFC program,which display compression information.it is begginer s mate
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:339.24kb
    • 提供者:黄应
  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
    • 文件大小:49.6kb
    • 提供者:何云龙
  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
    • 文件大小:580.47kb
    • 提供者:刘利辉
  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
    • 文件大小:7.16kb
    • 提供者:高俊杰
  1. zip密码破解程序.可以用无穷发也可以用字典.

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

    • 发布日期:2008-10-13
    • 文件大小:34.21kb
    • 提供者:zs
  1. SPLAY

    0下载:
  2. The program SPLAY is a pascal to C translation of a program that Kim Kokkonen wrote in Turbo Pascal to implement Splay Trees. This program compresses and decompresses files, and does a pretty good job of it. Contents: SPLAY.PAS Or
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:4.56kb
    • 提供者:王子秋
  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
    • 文件大小:52.14kb
    • 提供者:cheaijing
  1. bmpview

    0下载:
  2. 画图程序,非常好,好好啊哈-drawing program, very good, good aha
  3. 所属分类:压缩解压

  1. Wavelet Image Compression Program

    0下载:
  2. 有关图像压缩(wavelet)源程序-the Image Compression (wavelet) source
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:206.14kb
    • 提供者:范文
  1. gaoguangpuencode

    0下载:
  2. 用分形算法对高光谱图像压缩的MATLAB程序-With fractal algorithm to hyperspectral image compression MATLAB program
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:2.91kb
    • 提供者:tt
  1. delay

    0下载:
  2. 一个可编程延时,只要输入你想的延时周期就可以延时几个周期-a program delay verilog
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-23
    • 文件大小:16.51kb
    • 提供者:liaolain
  1. dpcm

    0下载:
  2. 进行预测编码的一部分程序,若想使用还需自己编写部分函数-To predict the coding part of the program, if you want to use some functions need to write your own
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:592byte
    • 提供者:Mr. Yang
  1. asm-zip-program

    0下载:
  2. 自己编写的一个汇编压缩程序,用的是行程算法。该程序适用于初学者学习,压缩后的文件不可以用常用软件解压。-I have written a compilation of compression program, using a trip algorithm. The program for beginners to learn, the compressed files can not use common software codecs.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:97.96kb
    • 提供者:赵霖
  1. Simple-text-compressin-program

    0下载:
  2. 简单的文本压缩程序,计算机会帮你任意生成一个文本,使用霍夫曼编码技术将文本压缩,效率一般。-Simple text compression program
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-08
    • 文件大小:1.49mb
    • 提供者:张恒通
  1. program-SIMPLER

    0下载:
  2. fortran simpler program
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:7.94kb
    • 提供者:benz
« 12 3 4 5 6 7 8 9 10 ... 44 »
搜珍网 www.dssz.com