Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - bmp map
Search - bmp map - List
bmp读写源码-bmp source code to read and write
Update : 2025-02-17 Size : 1kb Publisher : 张龙女

VC读取BMP图,以及经典的边缘检测算法,还包括游程编码,本程序实现了检测、提取、压缩bmp图的边缘图像。-VC read BMP map, and the classic edge detection algorithms, including run-length coding, the program of detection, extraction, compression bmp image map to the brink.
Update : 2025-02-17 Size : 51kb Publisher : 罗永

读取\显示BMP图像-read \ BMP images show
Update : 2025-02-17 Size : 173kb Publisher :

TC中如何编程装入并显示一幅BMP,PCX,JPG等位-TC how programming load and display a BMP, PCX, JPG and other places Tutu
Update : 2025-02-17 Size : 4kb Publisher : 万其鹏

显示256色BMP图的源程序-256 color display BMP map of the source
Update : 2025-02-17 Size : 2kb Publisher : 阿炳

图像处理方面可能会有帮助!对于调入和处理bmp图像可以运行!-image processing may help! For the redeployment and bmp image processing can run!
Update : 2025-02-17 Size : 121kb Publisher : pf

从BMP文件中装入位图并显示 the bmp file has four sections. the first is bitmapfileheader. this contains the bitmap file signature, the size of the bitmap and the offset to the array of bits that define the bitmap image. the next section is the bitmapinfoheader. this contains information such as the height and widht of the bitmap and the number of colors used. this section is followed by the color table. the color table contains two or more rgbquad structures the final section is the actual bits that define the bitmap image. by the way, the bmp file holds a device independent bitmap and sometimes the extension used is dib. the steps outlined below is valid for both windows 95 and windows nt. on windows 95, you can also use the loadimage() function to load a bitmap from a file. although windows nt also supports this function, it does not support the lr_loadfromfile flag. -from BMP file loaded bitmap and show the bmp file has four sections. The first is bitmapfileheader. This contains the bitmap file signature, the size of the bitmap and the offset to the array of bits that define the bitmap image. The next section is the bitmapinfoheader. this contains information such as the height and widht of the bitmap and the number of colors used. this section is followed by the color table. the color table contains two or more structures rgbquad the final section is the actual bits that define the bitmap image. by the way, the bmp file holds a device independent bitmap and sometimes the extension used is Freehand. the steps outlined below is valid for both Windows 95 and Windows NT. on Windows 95, you can also use the loadimage () function to load a bitmap from a fil
Update : 2025-02-17 Size : 7kb Publisher : 刘永平

使用的函数(非自己编写):dib.cpp(附上)功能:1.BMP图的读写;2.画直方图;3. 存直方图;4.迭代算法求得阈值并进行二值化;5.任意输入并进行二值化(供比较);6. 保存新图或者恢复原图。pS:Public类中的文件地址指针是全局变量。-use of the function (their preparation) : dib.cpp (attached) functions : 1. BMP map reading and writing; 2. Painting histogram; 3. Deposit histogram; 4. Seeking iterative algorithm threshold value and 2; 5. Importation and arbitrary binary (for comparison); 6. New plan to preserve or restore the maximum. PS : Public category of documents address is the target of global variables.
Update : 2025-02-17 Size : 2.08mb Publisher : 陈新

第一次上传,试试,呵呵 这是一个很简单的写24位bmp图的VC源码-first upload a try, huh This is a very simple to write 24 bmp map VC source
Update : 2025-02-17 Size : 1.84mb Publisher : 鱼鱼

本程序是一个车牌分割系统,从一幅bmp的汽车图中把汽车牌照分割出来-the registration process is a separate system, a bmp car motor map separating license
Update : 2025-02-17 Size : 368kb Publisher : yaozhibin

ImageView.zip CImageObject 这个类库可以处理BMP、GIF、PCX、TGA、JPG、TIF格式的图像文件,而且具有图像点处理、图像区域处理的功能,你所要做的只是调用函数而已,不必清楚这些图像文件的内部格式。注意例子中并不包含类库的代码,请一起下载CImageObject代码。另外,在运行时请确保在系统目录或你的可执行文件目录下有ImageLoad.dll。(也在CImageObject中) bitmap_ocx.zip 一个自适应大小的位图控件 bitmap_ocx2.zip 一个自适应大小的位图控件演示程序 bmp_in.zip 在多文档客户区中增加位图底图演示程序 bmp_in2.zip 在多文档客户区中增加位图底图 tga2gif.zip TGA文件转换为GIF文件。-ImageView.zipCImageObject this library can handle BMP, GIF, PCX, TGA, JPG, TIF format image files, but also the image point processing, image processing functions of the region, you have to do is call the function but do not have to clear these image files internal format. Note the example code does not contain a class library, please download CImageObject code together. In addition, make sure that the run-time in the system directory or directory of your executable file under ImageLoad.dll. (Also CImageObject in) bitmap_ocx.zip the size of a bitmap adaptive control adaptive bitmap_ocx2.zip the size of a bitmap demo program control in a multi-document bmp_in.zip customer area to add bitmap base map in the demo program bmp_in2.zip multi-document area to increase customer base tga2gif.zipTGA bitmap files into GIF files.
Update : 2025-02-17 Size : 721kb Publisher : yanglin

