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

搜索资源列表

  1. RWBMPJpeg

    0下载:
  2. 该程序实现了bmp、jpeg图像的基本操作类库,也实现了对jpeg图像的编解码详细过程-the realization of bmp, jpeg image of the basic operation of Class, also the right jpeg image codecs detailed process
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:261425
    • 提供者:李波
  1. useTestLibjpeg

    0下载:
  2. 利用IJG JPEG Library压缩图像为jpg格式本代码是libjpeg函数库的演示代码
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:211400
    • 提供者:张雨
  1. JPEGSourceCode

    0下载:
  2. 这是JPEG解码、编码的源代码,有详细的文档,是一个相当实用的类库!!极力推荐实使用
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:625905
    • 提供者:胡立新
  1. JPEGyashuo

    0下载:
  2. 本软件提供了JPEG数据压缩编码设计方案,其中使用了jpeglib2库文件,jpeglib2库提供了读取和写入JPEG各个部分的函数。
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:250815
    • 提供者:qingyu
  1. JPEG_compression_c

    0下载:
  2. jpeg压缩C代码,包括库的源代码和一个测试程序的源代码
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:641858
    • 提供者:张颖
  1. 222901932200711211050591887993

    0下载:
  2. JPEG 图象压缩编码及vc7.0调试环境 ijg-jpeg压缩库 是具有工业强度的程序库,被广泛使用,久经考验;而 pvrg-jpeg 是实验性的库,主要用作研究。 此程序主要利对ijg-jpeg库二次进行封装,实现压缩. 调试出错:无法打开文件“LIBC.lib”,不过代码还是值得一看的。
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:467374
    • 提供者:岳彬
  1. ijg-ipp_linux

    0下载:
  2. jpeg 压缩/解压缩库,是Intel 在ijg基础上改进的libjpeg,encode/decode是ijg的速度的2倍以上。
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:769428
    • 提供者:flyray
  1. jpegsrc.v7.tar

    0下载:
  2. 此 代码库可以实现对任意图像的JPEG压缩和解压,方便大家使用,欢迎大家下载-This code base can be achieved for any of the JPEG image compression and decompression, to facilitate the use, welcome you to download! ! !
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-22
    • 文件大小:960379
    • 提供者:彭麟
  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
    • 文件大小:1289674
    • 提供者:hanxiaohua
  1. jpegv41

    0下载:
  2. jpeg的basic语言源程序,不同于其他c库代码。-jpeg of the basic language source code, unlike the other c library code.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-09
    • 文件大小:22435
    • 提供者:xuchun
  1. TestLibjpeg

    0下载:
  2. 可以打开jpeg 图片的源文件开发库。很好用的开发源文件。-open jpeg image file
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-10
    • 文件大小:1573220
    • 提供者:csl
  1. bcl-1.2.0

    0下载:
  2. RLE又叫Run Length Encoding,是一个针对无损压缩的非常简单的算法。它用重复字节和重复的次数来简单描述来代替重复的字节。尽管简单并且对于通常的压缩非常低效,但它有的时候却非常有用(例如,JPEG就使用它)。 RLE可以使用很多不同的方法。基本压缩库中详细实现的方式是非常有效的一个。一个特殊的标记字节用来指示重复节的开始,而不是对于重复非重复节都coding run。因此非重复节可以有任意长度而不被控制字节打断,除非指定的标记字节出现在非重复节(顶多以两个字节来编码)的稀有情况下
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:105790
    • 提供者:choi
  1. yeven-jpeg

    0下载:
  2. 图像压缩与解压缩详细文档,介绍了jpeglib库的使用方法-The detail of image compression and decompression,present the method of jpeglib
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-09
    • 文件大小:1895268
    • 提供者:于红利
  1. jpeg_mine

    0下载:
  2. 在vc6.0上实现了jpeg压缩流程,没调用库文件,可以很容易转为C语言,最重要的是这份源码注释很详细,绝对适合配合学习JPEG压缩算法-In vc6.0 jpeg compression process, did not call the library file that can be easily converted to C language, the most important is that the source code comments in this very detaile
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-12
    • 文件大小:2860500
    • 提供者:陆飞
  1. jpgdec

    0下载:
  2. c语言实现的JPEG解码成BMP,可以看看,利用MFC库-JPEG decoding of c language into BMP, you can see, using the MFC library
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-06
    • 文件大小:10402
    • 提供者:沙堆
  1. jpeg-7

    0下载:
  2. Linux 底下的 jpeg库,含压缩解压例程-jpeg library under Linux
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-08
    • 文件大小:2032868
    • 提供者:aaron
  1. jpeg

    0下载:
  2. 基本思路:利用开源库实现对jpeg的解压缩以直接提取量化表,根据标准量化表和所提取量化表编写算法实现质量因子的求算。-The basic idea: the use of open-source library achieve solutions to jpeg compression quantization tables extracted directly calculating quality factor, according to the standard quantization
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-05
    • 文件大小:2918373
    • 提供者:zhaoxinyue
  1. jpegtest

    0下载:
  2. 在Linux中使用jpeg库解码jpeg图片的例子-A example of use the jpeg libraries decoding jpeg picture in Linux
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:
    • 文件大小:1086
    • 提供者:xiong
  1. jpeg-6b

    0下载:
  2. 把原始图像压缩成jpeg格式的库源码,编译生成jpeg动态库文件-The original image is compressed into jpeg format library source code, compiled jpeg dynamic library files
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:740753
    • 提供者:NewMan
  1. jpeg-9.tar

    0下载:
  2. linux下jpeg源码库压缩库自己修改成使用内存操作。-source library under linux jpeg compression library modified to use their own memory operation.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-16
    • 文件大小:3850607
    • 提供者:陈汉元
« 12 »
搜珍网 www.dssz.com