-
矩形GetDC setrop2 ReleaseDC createrectrgn selectcliprgn删除对象的选择…
Rectangle GetDC SetROP2 ReleaseDC CreateRectRgn SelectClipRgn DeleteObject SelectObject CreatePen CreateSolidBrush SetTextColor SetBkColor SetRect LockResource UnlockResource GetCursor LoadCursor GetStockObject LineTo SetCursor ShowCursor DrawText LoadString MessageBox CreateFontIndirect GetTextMetrics ClientToScreen SetCursorPos GetMessageTime GetKeyState GetClientRect SetWindowPos BeginPaint EndPaint DefWindowProc
- 2022-01-25 17:15:13下载
- 积分:1
-
本程序在风险投资中,通过对网编译自动调整颜色…
此程序在VC,NET下编译通过 用于自动对图片进行调整颜色-this procedure in VC, NET compiler for the automatic right through adjust color photos
- 2022-11-14 18:05: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
-
可以编写的图片,可以用图片来放大和缩小的程序,供..
VC++编写的可以对图片自由放大或缩小显示的一个程序。-VC can be prepared by the pictures free to zoom in and out a procedure for the show.
- 2022-03-22 02:28:22下载
- 积分:1
-
;生成界面上有三个按钮,Add**Move,为左键增加点,右键拖动点;Move**Add,为右键增加点,左键拖动点;Clear为清楚界面上所有的点和曲线! 其实...
;生成界面上有三个按钮,Add**Move,为左键增加点,右键拖动点;Move**Add,为右键增加点,左键拖动点;Clear为清楚界面上所有的点和曲线! 其实这是我得一门选修课的作业!欢迎指教!- Generated interface has three buttons, Add** Move, increased points for the left, right drag the point Move** Add, for the right to increase, the left-drag point Clear to clear all interface points and curves! In fact, this is an elective course I have the operation! Welcome advice!
- 2022-03-22 05:45:28下载
- 积分:1
-
玩转三维空间 c#实现 代码简单,赶紧下载啦
玩转三维空间 c#实现 代码简单,赶紧下载啦-Conquers 3D space c# code simple, quickly downloaded
- 2022-08-07 05:50:14下载
- 积分:1
-
关于计算机图形学算法的演示,有很多种基本算法的说明和源代码,很值得参考。...
关于计算机图形学算法的演示,有很多种基本算法的说明和源代码,很值得参考。-computer graphics algorithms on the demonstration, many of the basic algorithm and source code, is a good reference.
- 2022-11-10 03:35:03下载
- 积分:1
-
Using c language implementation line drawing, repeatable draw, you can also set...
用c语言实现线的绘制,可重复绘制,也可以设置参数对线的颜色等属性进行修改,这是最简单的c实现,其中的BGI必须先初始化,否则程序会报错-Using c language implementation line drawing, repeatable draw, you can also set the parameters on-line to modify the color and other attributes, it is the simplest c implementation, of which BGI must be initialized, otherwise program will complain
- 2023-02-06 03:00:02下载
- 积分:1
-
前在网上有一个CPictureEx类,用于加载GIF动画,不过该类是mfc封装类,对于不使用mfc的c++程序员来讲,不能使用。为了让该类能够让更多的人方便的使...
前在网上有一个CPictureEx类,用于加载GIF动画,不过该类是mfc封装类,对于不使用mfc的c++程序员来讲,不能使用。为了让该类能够让更多的人方便的使用,使其不再被局限于MFC,花时间改造了一下这个类,改造,该类可以应用于任何MFC、 WTL/ATL及其它INDOWS API编程。由于原来的CPictureEx是继承于CStatic类,改造后,在CPictureEx中直接封装了一个窗口句柄HWND。假设您在一个弹出式Dialog对话框中加载gif动画,您要做的就是在对话框中放一个控件,可以是BUTTON、STATIC等等。假设您加的这个控件的ID是IDC_FLASH,您的对话框窗口句柄是hDlg,则要使用CPictureEx,将非常简单。详情参见源代码。-ago on the Internet which is a CPictureEx category for loading GIF animation, But such is mfc Packaging category for the non-use of the c mfc speaking programmers, which can not be used. To allow such to allow more people to use, it will not be confined to the MFC. renovation of time spent on this category, transformation and can be applied to any such MFC, WTL/ATL and other INDOWS API programming. As the original CPictureEx inherited from CStatic category that after transformation, In CPictureEx directly Packaging a window handle HWND. Suppose you in a pop-up dialog box loaded Dialog gif animation You need to be done is up in a dialog box controls can be
- 2022-03-11 20:27:26下载
- 积分:1
-
一种自动图像识别算法,该方法是通过提取图像中的硒…
一种图像自动识别算法,该方法:通过提取图像7个不变矩,结合神经网络(BP)对图像目标进行识别计算.结果表明,
该算法具有很好的识别效果,可以应用于图像小目标的识别.-an automatic image recognition algorithm, the method : extract images through seven unchanged moments, integrated Neural Network (ANN) to the identification of target images calculated. Results show that the algorithm has good recognition results can be applied to image small identify the target.
- 2022-08-20 06:15:23下载
- 积分:1