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

搜索资源列表

  1. 345

    0下载:
  2. 《JPEG-MPEG编解码技术》3、4、5章- JPEG-MPEG codec technology Chapter 3,4,5
  3. 所属分类:Other systems

    • 发布日期:2017-05-08
    • 文件大小:1964422
    • 提供者:王洪亮
  1. Visual+C++----MPEGJPEG

    0下载:
  2. 《Visual+C++实现MPEG/JPEG编解码技术》源码- Visual+ C++ Achieve MPEG/JPEG codec technology source
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-05-26
    • 文件大小:7172297
    • 提供者:霍炎
  1. 7-115-10177-9

    0下载:
  2. Visual C++实现MPEG、JPEG编解码技术-visual C++ demo
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-02
    • 文件大小:14780885
    • 提供者:荣振
  1. JpegDecoder

    0下载:
  2. JpegDecoder类主要用于Jpeg文件的解码。 使用方法十分简单,只需要利用GetJPEGBuffer函数返回解码后的像素数组。-JpegDecoder class is mainly used for the decoding of Jpeg files. Usage is very simple, only need to use GetJPEGBuffer function returns an array of pixels decoded. In the third part
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:7878
    • 提供者:胡雪婷
  1. V7_vs_jpeg

    0下载:
  2. JPEG算法在visual studio环境下的实现,可实现编码解码-jpeg arithmetic in microsoft visual studio
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:944358
    • 提供者:liyi
  1. JPEG_encode

    0下载:
  2. 用VC语言实现的JPEG的编解码,用于参考和学习都不错-Using VC language realized JPEG codec
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:722489
    • 提供者:wpwswang
  1. jpeg_decoder

    0下载:
  2. 关于jpeg图片的解码算法,速度较快。已经过验证。-decoder of jpeg file ,simply complied by other application.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-03
    • 文件大小:7922
    • 提供者:hlbchen
  1. 2005-12-29_22-34-9_93

    0下载:
  2. 用VHDL实现dct.离散余弦变换(DCT)在图像编解码方面应用十分广泛,至今已被JPEG、MPEG1、MPEG2、MPEG4和H26x等国际标准所采用。由于其计算量较大,软件实现往往难以满足实时处理的要求,因而在很多实际应用中需要采用硬件设计的DCT处理电路来满足我们对处理速度的要求-Using VHDL implementation dct. Discrete cosine transform (DCT) in image decoding application of very exten
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3299
    • 提供者:yangjing
  1. Video_JPEG4_Decode

    0下载:
  2. 视频播放器JPEG4解码 编码解码 视频音频播放器-Sending Images Over the Network Once the system is in place, users can start transmitting images over the network via high-quality video imaging standards such as motion JPEG and MPEG.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:729310
    • 提供者:jc_xiang
  1. JPEGEncoder

    0下载:
  2. jpeg编码解码程序,方便大家在做图像处理时使用,用于windows mobile编程中。希望对大家有帮助。-this source code could help you encoder or decode the image file in your project with the jpeg, for windows mobile. Good Luck!
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-23
    • 文件大小:7448859
    • 提供者:maoyingyong
  1. JpegDecoder

    0下载:
  2. JpegDecoder类主要用于Jpeg文件的解码。 使用方法十分简单,只需要利用GetJPEGBuffer函数返回解码后的像素数组。在第三篇的实例MagicHouse中就需要使用这个类。-JpegDecoder class is mainly used for the decoding of Jpeg files. Usage is very simple, only need to use GetJPEGBuffer function returns an array of pixels
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-27
    • 文件大小:9869
    • 提供者:王胜
  1. Intel_IPP_basic_usage

    0下载:
  2. IPP“Intel Integrated Performance Primitives” ( Intel IPP )是一套跨平台的软件函数库,他提供了广泛的多媒体功能:音频解码器(例如: H263 、 MPEG-4 )、图像处理 (JPEG) 、信号处理、语音压缩(例如: G723 、 GSM 、 AMR )和加密机制。“Intel IPP” 包含各种的函数,用于进行向量与图像处理、颜色转换、过滤、分屏、设置域值、变换,以及算术、统计、几何与图形运算。对于每个函数, “Intel IPP” 均支
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:9414
    • 提供者:ajax
  1. PicCompressEncode

    0下载:
  2. 根据JPEG图像解码的源代码,编写MFC对话框程序,该程序能够读取jpg文件,并在对话框上显示相应的图像。-According to the source code of the JPEG image decoding, writing MFC dialog program, the program can read jpg file, and display the corresponding image in the dialog box.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-15
    • 文件大小:4038727
    • 提供者:jygb007
  1. JsimmpleJppegP

    0下载:
  2. JPEG 的C++解码程序源码 在Visual C下运行。。是分析JPEG的必要程序源码。 可直接使用。 已通过测试。 -JPEG of the C++ Decode the procedure source code in Visual C run. Analysis of JPEG are the necesssary procedures for source code. Complete source code can be used directly. Have passed th
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:6941
    • 提供者:
  1. pmottion_jpeer

    0下载:
  2. 程序源码功能用C语言实现JPEG的解码码,这个程序源码写的不错! 可直接使用。 -procedures functions with C language JPEEG decoders, the procedure well-wwritten!
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:603636
    • 提供者:
  1. jpegTobmp

    0下载:
  2. 这个程序是功能是将JPEG图片文档转换成BMP图片文档。 包括JPEG文件解码,BMP文件输出。-This program is a function of JPEG photo files into BMP photo files. Including the decoding of JPEG files, BMP files output.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-10
    • 文件大小:2556736
    • 提供者:孔天
  1. HIkon_sdk

    1下载:
  2. 海康威视的数字相机SDK开发包,包含内用应有尽有,网络图像获取、用户登录控制、jpeg图像解码、云台控制,日志管理等-Hikvision Digital Camera SDK development kit contains within everything, the network image acquisition, user login control, jpeg image decoding, PTZ control, log, management
  3. 所属分类:多媒体编程

    • 发布日期:2014-01-25
    • 文件大小:11844456
    • 提供者:xiongwei
  1. camera sdk

    1下载:
  2. 英泰智数字相机SDK开发包,包含工业数字像机中网络图像获取,JPEG图像解码和远程像机参数控制等功能代码-Intentia the Chi digital camera SDK development package contains industrial digital camera in the network image acquisition, JPEG image decoding and remote camera parameters control code
  3. 所属分类:多媒体编程

    • 发布日期:2012-12-07
    • 文件大小:7371448
    • 提供者:xiongwei
  1. JlibbjaspeerP

    0下载:
  2. JPEG2000 库源代码,最新的JPEG20000标准源代码。JPEG编解码效率比JPEG高。 -JPEG2000 library source code, the latest JPEG20000 standard source code. The JPEG codec productivity is higher than JPEG.
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-15
    • 文件大小:457836
    • 提供者:geli
  1. jpegdemo

    0下载:
  2. jpge编解码的实现,包含编码和解码算法的各个组成部分。-jpeg encode and decode
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-11
    • 文件大小:507775
    • 提供者:zotion
« 1 2 34 »
搜珍网 www.dssz.com