-
用VC编的波形显示程序,程序给出一个随机显示不断变化曲线的例子...
用VC编的波形显示程序,程序给出一个随机显示不断变化曲线的例子-VC allocated by the waveform display program, the program is given a random show examples of the ever-changing curve
- 2022-01-25 22:56:31下载
- 积分:1
-
一个功能强大的图表类demo
一个功能强大的图表类demo-a powerful category demo charts
- 2022-07-07 03:37:16下载
- 积分:1
-
可以显式3D文字的一个例子
可以显式3D文字的一个例子-can Explicit language of a 3D examples
- 2022-04-09 18:03:14下载
- 积分:1
-
用GDI开发的一个地图浏览VC小程序,主要解释如何解决图像闪烁问题...
用GDI开发的一个地图浏览VC小程序,主要解释如何解决图像闪烁问题-Using GDI to develop a map browsing VC small procedures, which explain how to solve image flickering problem
- 2023-08-30 17:00:06下载
- 积分:1
-
可以捕获整个屏幕、活动窗口、延时捕获窗口、捕获包含标题的窗口、用户窗口、滚动窗口等,捕获的图片并可以保存为BMP、JPGE图片,可以用微软画图工具编辑,可以保存...
可以捕获整个屏幕、活动窗口、延时捕获窗口、捕获包含标题的窗口、用户窗口、滚动窗口等,捕获的图片并可以保存为BMP、JPGE图片,可以用微软画图工具编辑,可以保存位墙纸.具有打印图片功能.这个小工具还支持多国语言(简体中文、英文)-can capture the entire screen, window activity, delay capture window, capturing the title contains the window, users window, scroll window, and capture images can be saved as BMP, stylish photographs, can be used paint tools editing, wallpaper spaces can be preserved. With Photo Print function . this small tool also supports multiple languages (English, English)
- 2022-08-08 22:11:06下载
- 积分:1
-
Extraction of the picture data
提取图片中数据-Extraction of the picture data
- 2022-04-27 11:03:55下载
- 积分:1
-
实时画图,源程序,便于初学的朋友参考提高水平
实时画图,源程序,便于初学的朋友参考提高水平-Real-time drawing, source code, easy beginner s friends refer to raise the level
- 2022-01-30 17:38:46下载
- 积分:1
-
飞鸽传输的源码,VC++环境,这么强大的软件,居然这么小
飞鸽传输的源码,VC++环境,这么强大的软件,居然这么小-Dove transmission source, VC++ Environment, such powerful software, even such a small
- 2022-06-12 12:18:36下载
- 积分: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
-
位图进度条,使用两张位图掩盖,达到进度条的效果,有意思...
位图进度条,使用两张位图掩盖,达到进度条的效果,有意思-Bitmap progress bar, the use of two bitmap to cover up, to the effect of the progress bar, interesting
- 2022-06-01 22:57:33下载
- 积分:1