CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图片显示浏览 搜索资源 - compiler

搜索资源列表

  1. BMP与JPG格式转变的源代码

    0下载:
  2. BMP与JPG文件格式转变的源代码 一个把BMP压缩成JPG的源代码。 大小:16.4K 附: 1. 编译说明 1) 在VC IDE 选择setting->link> 加jpeg.lib 2) 编译程序 2. 原理 程序首先读BITMAP 文件的各像素点的RGB值, library 做压缩 RGB 缓冲区成JPEG文件或缓冲区。-BMP and JPG file format changes in the source code BMP
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:15838
    • 提供者:屠理峰
  1. Jpegdec

    0下载:
  2. JPEG编码源代码,在vc下编译通过,不能直接运行,将需要的代码加入到自己的程序中调用-JPEG encoding source code, the compiler under vc, not directly runs, it will need to add the code to their own procedures call
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:43384
    • 提供者:愈加会
  1. vtkcube(mfc)

    0下载:
  2. 这个是我在vc6下弄得vtk程序。程序很简单,不过很适合初学者研究。注意在vc下设定vtk得编译环境,除了田间vtk得lib等目录外,还要在工程->设定->link 选项卡, 在Object/library modules 中添加:vtkCommon.lib vtkFiltering.lib vtkGraphics.lib vtkHybrid.lib vtkImaging.lib vtkIO.lib vtkpng.lib vtkjpeg.lib vtkParallel.lib vtk
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:245228
    • 提供者:肖小
  1. ImageCompress

    0下载:
  2. 行程编码,JPEG压缩编码(基本系统) 命令行编译过程如下 vcvars32 rc bmp.rc cl compress.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\\test.pcx;c:\\test.jpg必须存在 -itinerary coding, JPEG compression coding (basic system) command line compiler process followin
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:123604
    • 提供者:张恒
  1. jpgdll

    0下载:
  2. 这是“黑山白水”网站成员编写的JPEG图像编、解码开发包。很全面,并带有中文注释^_^ 编译器:VC6 。(GPL自由软件)-"Montenegro Whitewater" website prepared by the members of JPEG image encoder and decoder development kits. A very comprehensive and with the Chinese _ ^ ^ Notes compiler : VC6.
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:393999
    • 提供者:钱 峰
  1. myimg_jpg_gif5623

    1下载:
  2. jpg,gif浏览器 编译成功-jpg, gif browser compiler success
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:270321
    • 提供者:龚伟
  1. Tcl_picViewer

    0下载:
  2. Tcl脚本编写的图片浏览器,可以支持多平台,无需编译-Tcl scr ipt prepared by the photo browser will be able to support multiple platforms without Compiler
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:35997
    • 提供者:hanlin
  1. testwin

    0下载:
  2. 控制台显示宣窗口使用了菜单管理,具体操作运行后就可以知道了,用c++编写的,vs2003编译,其他运行环境没有试过-,C++,控制台编程/Console -console window shows the use of propaganda menu management, the specific operation after operation can know, using c + +, prepared vs2003 compiler, runtime environment othe
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:5897
    • 提供者:zzs
  1. Imagesoftware

    0下载:
  2. 这是一个用C++编译的程序,是一个功能强大的图像浏览器-This is a use of the procedures for the C compiler is a powerful image browser
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:48712
    • 提供者:wenbin
  1. EasyBMPtoAVI_0.54_console-source

    0下载:
  2. EasyBMPtoAVI is a simple, easy-to-use, cross-platform utility for creating an avi movie file from a series of windows bitmap (BMP) images. Some features: 1) Support for reading all bit-depths supported by EasyBMP. At the present time,
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:13359
    • 提供者:deeply2000
  1. Demonstrate_the_JPGGIF_image_in_MFC_procedure

    0下载:
  2. 在MFC程序中显示JPGGIF图像 直接解压本件,在VC++内编译就可运行-in MFC process images showed JPGGIF directly extracting the pieces, the VC within the compiler can run
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:270666
    • 提供者:何志斌
  1. tuxianxianshi

    0下载:
  2. 图像的各种显示方法,源代码,可直接编译生成可执行文件-images show the various methods, the source code can directly generate executable file compiler
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:177370
    • 提供者:yyyyyy
  1. haoln-jpeg

    0下载:
  2. 图象的几何变换 打开一幅位图,实现几何变换 命令行编译过程如下 vcvars32 rc bmp.rc cl geotrans.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\\test.bmp必须存在-images of geometric transformation open a bitmap, Geometric Transform command line compiler process followi
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:29382
    • 提供者:haoln
  1. JPEG2000编解码的实现

    0下载:
  2. JPEG2000编解码的实现.在VC下直接编译执行。-JPEG2000 codec realized. The VC directly compiler implementation.
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:468722
    • 提供者:zwm
  1. JPEG编解码的实现

    0下载:
  2. JPEG编解码的实现.在VC下直接编译生成执行文件。-JPEG codecs realized. The VC directly compiler generation implementation document.
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:835543
    • 提供者:zwm
  1. cximage600_ce

    0下载:
  2. 开源库cximage。支持windows pocket pc2003 ,windows mobile 5/6/6.5。各个版本的编译都经过本人亲测。而且修正了不能绘制大图的BUG。-Open-source library cximage. Support windows pocket pc2003, windows mobile 5/6/6.5. Various versions of the compiler have been pro-I test. And revised a large
  3. 所属分类:Picture Viewer

    • 发布日期:2017-06-18
    • 文件大小:28132352
    • 提供者:menwei
  1. CutScreen

    0下载:
  2. VS2008编译器下QT模仿QQ截图源码 -The VS compiler QT imitate QQ screenshots source
  3. 所属分类:Picture Viewer

    • 发布日期:2017-11-05
    • 文件大小:5708784
    • 提供者:yang
  1. JPEG_SourceCode

    0下载:
  2. source目录下为本章介绍的源程序 功能是行程编码,JPEG压缩编码(基本系统) 命令行编译过程如下 vcvars32 rc bmp.rc cl compress.c bmp.res user32.lib gdi32.lib-source directory for the introduction of this chapter is to visit the source code function, JPEG compression (basic system)
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-17
    • 文件大小:118209
    • 提供者:KC Chen
  1. isirwe1_0

    0下载:
  2. 一个基于VC编译器的图像读写引擎库isirwe1_0-VC compiler based on the image to read and write engine library isirwe1_0
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-04
    • 文件大小:1153864
    • 提供者:党二升
  1. MyDIP

    0下载:
  2. 在C++环境下编译,可实现图像的反色功能,程序比较完整,易于编译-In C++ compiler environment, can the anti-color feature of image, the program is more comprehensive and easy to compile
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-12
    • 文件大小:1699
    • 提供者:崔艳
« 12 »
搜珍网 www.dssz.com