搜索资源列表
读取bmp
- BMP图像文件格式是微软公司为其Windows环境设置的标准图像格式,而且 Windows系统软件中还同时内含了一系列支持BMP图像处理的API函数,随着Windows 在世界范围内的不断普及,BMP文件格式无疑也已经成为PC机上的流行图像文件格 式。它的主要特点可以概括为:文件结构与PCX文件格式类似,每个文件只能存放一幅图像;图像数据是否采用压缩方式存放,取决于文件的大小与格式,即压缩处理成为图 像文件的一个选项,用户可以根据需要进行选择。
12.如何读取与显示JPG等格式图像文件?
- 12.如何读取与显示JPG等格式图像文件?这是一个很多人都难以解决的问题!-How to read and display some special image file such as JPG and some other formats? Maybe it s a difficult problem!
CAD文件读取程序
- 不错的AUTOCAD文件读取程序(VC源码+DEMO),对需要在其他程序中读取/编辑AUTOCAD文档具有很好的借鉴作用。-good AUTOCAD document reader (VC + source DEMO), the need in other proceedings to read / edit AutoCAD files with a good reference.
get_dfx
- 一个不错的DXF文件读取程序,能放大,移动-a good DXF file reader can enlarge it, mobile
EKKOREAD
- EKKO雷达数据读取,改变文件名,可以将.DZT格式的EKKO文件读取
bmpfor3
- 从文件读取并显示bmp位图,然后保存-read from the paper and show bmp bitmap, then save
用VC代码读取BMP文件并显示
- 用VC代码读取BMP文件并显示-VC code reader and BMP documents show
zoomtest
- 将保存在TXT文件中的从图像中读出的整型图像数组以打点的方式显示,并拥有放大缩小漫游等功能。是学习文件读取,数组操作和图像编程的入门例子。-saved in TXT documents from the image read from a cosmetic image array to the RBI, with zooming and roaming capabilities. Learning to read documents, operation and the array of por
读取 并显示JPG等格式图像文件
- 在vc。net环境下读取并显示jpg等文件-the vc. Net environment to read and display jpg, etc.
BMP图像处理头文件
- 一个图像读取的头文件的代码,对vc开发的程序员及其它编程人员进行图像处理大有裨益.-an image to read the first document of code, right vc development programmers and other programmers for image processing useful.
bmp格式文件 读取 写入
- bmp格式文件 读取 写入
读取shp线文件的坐标
- C语言环境下 读取shp线文件的坐标,,,,
BMP24.rar
- 标准bmp处理类,可以对位图进行任意操作,从文件读取,bmp8~bmp24转化,Bmp class standards, can be arbitrary bitmap operations, read from the document, bmp8 ~ bmp24 transformation
C、C++读取图片
- C/C++语言实现打开各种图像文件(BMP, GIF, JPG,
35
- 读取文件数据,画图,然后实现对图像的放大缩小等功能-Read file data, drawing, and then realize the image zoom functions
source
- 使用radiosity,将会形成4幅图片,并且能够将图片的数据传出,由另一个read文件读取-The use of radiosity, will be the formation of four pictures, and will be able to picture the data about the document read by another reader
files
- INI文件读取,不用控件使用API处理,让INI文件读取到VB文本框中-INI file to read, do not control the use of API to deal with, so read the INI file to the VB text box
paixu
- 对n个学生数据进行排序,数据通过文件读取和输出-N data on students to sort the data file read and output
OpenGL
- MFC OpenGL 中子发射模型 包括文件读取、坐标旋转、图像截取、投影、对话框交互等-VC++6.0 OpenGL model、 projection、files reading
bmp文件读取c++实现
- 用于把bmp文件进行解析并输出到文本文件中.