搜索资源列表
用动态规划思想压缩位图
- 此程序使用动态规划的方法压缩位图,用MFC实现。可以压缩8位、16位、24位的位图。用进度条显示压缩、解压进度。 算法思想: (1)对8、16、24位位图数据的读功能 有一个参数为输入位图文件名(*.bmp),它能解析8、16、24位位图文件格式,获取位图BITMAPINFOHEADER信息和每个像素的数据信息,放入内存中。 (2)对8、16、24位位图数据的写功能 有一个参数为输出位图文件名(*.bmp),它
bitmappaint
- 在VC++6.0应用程序中利用位图实现大数据量计算绘图的快速显示、保存与打印-in VC 6.0 applications using bitmap data to achieve great amount of rapid mapping, conservation and Print
模式识别的一些预处理
- 模式识别的一些预处理,包括:图像压缩的例子:行程编码算法RCL, 手写体数据变换成像素位图的算法。-some pretreatment pattern recognition, including : Image Compression examples : RCL itinerary coding algorithm, handwritten data transformation into pixel bitmap algorith
数据交换
- 一个通过在EDIT控件实现数据交换后,显示位图的应用程序-an EDIT control through the exchange of data, Bitmap applications
mfc的文件显示 byhangke
- 1、 本程序在交作业时需提交数据库或表结构及其详细的说明书、源码程序。 2、 掌握位图的相关概念。 3、 学会使用使用资源编辑器编辑位图。 4、 编程方式可以使用API编程或MFC编程方式。 5、 建议程序只能处理24位真彩色位图。 6、 程序运行后,通过选择文件|打开菜单后选择一个BMP文件,如果不是BMP文件或不是真彩色文件,程序应该报告信息。如果用户选择的是真彩色的位图则将图形显示在窗口中,而且占满整个客户区。
BMP位图文件程序
- 手把手教你了解BMP图形文件结构,C语言文件读写函数应用,一般数据处理方法,如果看不懂,说明我写的还不够具体,以后继续改进.-Maxivista you know BMP graphics structure of the document, document literacy C language function applications, generally data processing methods, if they did
bmpreadandsave
- 功用:用来对bmp位图文件的读取与图像的数据保存-function : to right bmp bitmap file read and image data retention
Bitmapfeff
- 这是我替别人做的一个DSP图象处理的程序,可以实现读入256位位图,并导出数据-This is what I do for others a DSP image processing procedures can be achieved reading into the 256 bitmap, and export data
Soft20060210100316481
- 直接读文件方式显示BMP位图: 从文件中读取象素数据,用打点的方法在屏幕上显示出来,用到了搜索文件的代码。BMP位图包括24位真彩色,灰度图象,以及实现从24位真彩色图象到灰度图象的转换。 -direct reading papers show that BMP bitmap : from paper to read pixel data The method used to cook displayed on the sc
chepairecognition
- 使用VC++6.0做开发工具,一次处理一幅位图(有兴趣的可以作成MDI) 1)位图信息的数据是从左下往右下为一行,一行一行往上排的。 2)每行像素应该是4的倍数,不足的地方用空点补齐,读的时候注意跳过冗余点。 3)主要数据都存在Doc里面,BMP的主要数据存在一个由ImgData指向的BYTE型的内存空间(根据位图的大小,动态分配的)。 4)数据读进来以后,注意向内存中贴图,以保证刷新的效率。
24Bmp
- 采用CFile打开并显示24位位图,可以对位图数据进行操作,程序简单实用。-CFile used to open and display 24 bitmap, right bitmap data operations, procedures simple and practical.
ODBCReadBmp
- 利用VC提供的数据库接口ODBC进行位图文件的读取和显示-VC provide ODBC database interface for the Bitmap File read and display
InputImage
- 在开发管理系统时,需要将图片信息存储在数据库中。本程序解决了从磁盘中加载位图,将其显示在Picture控件中;二是将位图数据保存到数据库中。-In the development of management systems, the need to image information is stored in a database. This procedure solved load from disk bitmap to be di
g
- 位图数据 提取 软件 。。。简单易懂的一个先程序-Bitmap data extraction software. . . Easy-to-understand procedures for a first
BmpDemo
- DIB(设备无关位图)的快速旋转方法,直接操作位图数据,分别对单色、16色、256色及24位位图进行单独处理-DIB (Device Independent Bitmap) rapid rotation method, the direct operation of bitmap data, respectively, for monochrome, 16 colors, 256 colors and 24 separate bitma
Showdib
- 自己以前写的bmp位图显示的源代码,通过读取rgb数据,描点显示位图,简单,但是也许对初学着有帮助
SaveScreen
- 屏幕截图:建立一个屏幕的设备上下文,根据屏幕上下文创建一个内存位置,最后将内存位图数据读入到文件实现屏幕截图操作。-Screenshots: set up a screen device context, according to the context of the screen to create a memory location, and finally the memory bitmap data into the docum
chap1-1
- 函数名称: * readBmp() * *函数参数: * char *bmpName -文件名字及路径 * *返回值: * 0为失败,1为成功 * *说明:给定一个图像文件名及其路径,读图像的位图数据、宽、高、颜色表及每像素 * 位数等数据进内存,存放在相应的全局变量中//位图读写程序-Function name:* readBmp ()** Function parameters:* char*
bmp2
- 读图,读任意位的bmp图像,显示其位图信息头,位图数据等
chap1_3
- 设备无关位图,实现DIB位图数据的访问,颜色表的设置等-DIB