CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - jpeg vc

搜索资源列表

  1. 1d324debc70e

    0下载:
  2. 基于VC,如何对jpeg、gif图片的读取与访问,程序简单易懂,有利于初学者。-Based VC, how to read and access jpeg, gif picture, the program is simple to understand, is conducive to beginners.
  3. 所属分类:3D Graphic

    • 发布日期:2017-11-27
    • 文件大小:4985
    • 提供者:李木木
  1. 5183131JpegLibTest

    0下载:
  2. 在VC++6.0上读取并显示Jpeg格式的图片-Read and display Jpeg format images in VC++6.0
  3. 所属分类:Picture Viewer

    • 发布日期:2017-11-24
    • 文件大小:376690
    • 提供者:李木木
  1. Jpeg_read_write

    0下载:
  2. jpeg函数的读取,vc关于Jpeg读写的源代码,仅供参考-jpeg read write
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-19
    • 文件大小:400313
    • 提供者:kuxin
  1. VCDIP_P113

    0下载:
  2. vc界面下,实现图像的jpeg编码,jpeg编码器的设计。-vc interface, image jpeg coding the jpeg encoder design.
  3. 所属分类:Special Effects

    • 发布日期:2017-12-02
    • 文件大小:9617
    • 提供者:高书勤
  1. GdiplusTest01

    0下载:
  2. 在VC++基础上实现了显示JPEG与GIF图片的功能。-In VC++ achieved on the basis of displaying JPEG and GIF images function.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-12
    • 文件大小:2752961
    • 提供者:张天空
  1. 78766765

    0下载:
  2. 图像的JPEG压缩,VC++经典编程源码,很好的参考资料。-The JPEG image compression, VC++ classic programming source code, a good reference.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:405045
    • 提供者:维斯摩尔
  1. JPEGSHOW

    0下载:
  2. vc++程序,实现对JPEG文件的读取和存储。基于Cjeg类。-vc++ program to realize the JPEG file is read and stored. Based Cjeg class.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2480917
    • 提供者:大海
  1. ym_vcpp-showjpeg

    0下载:
  2. VC++6.0下显示JPEG图像,貌似不是太难啊,不过在论坛上见到不少朋友询问如何实现,今天无意发现这个程序,正好实现这么一个功能,源代码比较多,显示效果不错,仅供参考。 -Display JPEG images, seemingly not too hard, ah, but see how many of my friends asked today stumbled on this program, just to realize such a function, source cod
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-24
    • 文件大小:235311
    • 提供者:eric
  1. jpeglib

    0下载:
  2. Jpeg解码库文件,完整的VC++6.0工程文件-Jpeg decode lib. Full VC++ 6.0 project.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-30
    • 文件大小:314662
    • 提供者:w
  1. compress

    0下载:
  2. 通过VC++语言,使用基于离散余弦变换的技术,实现jpeg的图像压缩与解压。-Implementation of jpeg image compression and decompression
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-21
    • 文件大小:6042367
    • 提供者:张令涛
  1. Vc6_Image

    0下载:
  2. VC++图像处理及源码包(大全)包括下列内容:1.数字图像获取,处理及实践应用电子书 2.数字图像获取,处理及实践应用电子书分章节源码 3.书中提及的各种算法的综合源码。压缩包里面包括的算法代码有:分章节源码内容:内容:对比度增强、灰度变换法、直方图修整法、图像平滑、图像锐化、伪彩色和假彩色增强;逆滤波复原、维纳滤波方法;傅立叶变换、离散余弦变换(DCT)、沃尔什变换、基于特征向量的变换、霍特林(Hotelling)变换、SVD变换、小波变换、Mallat算法;霍夫曼(Huffman)编码、算术
  3. 所属分类:Graph program

    • 发布日期:2017-06-02
    • 文件大小:15011263
    • 提供者:namejiang
  1. SpecialVIJPG

    0下载:
  2. 自己的开源小项目:JPEG分析器。JPEG全称是 Joint Photographic Experts Group(联合图像专家小组),是当今使用最为广泛的图像编码标准。我这个项目规模不大,主要可以用来学习JPEG编码标准。结合着源代码看的话效果比较好。它支持将JPEG解码为像素数据(YUV或者RGB)。同时支持输出DCT系数等参数。使用VC 2010的MFC开发完成。 详细参考: http://blog.csdn.net/leixiaohua1020/article/details/1
  3. 所属分类:Multimedia program

    • 发布日期:2017-04-17
    • 文件大小:512131
    • 提供者:雷霄骅
  1. simplest_ffmpeg_pic_encoder

    0下载:
  2. 最简单的基于FFMPEG的图像编码器(YUV编码为JPEG)。代码调用FFMPEG类库实现了YUV420P的数据编码为JPEG图片。 详细信息《最简单的基于FFMPEG的图像编码器(YUV编码为JPEG)》: http://blog.csdn.net/leixiaohua1020/article/details/25346147-a simplest picture encoder based on FFmpeg. The software is based on VC 2010.
  3. 所属分类:Multimedia program

    • 发布日期:2017-05-30
    • 文件大小:12670272
    • 提供者:雷霄骅
  1. jpeg_src

    0下载:
  2. jpeg的编解码算法,很好使用,其中包含了VC和GCC下的编译方式,可以在都在平台运行。可以将图片BMP、RGB格式的转换为jpg格式的图片,压缩率可调。-jpeg codec algorithms, very good use, which contains the VC and GCC compiler under way, can run on the platform at all. You can convert images BMP, RGB format is jpg format
  3. 所属分类:Graph program

    • 发布日期:2017-05-08
    • 文件大小:1909717
    • 提供者:王亮
  1. jpegTobmp

    0下载:
  2. jpegToBmp格式的转换,It realized by VC++ -jpeg To Bmp format.
  3. 所属分类:.net

    • 发布日期:2017-05-03
    • 文件大小:821214
    • 提供者:ssw
  1. DIP_Systempsdn

    0下载:
  2. VC++6.0常见图像处理。子目录 Demo 中的内容为演示用的可执行程序,子目录 JpegLib 中的内容为进行 JPEG 编码压缩时供主程序使用的 Lib 库的实现源码。子目录 res 中的内容为源程序所使用的资源。子目录 Debug 为程序的调试内容。 程序附有代码说明。-A common image processing, vc++ 6.0. Subdirectory of the Demo content for demonstration executable programs,
  3. 所属分类:Special Effects

    • 发布日期:2017-05-07
    • 文件大小:1336030
    • 提供者:cxy
  1. B2JPG

    0下载:
  2. JPG/JPEG图像的BASE64编码和解码的VC6解决方案-JPG/JPEG image s Base64 Encode and Decode Solution in VC 6
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-26
    • 文件大小:8942690
    • 提供者:Nitlas
  1. bmp_jpeg_compression_decompression

    0下载:
  2. 这是一个VC++6.0程序,能将BMP文件压缩成JPEG格式的文件,也能反过来,将JPEG格式的文件转换为BMP格式,并同时拥有显示图像的功能和计算信噪比的功能。适用于研究jpeg图像压缩算法。-This is a VC++ 6.0 program, can BMP files compressed into JPEG format files, but also in turn, the JPEG format files into BMP format, and also has the f
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-24
    • 文件大小:7475567
    • 提供者:songs
  1. jreg

    0下载:
  2. Read and write jpeg source, vc, ok-The Read and write jpeg source, vc, ok
  3. 所属分类:Graph Drawing

    • 发布日期:2017-12-15
    • 文件大小:393216
    • 提供者:iteretor
  1. imofhig

    0下载:
  2. intel jpeg library内含document和vc samples-Intel jpeg library contains the document and vc samples
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-17
    • 文件大小:1778688
    • 提供者:nrducation
« 1 2 ... 6 7 8 9 10 1112 »
搜珍网 www.dssz.com