-
课程设计,详细的附带里面的原代码和文档,一个..
本图形学人课程设计报告,内容详尽 里面附带原码和说明文档以及exe程序。 内容包括Breseham算法画直线,圆,椭圆。 还有多边型二维填充算法,还有二维图形的包括平移,旋转,对称,比例,错切等基本变换。以及用Liang-Barsky算法实现的直线段的裁剪。-curriculum design, detailed fringe inside the original code and documentation, and exe. Breseham algorithms including linear paintings, round, oval. There multilateral 2D-filling algorithm, two-dimensional graphics, including translation, rotation, symmetry, proportion, and Shear basic transformation. And with Liang- Barsky algorithm straight cut.
- 2022-03-13 23:23:43下载
- 积分:1
-
桌面画图程序,对初学者了解vc的代码是个很好的例子,绩好玩又易学...
桌面画图程序,对初学者了解vc的代码是个很好的例子,绩好玩又易学-desktop drawing program for beginners to understand vc code is a good example of an area minded fun
- 2023-05-12 03:50:03下载
- 积分:1
-
memory alignment and do the video, often have to use
内存对齐,做视频处理的时候经常要用到-memory alignment and do the video, often have to use
- 2022-08-10 05:47:35下载
- 积分: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
-
given the morphology of crude refining, corrosion expansion algorithm.
给出了形态学中的 粗化细化,腐蚀膨胀 算法。-given the morphology of crude refining, corrosion expansion algorithm.
- 2022-02-01 02:21:48下载
- 积分:1
-
free image library file for vc
free image library file for vc-free image library file for vc++
- 2022-04-23 00:37:41下载
- 积分:1
-
VC实现波形不闪烁动态绘图
实现的方法:先在内存绘图,然后再拷贝到屏幕...
VC实现波形不闪烁动态绘图
实现的方法:先在内存绘图,然后再拷贝到屏幕-VC does not flicker waveform realize realize dynamic mapping approach: first drawing in memory and then copied to the screen
- 2022-03-02 22:51:08下载
- 积分:1
-
bmp2rgn.zip bmp2rgn.zip
bmp2rgn.zip bmp2rgn.zip
- 2022-10-16 10:15:03下载
- 积分:1
-
用风险投资的工作场所打开位图
在VC环境下打开、浏览、保存bmp图像,-open bitmap by VC workplace
- 2022-07-25 16:26:55下载
- 积分:1
-
将一个窗口图象存为一个BMP文件
将一个窗口图象存为一个BMP文件-window image of a deposit for a BMP file
- 2023-05-20 09:05:03下载
- 积分:1