-
自绘模拟时钟源码(C++ Builder代码,带编译后的可执行文件)
自绘模拟时钟源码(C++ Builder代码,带编译后的可执行文件)-Since the painting simulation clock source (C++ Builder code, compiled with the executable file)
- 2022-02-01 05:07: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
-
语音复读小软件源码方便了能听懂“CRAZY ENGLISH 2001全年合集”光盘中的MP3文件。对照着英文原文来一句一句地反复听...
语音复读小软件源码方便了能听懂“CRAZY ENGLISH 2001全年合集”光盘中的MP3文件。对照着英文原文来一句一句地反复听-small voice repetition convenient source software can understand, "Bass ENGLISH 2001 annual Collection" CD-ROM of MP3 files. To follow the original English to a one repeatedly heard
- 2023-01-15 08:45:03下载
- 积分:1
-
GDI绘制立体圆饼图实例,细腻,快速,解决边缘覆盖问题。方法简单高效,可以用计时器改造成动画效果。...
GDI绘制立体圆饼图实例,细腻,快速,解决边缘覆盖问题。方法简单高效,可以用计时器改造成动画效果。-GDI round draw three-dimensional pie chart example, the delicate, rapid, and solve the problem of the edge of coverage. Method is simple and efficient, can be transformed into animation timer.
- 2022-09-23 12:30:03下载
- 积分:1
-
在VC++环境下实现OPenGL画图,框架已经实现,只需要在画图先编写代码即可 在本例子中实现的是画彩虹的程序...
在VC++环境下实现OPenGL画图,框架已经实现,只需要在画图先编写代码即可 在本例子中实现的是画彩虹的程序
- 2022-04-24 04:46:55下载
- 积分:1
-
Gray value can be input to create a BMP image, but the only disadvantage is the...
可以通过输入灰度值来创建BMP图像,但 缺点是只能创建8位位图-Gray value can be input to create a BMP image, but the only disadvantage is the creation of 8-bit bitmap
- 2022-10-12 02:50:03下载
- 积分:1
-
一个java的实例应用程序,它实现"调色板"的功能.
一个java的实例应用程序,它实现"调色板"的功能.-example of a java application, it achieved "palette" function.
- 2023-08-11 12:15:02下载
- 积分:1
-
VC++实现的将CView中的内容直接打印出来的方法和源码,十分实用...
VC++实现的将CView中的内容直接打印出来的方法和源码,十分实用-VC++ Realized CView content will directly print out the methods and source code, very useful
- 2023-01-18 05:05:03下载
- 积分:1
-
Written by a foreigner angle high
一个外国人写的高性能的斜视角游戏程序例子。-Written by a foreigner angle high-performance example of the game procedures.
- 2023-04-17 03:55:02下载
- 积分:1
-
内含JPEG压缩编码系统vc++源代码,选择应用程序工程,而不是控制台工程...
内含JPEG压缩编码系统vc++源代码,选择应用程序工程,而不是控制台工程-containing JPEG compression coding system vc source code, selection, application procedures, rather than console works
- 2023-08-23 17:30:03下载
- 积分:1