搜索资源列表

  1. lecture%206%20%B1%E4%BB%BB%B1%E0%C2%EB%D3%EBJPEG%B

    0下载:
  2. 有关JPEG的教程,包括视频图象压缩与解压缩,以及其他视频处理算法。 -JPEG tutorial, include video compress, decompress and some other video process method.
  3. 所属分类:开发工具

    • 发布日期:2008-10-13
    • 文件大小:141824
    • 提供者:新华
  1. w3b2f02[1]

    0下载:
  2. JPEG教程,包括视频图象压缩与解压缩,以及其他视频处理算法。 -JPEG tutorial, Include video compress, decompress and some other video process method.
  3. 所属分类:开发工具

    • 发布日期:2008-10-13
    • 文件大小:156160
    • 提供者:新华
  1. comp

    0下载:
  2. Huffman算法做的压缩解压程序-compress/uncompress program with Huffman algorithm
  3. 所属分类:压缩解压

    • 发布日期:2024-05-08
    • 文件大小:4096
    • 提供者:站长
  1. 文本压缩

    0下载:
  2. 用huffman编码实现的文本压缩用compress进行压缩用uncompress进行解压缩-Huffman coding used to achieve the compression used compress text compression used for decompression uncompress
  3. 所属分类:C#编程

    • 发布日期:2024-05-08
    • 文件大小:117760
    • 提供者:朱金晨
  1. w3b2f02[1]

    0下载:
  2. JPEG教程,包括视频图象压缩与解压缩,以及其他视频处理算法。 -JPEG tutorial, Include video compress, decompress and some other video process method.
  3. 所属分类:电子书籍

    • 发布日期:2024-05-08
    • 文件大小:155648
    • 提供者:新华
  1. CompressionSample

    0下载:
  2. This sample demonstrates compression capabilities available in the .NET fr a mework. It builds a Windows Forms application that employs the GZipStream and DeflateStream types to compress and decompress files. The sample
  3. 所属分类:压缩解压

    • 发布日期:2024-05-08
    • 文件大小:144384
    • 提供者:winzheng
  1. HuffamnCoding

    0下载:
  2. 用VC++实现的一个简单哈夫曼压缩码和解码程序,可以对任意字符的文本文件进行压缩并解压-With VC++ Realize a simple Huffman compression code and decoding procedures, arbitrary characters can compress a text file and extracting
  3. 所属分类:文件操作

    • 发布日期:2024-05-08
    • 文件大小:233472
    • 提供者:陈明
  1. mppc-1.0.tar

    2下载:
  2. MPPC compress/decompress algorithm
  3. 所属分类:压缩解压

    • 发布日期:2024-05-08
    • 文件大小:5120
    • 提供者:marakew
  1. LZMA

    0下载:
  2. LZMA压缩/解压缩,接口简单,使用方便,内存占用经过合理安排,效率非常高,支持多线程。-LZMA compress/decompress, interface is very simple, easy to use, high efficiency, lower memory use, support multi thread
  3. 所属分类:压缩解压

    • 发布日期:2024-05-08
    • 文件大小:130048
    • 提供者:江浩
  1. Huffman_Final

    0下载:
  2. code to compress data usin huffman algorithm
  3. 所属分类:压缩解压

    • 发布日期:2024-05-08
    • 文件大小:49152
    • 提供者:blanca
  1. 7-zip

    0下载:
  2. 压缩解压工具7-zip源代码,包括汇编、c、c++三种语言版本及其说明文档。-the source code of the compress/decompress tool 7-zip,containing three language versions of asm、c、c++ and its descr iption document.
  3. 所属分类:压缩解压

    • 发布日期:2024-05-08
    • 文件大小:1215488
    • 提供者:
  1. Compress

    0下载:
  2. String Compress/Decompre-String Compress/Decompress
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-08
    • 文件大小:1024
    • 提供者:RedFox
  1. asm_Compress

    0下载:
  2. Compress / DeCompress routine in asm-Compress/DeCompress routine in asm
  3. 所属分类:压缩解压

    • 发布日期:2024-05-08
    • 文件大小:2048
    • 提供者:infothem
  1. RunLengthDecoderEncoder

    0下载:
  2. I have written Run Length Encoder Decoder program which compress files with RLE algorithm.
  3. 所属分类:文件操作

    • 发布日期:2024-05-08
    • 文件大小:1677312
    • 提供者:Elif
  1. Image_Compress

    0下载:
  2. 使用小波技术对图像进行压缩和解压过程,并且通过模拟信道测试计算其PSNR,通过Matlab2009a测试。-Using wavelet methods compress and decompress the image, and testing through analog channels to calculate the PSNR, by Matlab2009a test.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-08
    • 文件大小:4096
    • 提供者:Alex
  1. JPEG_compression_image.m

    0下载:
  2. 利用Matlab编程实现对lena.bmp灰度图象进行QF=50和QF=40的压缩和解压缩,比较二者的PSNR,并且利用霍夫曼编码模拟信道中传输图象。通过了Matlab2009A测试。-Using Matlab program to compress and decompress the gray image Lena.bmp at QF = 50 and QF = 40,as well as comparing the result
  3. 所属分类:matlab例程

    • 发布日期:2024-05-08
    • 文件大小:2048
    • 提供者:Alex
  1. compress

    0下载:
  2. 基于形态学的数据压缩代码,压缩比较高,对于低频的信号而言,可以达到20左右,相关性达到0.95以上。 compress.m 为压缩程序, decompress.m 为解压程序。-Based on morphological data compression code, high compression, low-frequency signals for terms up to 20 or so, related to 0.95. Co
  3. 所属分类:压缩解压

    • 发布日期:2024-05-08
    • 文件大小:1483776
    • 提供者:Zhao Meng
  1. TestLzw

    0下载:
  2. 基于GIF的lzw压缩法的源代码。此代码对图像文件,文本文件进行压缩有很好的效果-The lzw GIF compression method based on the source code. This code of image files, text files compress very good results
  3. 所属分类:压缩解压

    • 发布日期:2024-05-08
    • 文件大小:1581056
    • 提供者:zhangxueliang00
  1. Backpropagationexamples

    0下载:
  2. Neural Networks for compress-Decompress and character recognition.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-08
    • 文件大小:1024
    • 提供者:miguel
  1. Compress

    0下载:
  2. 游程编码压缩与解压缩,实现如 a,a,a,a,a,a,b,b,b,b,b到<a,5>,<b,5>的相互转换过程-Compress & Decompress the codes
  3. 所属分类:压缩解压

    • 发布日期:2024-05-08
    • 文件大小:291840
    • 提供者:zhudi
« 12 3 4 5 6 7 8 9 10 »

源码中国 www.ymcn.org