-
非常实用,学习图形处理的参考,也可作为学生的课程设计。...
非常实用,学习图形处理的参考,也可作为学生的课程设计。-Very useful to study graphic treatment of reference, can also be used as curriculum design students.
- 2022-04-06 20:26:33下载
- 积分:1
-
Flash5 图片角度变换这个程序的代码很简单,但是却可以实现一个看起来比较复杂的变换,通过移动鼠标,图片会旋转和挤压...
Flash5 图片角度变换这个程序的代码很简单,但是却可以实现一个看起来比较复杂的变换,通过移动鼠标,图片会旋转和挤压-Flash5 picture perspective transform this procedure code is very simple, but it can achieve a much more complex transformation through mobile mouse, pictures will rotate and extrusion
- 2022-04-16 08:56:25下载
- 积分:1
-
VC barcode generator source code
VC的条码生成器源代码-VC barcode generator source code
- 2022-02-15 15:52:00下载
- 积分:1
-
这是对于上面所上传的SAP软件源码中用到一个动态连接库,这个对于想学习动态链接库的人员很有帮助...
这是对于上面所上传的SAP软件源码中用到一个动态连接库,这个对于想学习动态链接库的人员很有帮助-This is for the above SAP software to upload source code used in a dynamic link library, this for want to learn a dynamic link library staff helpful
- 2022-03-21 03:20:35下载
- 积分:1
-
是我学习GUI的一个模版,供大家参考。也可作为学习的资料
是我学习GUI的一个模版,供大家参考。也可作为学习的资料-GUI is a learning template for reference. Can also be used as learning the information
- 2022-08-13 00:35:03下载
- 积分: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
-
本源码演示了对位图文件的操作用法
本源码演示了对位图文件的操作用法-demonstration of the source bitmap file on the operation usage
- 2022-08-12 10:51:24下载
- 积分:1
-
先用C++写了一个可以产生图形的DLL,并用VB来进行调用测试。
先用C++写了一个可以产生图形的DLL,并用VB来进行调用测试。-Using C++ to write a DLL can generate graphics , and VB to call it for test.
- 2022-03-18 10:20:11下载
- 积分:1
-
实现图案化和抖动技术,以及bmp2txt
命令行编译过程如下
vcvars32
rc bmp.rc
cl dither.c bmp.res...
实现图案化和抖动技术,以及bmp2txt
命令行编译过程如下
vcvars32
rc bmp.rc
cl dither.c bmp.res user32.lib gdi32.lib-Realize pattern and jitter, as well as command-line compiler bmp2txt process is as follows vcvars32rc bmp.rccl dither.c bmp.res user32.lib gdi32.lib
- 2022-05-18 09:22:47下载
- 积分:1
-
一个Bezier曲线绘制的源代码
画贝赛尔曲线的源码-a source code of drawing bezier curve
- 2022-02-09 19:03:35下载
- 积分:1