-
一个用VB做的可以显示三维地形图的源程序,具有动态效果,很美观,欢迎下载...
一个用VB做的可以显示三维地形图的源程序,具有动态效果,很美观,欢迎下载-a VB can do the show three-dimensional topographical map of the source that is dynamic effects, very beautiful, welcome to download
- 2022-02-09 18:18:00下载
- 积分:1
-
位图的存取在vc中的 因为所在的项目中我负责的模块是有关与位图的读写和存储的,所以看了一些资料后,并且成功在vc 下实现所需的功能后写下这篇读书报告。
对...
位图的存取在vc中的 因为所在的项目中我负责的模块是有关与位图的读写和存储的,所以看了一些资料后,并且成功在vc 下实现所需的功能后写下这篇读书报告。
对于位图,要想在vc中实现读取和存储,先必须了解BMP的文件格式。
BMP文件大体上分成四个部分:位图文件头,位图信息头,调色板,实际的位图数据。
位图文件头BITMAPFILEHEADER是一个结构,它的定义如下:
typedef struct tagBITMAPFILEHEADER{
WORD bfType
DWORD bfSize
WORD bfReserved1
WORD bfReserved2
DWORD bfOffBits
}BITMAPFILEHEADER实现-Bitmaps in vc access because of the projects where I am responsible for the module is concerned with reading and writing bitmap and storage, so read some information, and the success achieved in vc feature required to write This study reports. For bitmap, in order to achieve in the vc read and stored, first must understand the BMP file format. BMP files generally divided into four parts: the first bitmap file, BITMAPINFOHEADER, palette, the actual bitmap data. BITMAPFILEHEADER bitmap file header is a structure, it is defined as follows: typedef struct tagBITMAPFILEHEADER (WORD bfType DWORD bfSize WORD bfReserved1 WORD bfReserved2 DWORD b
- 2022-09-19 08:45:03下载
- 积分:1
-
实时曲线显示类,VC++语言开发,可同时显示4条曲线(用户可自行增加),提供标尺和信息显示栏,背景网格疏密程度可调,可直接产生DLL移植到其他工程中使用。...
实时曲线显示类,VC++语言开发,可同时显示4条曲线(用户可自行增加),提供标尺和信息显示栏,背景网格疏密程度可调,可直接产生DLL移植到其他工程中使用。-Real-time curve display category, VC++ Language development, can simultaneously display four curve (users can increase their own), to provide benchmark and information display boards, the extent of the background grid spacing adjustable, can be directly transplanted to generate DLL in other projects使用.
- 2022-06-15 10:30:56下载
- 积分:1
-
image processing, if you choose the screen images because of the cause, we can n...
图像处理,如果你的图像由于选择屏的原因,不能使色阶清晰的反应出来,你可以通过该程序调整色阶。注意,这里的图片为BMP格式-image processing, if you choose the screen images because of the cause, we can not make clear the upper portion of the reaction, and you can adjust the color gamut of procedures. Note that the picture of BMP format
- 2022-07-21 03:38:18下载
- 积分:1
-
介绍NI公司的组态软件Labwindows的一文章,清晰易懂,是首次使用Labwindows编程的好助手。...
介绍NI公司的组态软件Labwindows的一文章,清晰易懂,是首次使用Labwindows编程的好助手。-NI introduced the configuration software Labwindows of an article, lucid, the first is the use of good Labwindows programming assistant.
- 2022-10-05 17:00:02下载
- 积分:1
-
图像读入读出系统
图像读入读出系统-image reading system to read
- 2023-09-03 03:45:03下载
- 积分:1
-
GVFC 源码,matlab
性能没有试过,应该还好
GVFC 源码,matlab
性能没有试过,应该还好-GVFC source, Matlab Properties tried, it should be okay
- 2022-05-18 21:42:32下载
- 积分:1
-
计算插值图像和原始图像之间的视觉差别 采用亮度委员会的标准 编写得测试代码 输出值越小 插值效果越好...
计算插值图像和原始图像之间的视觉差别 采用亮度委员会的标准 编写得测试代码 输出值越小 插值效果越好-Calculating the visual difference between the original image and interpolation image using brightness standards for the preparation of the Commission may test code output value the smaller the better the interpolation
- 2023-08-22 15:45:05下载
- 积分:1
-
This procedure is based on the development of LABWINDOWS is mainly the function...
本程序是基于LABWINDOWS开发的,主要是实现数据拟合这一功能。-This procedure is based on the development of LABWINDOWS is mainly the function of data fitting.
- 2022-02-16 09:37:16下载
- 积分:1
-
GDI是位于应用程序与不同硬件之间的中间层,这种结构让程序员从直接处理不同硬件的工作中解放出来,把硬件间的差异交给了GDI处理。 GDI+是GDI的下一个版本,...
GDI是位于应用程序与不同硬件之间的中间层,这种结构让程序员从直接处理不同硬件的工作中解放出来,把硬件间的差异交给了GDI处理。 GDI+是GDI的下一个版本,它进行了很好的改进,并且易用性更好。-GDI is located in different applications and hardware between the middle layer, this structure allows programmers from different hardware directly in the work of liberation, the differences between hardware to handle the GDI. GDI GDI is the next version, it had a very good improvement, and better ease of use.
- 2022-04-06 20:04:22下载
- 积分:1