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

搜索资源列表

  1. 实现256色PCX文件解码的源程序

    0下载:
  2. 这个程序实现了256色PCX文件解码。注意:其中第二个函数对一行进行解码,应该把阅读的重点放在这个函数上。要注意的是,执行时,文件C:\\\\test.pcx必须存在,而且是一个256色PCX文件。-the procedures of 256 color PCX decoding. Note : This second function to decode and his party, should focus on reading this function on. To pay attent
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:2641
    • 提供者:doctorsuo
  1. jm73

    0下载:
  2. h.264标准代码,用于视频编码!可以实现各种视频的编码和解码,可以在这个代码的基础上进行各种开发,比如算法的优化,转码技术,实现各种分辨了的转码-code for video coding! All can be achieved video encoding and decoding, this code can be the basis for all development, such as the optimization algorithm, code technology to a
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:1126506
    • 提供者:刘博仑
  1. gif_89_a

    0下载:
  2. 这是一个Gif解码非常适用的源程序,另外附有标准的gif说明文档-This is a very applicable Gif decoding of the source and another with standard gif documentation
  3. 所属分类:GDI/图象编程

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

    0下载:
  2. 用vc开发的实现图像解码,支持的格式包括 BMP、JPG、WMF、ICO、GIF、PNG、TIFF。 源代码是一个简单的图像浏览器例子,演示如何用 IImgCtx 接口解码、显示图像,及如何实现简单的翻页。其中翻页部分的源代码直接来自ComicsViewer,不过做了简化,如果各位有兴趣,可以试试看在此基础上,能不能做出自己的功能更丰富的图像浏览器。-with vc development of image decoding, support for the format, includin
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:29926
    • 提供者:王能会
  1. DVDCODEC

    0下载:
  2. dvd 文件格式解码的代码。程序中解码一帧并显示-dvd format decoding code. Procedures a decoder and display
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:151834
    • 提供者:王义金
  1. png2num

    1下载:
  2. 一个PNG数字图片解码成数字的程序 图像数字识别..... 大概就这样吧.没事写着玩的.看看谁一起来参考一下-a PNG digital photos into digital decoding of digital images identification procedures ..... probably over. No things written play. a look at who is up reference
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:23410
    • 提供者:文毅
  1. GIFdecode

    0下载:
  2. GIF图形处理的标准解码程序,适合GIF89A标准格式,用标准C语言编写.-GIF graphics standard decoding procedures for GIF89A standard format using standard C language.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:5151
    • 提供者:陈名
  1. Rle8Codec

    0下载:
  2. Rle8的解码程序-Rle8 decoding procedures
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:3317
    • 提供者:山于
  1. Good for decoding QR code!!!

    0下载:
  2.  Good for decoding QR code!!!
  3. 所属分类:GDI/图象编程

    • 发布日期:2009-01-02
    • 文件大小:2793607
    • 提供者:skyblue2
  1. mfc 2d Bar code DM二维码解码工具

    0下载:
  2. DM二维码解码工具,使用halcon导出源程序,使用vs2010开发。-DM-dimensional code decoding tool, export the source code using halcon using vs2010 development.
  3. 所属分类:GDI/图象编程

    • 发布日期:2017-03-22
    • 文件大小:6917
    • 提供者:王川
  1. FLib110_2 国人写的完整的图像解码程序

    0下载:
  2. 一个国人写的完整的图像解码程序,People to write a complete image decoding process
  3. 所属分类:GDI/图象编程

    • 发布日期:2017-11-08
    • 文件大小:1451335
    • 提供者:
  1. lzwMatlab.zip

    0下载:
  2. Implements a TIF compatible LZW encoding/decoding algorithm,Implements a TIF compatible LZW encoding/decoding algorithm
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-03
    • 文件大小:106509
    • 提供者:xj
  1. base64test

    0下载:
  2. BASE64这种编码挺有意思的,可以把每3个(二进制)字节编码成以ASCII码表示的4个字节。可能会有人觉得奇怪,网页保存为mht格式后,明明只有一个文本文件,可是用浏览器打开后居然还有图片。其实,用记事本打开这些mht文件,可以看到一堆堆的”乱码“,这往往就是BASE64编码后的图片了。由于最近项目用到这个东西,于是去CSDN上下了个BASE64编解码的C++类。因为对效率没有特别的要求,所以只是用小图片试了一下,能用。-BASE64 encoding of this very interes
  3. 所属分类:GDI-Bitmap

    • 发布日期:2015-07-27
    • 文件大小:1609728
    • 提供者:张辰
  1. JPEGdecode

    0下载:
  2. JPEG编码,解码的实现。包括可执行文件和源码-JPEG encoding and decoding implementations. Including the executable file and source code
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-30
    • 文件大小:835230
    • 提供者:Jon
  1. mpeg2dec

    0下载:
  2. mpeg2dec解码功能程序,很强很好,解码功能程序,很强很好-mpeg2 decoding
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-29
    • 文件大小:474378
    • 提供者:chenhl2008
  1. jpeg

    0下载:
  2. VC++6.0环境下的jpeg编码解码及处理类库-A Object library used for encoding and decoding jpeg image in vc++6.0
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-28
    • 文件大小:489215
    • 提供者:Jiangzhou
  1. mng

    0下载:
  2. vc++6.0环境下的mng格式图像编码解码程序-A program used for encoding and decoding mng image in vc++6.0
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-26
    • 文件大小:713260
    • 提供者:Jiangzhou
  1. png

    2下载:
  2. VC++6.0环境png格式图像解码编码程序-A program used for encoding and decoding of png image in vc++6.0
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-15
    • 文件大小:451687
    • 提供者:Jiangzhou
  1. raw

    2下载:
  2. VC++6.0环境数码相机raw格式编码解码程序-A program used for encoding and decoding of raw image in VC++6.0
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-23
    • 文件大小:458546
    • 提供者:Jiangzhou
  1. gdiP

    0下载:
  2. gdi+各种绘图源码 包含GDI+所需的开发包,源码功能涵盖了画笔、画刷、文本与字体、路径与区域、图像坐标转换、图像色彩转换、图像的基本处理、图像色彩信息的调整、图形的编码与解码和图形特技处理,适合初学者学习GDI+。-gdi+ various drawing source contains GDI+ development kit, source function covers the pen, brush, text and fonts, paths and regions, the ima
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-21
    • 文件大小:6651927
    • 提供者:tangkai
« 12 »
搜珍网 www.dssz.com