搜索资源列表
bmp文件读写函数
- bmp文件读写函数-bmp document read-write function
在数据库中读写图像文件
- 本实例可以将图像文件(*.bmp)存储到数据库中,并可以浏览数据库中的图像文件!- This example may (* bmp) save the picture document to the database in, and may glance over in the database the picture document!
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 not understand that I was als
BMP文件操作
- 纯C的BMP文件操作程序,包含bmp文件的读取,和内存数据写入文件。本人亲自编写,是我机器视觉项目的一个接口程序,特地分享。
图像隐写算法
- 关于BMP图像的隐写算法,其中有LSB、MLSB、+-K、Jsteg算法的隐写和相应算法的提取
DicomReadandWrite.dicom 文件读写库,绝对原创
- dicom 文件读写库,绝对原创. 可在windows,linux下编译运行,DICOM files to read and write library, an absolute original. can be windows, linux running under the compiler
BMP文件的读写操作
- 这个代码用于BMP文件的读写操作的,以便更加便捷的对图像进行进一步操作
BMP-and-JPEG-image-decoding
- 基于STM32的BMP和JPEG图片解码程序,在keil软件上面写的,包括SSD1289TFT液晶驱动,SD卡驱动,FAT32文件系统,BMP和JPEG解码。-Based on the STM32 BMP and JPEG image decoding program is written in keil software, including SSD1289TFT LCD drive, SD card driver, FAT32 file system, BMP and JPEG decodi
ReadWriteBMP
- BMP图像的读写源码,可以自由读取BMp格式的图像数据-BMP image to read and write source code, they can read the image data format Bmp
bmp
- 很适合初学者使用,用纯C语言写的。希望对需要的人有帮助-Very suitable for beginners to use, and written in pure C language. Hope to those who need help
bmp
- 用C语言编写的小程序,图像处理实例,供学习C综合实验的同学使用-Using C language applets, image processing examples for learning C students use an integrated experimental
bmp
- 在用vc做程序时候,经常需要把输出的文本和图形保存到位图文件,当然可以有现成的控件来实现,但总不能如自己所愿,还是自己动手写吧!如下图: 一、实现方法 要把文本和图形保存到位图文件,只要对掌握位图结构有一定的了解,一切都ok呢。先必须要创建内存设备环境,然后内存设备环境创建的DIB区域,别忘了还要创建个CBitmap对象,CBitmap对象必须和DIB区域关联起来,把CBitmap对象选择到当前设备环境,然后在当前设备环境输出文本和图形就可以了。 -Vc
bmp-24
- 读写bmp图像,进行读写操作;得到图像的位图信息;-read or write bmp pictures
bmp-font-bit
- 这是用C++ Builder写的两个位图转换成C51格式的提取程序源代码.仅供参考学习,请勿用于商业目的。谢谢 (1)EX1生成4096色16bit(双8bit)RGB数据 (2)EX2用于字库提取,采用横向扫描,可以在画图程序里输入汉字保存图片后转换, 但我推荐使用C51bbs上龙版的字模3输入汉字,然后保存图片或copy到画图程序,可以 很方便的制作各种菜单图片 如有什么问题可以Email跟我联系 95908@163.com 16:54 2004
vc-bmp
- VC中对于位图文件的读写,介绍很详尽,对于初学者很实用-VC in the bitmap file for reading and writing to introduce a very detailed and very practical for beginners
bmp
- BMP文件读写例子 BMP文件读写例子-Examples to read and write BMP files
bmp(DSP)
- 这是我写的一个在DSP(CCS)上打开一个bmp文件的程序源代码,希望对大家有所帮助,谢谢!-This is a source code to open bmp file on DSP(CCS),written by me,Thanks!
Bmp vs jpeg
- VC++写的 BMP 和 JPEG文件格式之间转换的MFC 对话框程序,程序实现读取BMP文件 进行JPEG压缩编码存储为JPG文件 和JPG文件解压缩存储为BMP文件 已验证100%可用
verilog读取bmp图像数据的程序段.txt
- verilog 写的程序段,实现的功能是把bmp图像直接读到数组中。主要是用在仿真过程中,读取图像数据产生video激励用。 代码是个代码片段,只是读取bmp图像部分。 有分的觉得有用的话赏个分,没分的捧个场啦。(read bmp data to array ,used in video stream gen when sim)
QT写txt文件和保存8位bmp图片
- 写TXT文件到指定的目录; 保存内存数据为8位bmp图片;(Write TXT files to the specified directory; Save memory data for 8 bit BMP pictures;)