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

搜索资源列表

  1. JPEG处理源代码

    0下载:
  2. 方便处理JPEG格式图片的基于VC的源代码-facilitate the processing of JPEG images based on the source code VC
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:320290
    • 提供者:
  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. Bmp_Jpg

    0下载:
  2. 将BMP格式的图片转换为JPG格式的图片-BMP format will be converted to JPG picture format photographs
  3. 所属分类:压缩解压

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

    0下载:
  2. GIF图片解压成RGB格式的程序,可根据需要,转成灰阶或其它格式
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:8511
    • 提供者:刘飞
  1. jpegMDCard

    0下载:
  2. 一个自己编的将bmp压缩成jpeg格式图片并由串口与MD卡存取的程序。
  3. 所属分类:压缩解压

    • 发布日期:2014-01-16
    • 文件大小:173431
    • 提供者:maxiao
  1. jpeg_EN_c++

    0下载:
  2. 一个自己编的解码jpeg格式图片的VC++程序的源代码。
  3. 所属分类:压缩解压

    • 发布日期:2014-01-16
    • 文件大小:25440
    • 提供者:maxiao
  1. BmpToJpg

    0下载:
  2. 该程序可将Bmp格式的图像转换为Jpg格式的图片,可减少图像存储的空间
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:358130
    • 提供者:kexing
  1. test

    0下载:
  2. 二维DCT变换灰度图像,可分别输出变换、反变换、压缩、去除细节等之后的图像,要求输入图片为raw格式(可用photoshop转换)
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:3010
    • 提供者:Roxanne
  1. Matlayufayuhuitu

    0下载:
  2. MATLAB语法与绘图,压缩文件里是图片格式文件.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:182949
    • 提供者:yy
  1. matlab输出无空边的图形

    0下载:
  2. matlab用于输出eps,tiff格式的图片,自动去掉空白,字体大小等,适合于出版用的图片输出
  3. 所属分类:matlab例程

    • 发布日期:2011-03-27
    • 文件大小:8800
    • 提供者:logshma@126.com
  1. Huff

    0下载:
  2. 用c++实现哈弗曼编码和解码的过程。包括对图片以及txt格式的文档进行哈弗曼编码的压缩编码和解压多编码-C++ to achieve Havermann with encoding and decoding process. Including pictures and txt format documents Havermann compression and decompression coding and coding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:43609
    • 提供者:天涯
  1. jpegconvert

    0下载:
  2. 编译源文件生成可执行文件TestLibjpeg.exe, 此程序可以转换bmp位图为jpg格式,或解压缩 jpg格式图像为bmp格式。 将需转换的bmp格式图片存到和TestLibjpeg.exe 相同的文件夹下,在DOS界面下使用命令行参数 bmp到jpeg的转换使用:TestLibjpeg.exe j 原图片名.bmp 目标图片名.jpg jpeg到bmp的转换使用:TestLibjpeg.exe b 原图片名.jpg 目标图片名.bmp- AppWizard h
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:323888
    • 提供者:cy
  1. arithmeticforgif

    0下载:
  2. gif格式图片压缩算法。本人经过修改,已经可以对gif格式文件进行压缩,而且压缩的效率很高-gif format image compression algorithm. I modified, it should be able to gif format for compression, and compression efficiency
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:3273
    • 提供者:谷凤云
  1. jpegcompression

    0下载:
  2. 对位深为24位的bmp图片进行jpeg压缩。ps:其他图片格式貌似也支持,本人对该算法还未进行细致的分析。总之是jpeg压缩算法的实现。个人认为该代码的实现者编程水平很高啊。-On the bit depth to 24 bit bmp image to jpeg compression. ps: looks like the other image formats are supported, I have not yet conducted the detailed analysis alg
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-11
    • 文件大小:2900928
    • 提供者:黄伟
  1. STB_Gif

    0下载:
  2. VC++下C语言实现的GIF图片解析,虽然不能显示,但是将Gif各帧保存为BMP图片格式,对学习Gif解析很有帮助!-VC++ under the C language of the GIF image parsing, though not shown, but the frame will be saved as BMP Gif image format, useful for learning Gif Analysis!
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:38832
    • 提供者:lixiaolong
  1. matlab-vehiclenumberplate--recognition

    0下载:
  2. 能测定蓝底白字的车牌,图片格式要设定为640*480的jpg。-It can recognize the vehicle number plate with white number on a blue background.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:247761
    • 提供者:may
  1. GBT_13745-2009

    0下载:
  2. 学科分类与代码GBT_13745-2009.pdf是图片格式 学科分类与代码GBT_13745-2008.doc文字版,应该是个讨论版,不过和2009很接近了. 学科分类.mdb,设置好Pid的表,可以直接使用. -Classification and code of discipline is the image format GBT_13745-2009.pdf subject classification and code GBT_13745-2008.doc text ver
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:3138186
    • 提供者:huhuc
  1. EcanPicTools

    1下载:
  2. 此小工具是用C#做的图片压缩工具。实现了单个文件,多个文件,批量文件进行压缩,支持常用的各种图片格式。-This gadget is to use C# to do image compression tools. To achieve a single file, multiple files, batch file compression, supports common image formats.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:696084
    • 提供者:杰仔
  1. bmpto565

    0下载:
  2. 本人自编的bmp,jpg等图片格式文件转成565rgb图片格式,matlab-I directed bmp, jpg and other image format files into 565rgb picture format, matlab
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:151564
    • 提供者:王彩燕
  1. 视频转图片

    0下载:
  2. 从AVI格式转为图片格式,可以将视频中的每一帧图片,转为格式为JPG的图片(Convert from AVI format to picture format and each picture in the video can be converted to a picture of JPG format)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-26
    • 文件大小:1510400
    • 提供者:sonfire
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com