-
这是一个关于RPG的游戏,可以在VC6.0的编译环境下运行.
这是一个关于RPG的游戏,可以在VC6.0的编译环境下运行.-It is a RPG game, you can compile in VC6.0 environment.
- 2023-01-27 03:00:03下载
- 积分:1
-
实现了一个AVICap窗口类的CAviCap类,它提供了基于消息接口的访问音频和视频的应用,可以控制播放过程并支持视频捕获到磁盘。...
实现了一个AVICap窗口类的CAviCap类,它提供了基于消息接口的访问音频和视频的应用,可以控制播放过程并支持视频捕获到磁盘。-achieved a kind of window AVICap CAviCap category, It provides a message-based interface visit Audio and video applications, can control the process and support broadcast video capture to disk.
- 2022-07-03 01:50:45下载
- 积分:1
-
Well
著名图形开源库CXimage实用的例子,推荐。-Well-known open source graphics library CXimage practical examples, recommended.
- 2023-02-11 11:30:03下载
- 积分:1
-
gdi+是microsoft一种更好的技术,上传的文件为gdi+类库。使用它就不必安装,就可以使用性能更好的gdi+技术了...
gdi+是microsoft一种更好的技术,上传的文件为gdi+类库。使用它就不必安装,就可以使用性能更好的gdi+技术了-gdi microsoft+ is a better technology, upload the document to gdi+ class library. No need to use it to install, it can use better performance of gdi+ technology
- 2023-02-05 18:30:03下载
- 积分:1
-
photovc the source code and is capable of bmp image read and simple to operate....
photovc的源代码,能对bmp图象读入和简单的操作.其中自己写了重要的图象类文件.-photovc the source code and is capable of bmp image read and simple to operate. Which himself wrote an important category of document images.
- 2022-05-29 21:17:31下载
- 积分:1
-
加速的计算方法1 /平方根啊
计算1/sqrt-ah的一种加速方法
- 2023-02-06 11:20:04下载
- 积分:1
-
VC++环境下读取BMP位图文件并显示的例子,带源码
vc++环境下读取bmp位图文件,并显示出来的例子,带源码-vc++ environment read bmp bitmap documents and displayed examples belt source
- 2022-04-09 07:58:34下载
- 积分: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
-
此源码包括几种不同曲线的绘制,请自己查看就知道了,
此源码包括几种不同曲线的绘制,请自己查看就知道了,-This source includes several different curve drawing, please know their own view,
- 2023-04-12 22:25:03下载
- 积分:1
-
一个基于对话框的应用程序,CDialogBar类用法
一个基于对话框的应用程序,CDialogBar类用法-This is an application project to show you how to use the CDialogBar class. It is based on Dialog project.
- 2023-05-26 12:50:02下载
- 积分:1