Welcome![Sign In][Sign Up]
Location:
Search - bmp24

Search list

[Graph programbmp24

Description: 显示bmp图像的源代码 可以显示8位和24位的bmp图像-bmp image shows the source code can show the 8-bit and 24-bit bmp image
Platform: | Size: 150123 | Author: slm | Hits:

[OtherZHG_C

Description: 一.“ZHG_C”(ZHG自定义C函数包)中为ZHG本人创作的自定义C函数集,现共包含8个C文件,分别是: BMP16.C——DOS图形模式下显示16色位图的函数。 BMP24.C——DOS图形模式下显示24位位图的函数。 BMP256.C——DOS图形模式下显示256色位图的函数。 BOX.C——DOS字符模式下画矩形框(单、双)。 HZK.C——DOS图形模式下显示汉字或英文(16×16、24×24、12×12、ASC8×16)。INFORMATION.C——DOS字符模式下以统一格式显示作者信息。 MOUSE.C——DOS图形模式下使用鼠标所需的一系列函数。 PLAY.C——C语言中用键盘播放音乐的函数。 二.它们所包含的函数的作用及用法分别在相应的文件中有说明,在C/C++程序中直接调用这些函数,可以极大地提高编程效率,事半功倍。 三.该函数包将会随着本人学习的发展而继续改进、补充以及增加新的实用的文件。 ----Author: zhg 2006.12 E-mail: wudazhg@163.com All Rights Reserved
Platform: | Size: 15521 | Author: zhg | Hits:

[Other resourceBMP24

Description: Visual Studio 2003.NET集成开发环境 文档类型:SDI 1 为Doc类添加三个数据成员:fHeader、bInfo、bData, dSize; 2 在Doc类中添加两个事件函数OnFileOpen()、OnFileSave()分别用来读取和保存BMP文件; 3 在View类的OnDraw函数中显示位图; 4 在Doc类中添加函数OnEditPicture(),编辑图像在该函数内完成
Platform: | Size: 244149 | Author: sandon | Hits:

[Graph programbmp24

Description: 显示bmp图像的源代码 可以显示8位和24位的bmp图像-bmp image shows the source code can show the 8-bit and 24-bit bmp image
Platform: | Size: 149504 | Author: slm | Hits:

[OtherZHG_C

Description: 一.“ZHG_C”(ZHG自定义C函数包)中为ZHG本人创作的自定义C函数集,现共包含8个C文件,分别是: BMP16.C——DOS图形模式下显示16色位图的函数。 BMP24.C——DOS图形模式下显示24位位图的函数。 BMP256.C——DOS图形模式下显示256色位图的函数。 BOX.C——DOS字符模式下画矩形框(单、双)。 HZK.C——DOS图形模式下显示汉字或英文(16×16、24×24、12×12、ASC8×16)。INFORMATION.C——DOS字符模式下以统一格式显示作者信息。 MOUSE.C——DOS图形模式下使用鼠标所需的一系列函数。 PLAY.C——C语言中用键盘播放音乐的函数。 二.它们所包含的函数的作用及用法分别在相应的文件中有说明,在C/C++程序中直接调用这些函数,可以极大地提高编程效率,事半功倍。 三.该函数包将会随着本人学习的发展而继续改进、补充以及增加新的实用的文件。 ----Author: zhg 2006.12 E-mail: wudazhg@163.com All Rights Reserved -err
Platform: | Size: 15360 | Author: zhg | Hits:

[Picture ViewerBMP24

Description: Visual Studio 2003.NET集成开发环境 文档类型:SDI 1 为Doc类添加三个数据成员:fHeader、bInfo、bData, dSize; 2 在Doc类中添加两个事件函数OnFileOpen()、OnFileSave()分别用来读取和保存BMP文件; 3 在View类的OnDraw函数中显示位图; 4 在Doc类中添加函数OnEditPicture(),编辑图像在该函数内完成-Visual Studio 2003.NET integrated development environment Document Type: SDI1 for the add Doc category three data members: fHeader, bInfo, bData, dSize 2 in the Doc category function to add two events OnFileOpen (), OnFileSave () were used to read access and preservation of BMP files 3 in the View class OnDraw function to display bitmap 4 in the Doc class add function OnEditPicture (), edit the image in the function to complete
Platform: | Size: 283648 | Author: sandon | Hits:

[2D GraphicBMP24

Description: 对24位的图片进行读写的代码 其中包括对图像的打开传输等功能-24 of the picture to read and write code, including the opening of the image transmission and other functions
Platform: | Size: 3991552 | Author: realwill | Hits:

[GDI-BitmapBMP24

Description: 标准bmp处理类,可以对位图进行任意操作,从文件读取,bmp8~bmp24转化-Bmp class standards, can be arbitrary bitmap operations, read from the document, bmp8 ~ bmp24 transformation
Platform: | Size: 5120 | Author: 何康康 | Hits:

[2D Graphic24to256

Description: BMP24位位图量化成256色BMP图,本程序彩八叉树颜色量化。-BMP24-bit quantization into a 256-color bitmap BMP map, this program color octree color quantization.
Platform: | Size: 3984384 | Author: 孤浪 | Hits:

[GDI-BitmapBMP

Description: BMP格式图片内嵌入隐藏信息,只支持BMP24位真彩,256色的不支持-BMP format pictures embedded hidden information, which only supports BMP24-bit true color, 256 colors does not support the
Platform: | Size: 2067456 | Author: 孤浪 | Hits:

[Special Effectsppm

Description: 文件说明: function.h 函数申明 function.cpp 函数实现 main.cpp 函数调用 函数说明: ppmtoppm(char* in, char* out) 读入ppm24位彩色图像,输出ppm24位灰度图像 ppmtopgm(char* in, char* out) 读入ppm24位彩色图像,输出pgm256色灰度图像 ppmtobmp(char* in, char* out) 读入ppm24位彩色图像,输出bmp24位彩色图像-File Description: function.h stated function.cpp function function function call function to achieve main.cpp Description: ppmtoppm (char* in, char* out) read ppm24-bit color images, the output ppm24 bit grayscale images ppmtopgm (char* in , char* out) read ppm24-bit color images, grayscale color output pgm256 ppmtobmp (char* in, char* out) read ppm24-bit color images, the output bmp24 bit color images
Platform: | Size: 556032 | Author: fu hang | Hits:

[Special Effectsbmp24to16

Description: 可以把bmp24的图像转制成16位的,可以通过code了解bmp的构造, 也可以通过改code快捷实现图片的转制。-Images can be transferred to bmp24 made 16-bit, bmp can understand the structure by code, you can also change the code to achieve quick picture conversion.
Platform: | Size: 23552 | Author: zhouxinpu | Hits:

[Dialog_WindowBmpLoadFOut

Description: 1、将bmp24图片转化为十六进制并用.txt文件输出。 2、调用图片的十六进制码.txt文件在view窗口显示。-1, the bmp24 picture into hexadecimal and use. Txt file output, the output. Txt files can be used directly into the array. 2, the picture is called hexadecimal code. Txt file in the view window. Note: By default the root directory in D decentralization requires a file called test.bmp.
Platform: | Size: 110592 | Author: hj | Hits:

[File OperateForm2

Description: 此代码用于实现BMP24位图的压缩,简单易懂,操作简便。-This code is used to implement the BMP24 bitmap compression, easy to understand, easy to operate.
Platform: | Size: 2048 | Author: yuxin | Hits:

[OtherFormVBchengxu

Description: 此代码用于实现BMP24位图的压缩,简单易懂,操作简便。-This code is used to implement the BMP24 bitmap compression, easy to understand, easy to operate.
Platform: | Size: 2048 | Author: yuxin | Hits:

[GDI-BitmapBmp24_2_Jpeg_Vs2008

Description: BMP24位图像转换成Jpeg格式图像,VS2008下Demo小程序。-BMP24-bit images converted to Jpeg format images, VS2008 under Demo applet.
Platform: | Size: 3491840 | Author: tlu | Hits:

[Special Effectsbmp24_to_16

Description: bmp24位转为16位565位图。自己弄了好久,终于弄出来了-the bmp24 bit into 16 565 Fig. Get yourself a long time, and finally it comes out
Platform: | Size: 1024 | Author: 康新明 | Hits:

[Picture Viewerbmp24_zoom

Description: bmp24位图片缩放程序C语言源代码,实现对24位位图的缩放功能。-bmp24 bit image scaling procedures C language source code, to achieve 24-bit bitmap scaling function.
Platform: | Size: 1024 | Author: 浦东泥河 | Hits:

[OtherBmpToGray

Description: 将*.bmp24位真彩图转化为*.bmp8位灰度图,纯C++程序编写-* .bmp24 Bit true color images will be converted to* .bmp8 bit grayscale, pure C++ programming
Platform: | Size: 3205120 | Author: 尚忠义 | Hits:

[Embeded LinuxQRGenerator24bmp

Description: 二维码生成bmp24位图,linux使用,用于嵌入式的开发-Two-dimensional code generation bmp24 bitmap, linux used for embedded development
Platform: | Size: 1447936 | Author: 黄志浩 | Hits:
« 12 »

CodeBus www.codebus.net