使用内存DC和不使用内存DC画BMP图像,让使用者明白用这两种方法画图的区别。-memory DC and DC painting memory BMP images, users understand that the application of these two methods to draw the distinction.
Update : 2025-02-17 Size : 5.55mb Publisher : 于小

在vc++ 读BMP操作的源代码,保存和显示BMP图象-in BMP operation vc Reading the source code, preserve and display BMP images
Update : 2025-02-17 Size : 21kb Publisher : 永昌

学习VC也没多久,将我做的这个小工具和大家分享一下。其主要功能就是可以自定义生成公章图形并保存为bmp图片,希望对大家有点用。具体实现的方法如下: 步骤一:生成对话框工程,并加入相应的控件,图片的显示使用Picture控件; 步骤二:定义生成图形所需要的参数; 步骤三:通过参数定义,生成对应的Bitmap,再在Picture控件中显示该位图,具体实 现参看源程序。 步骤四:将生成的Bitmap保存为位图文件。 -VC did not learn how long I will do this small tools and share with you. Its main function is to be generated from the definition graphics and seals for the preservation bmp picture, and I hope to use you a bit. The specific methods to achieve the following : Step 1 : Generation dialog, and add the corresponding controls, the pictures showed a picture control; Step 2 : definition graphics generated by the parameters; Step 3 : through the definition of parameters, generate the corresponding Bitmap, and the Picture Control showed the bitmap, See achieve specific source. Step 4 : Generation to preserve the Bitmap bitmap file.
Update : 2025-02-17 Size : 17kb Publisher : 刘海

实现了一个Class for storing any standart bitmaps in array,通过对数组运算来处理bmp图像的源代码。-achieved a Class for storing any standart bitma ps in array, the array of operations to handle bmp image of the source code.
Update : 2025-02-17 Size : 3kb Publisher : wuming

本软件(ZHG制图工具)由ZHG用C/C++开发,可用来进行简单画图、查看由本软件制作的图形文件以及使用配套函数show_bmp在C语言程序中直接使用已画好的图形。具体操作如下: 1.主界面上方为菜单栏,左边为工具栏。要使用请单击“新建”或“打开”按钮,退出可单击右上角椭圆。 2.进入后,可单击工具栏选择画笔、规则图形及颜色。左击图形库,画实线图,右击可画虚线图。在编辑区中,用左键拖动鼠标为画笔画图,右键拖动可画规则图形。(建议下载到D盘,并先阅读说明文件。) -the software (ZHG mapping tool) from ZHG with C/C development, which can be used for simple drawing, View from the software produced by the graphics files and the use of complementary functions in C language show_bmp procedures used directly Painting has good graphics. Specific operations, as follows : 1. The main interface to the top menu bar, as a tool for the left column. To use click "new" or "open" button, can withdraw from the upper right elliptical. 2. After entering, click column selection brush tool, rules and color graphics. Left attack graphics library, painting solid lines map, right click on the dotted line can be painted map. Editing area, and use the mouse to point and drag brush painting, the right-scrolling graphics rules can be painted. (Recommendati
Update : 2025-02-17 Size : 608kb Publisher : ZHG

BMP bitmaps process sound code BMP位图处理类。(源代码文件)-BMP bitmaps process sound code from Bitmap class. (Source code)
Update : 2025-02-17 Size : 11kb Publisher : 王志刚

冒险岛资源提取器 源代码 提取资源图片(32位BMP格式导出) .net2003编译通过-adventure Island for resource extraction from the source code resources Photo (32 BMP format is derived). Net200 3 compile
Update : 2025-02-17 Size : 374kb Publisher : 李拓

CSplitBitmap is a Class to load, split and display BMP files
Update : 2025-02-17 Size : 22kb Publisher : changming

vc mfc 编写的多文档程序, 可打开多幅bmp图 -vc mfc Multiple Document prepared by procedures to open multiple bmp map
Update : 2025-02-17 Size : 191kb Publisher : luocw138
« 12 3 4 5 6 7 8 9 10 ... 13 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.