-
这是一个用Visual C++6.0编写的图像模板匹配的程序,整个程序很方便使用...
这是一个用Visual C++6.0编写的图像模板匹配的程序,整个程序很方便使用-This is a work written in Visual C++6.0 image template matching procedure, the whole process is very easy to use
- 2022-02-01 04:37:34下载
- 积分:1
-
Environment: VC6 Win2K/NT/98 This sample describes the difference between CONSOL...
Environment: VC6 Win2K/NT/98
This sample describes the difference between CONSOLE and GUI applications with 20 lines of code.
There are 2 small projects in this sample. The first project shows how to create a console in WinMain(). First of all, we need to allocate a console with AllocConsole() secondly, we in turn retrieve the operating system handle (GetStdHandle), run-time handle (_open_osfhandle), stream (_fdopen) and standard stream (stdout) finally, we can call functions like printf() and scanf().
The second project demonstrates how to create a window in main(). I created an edit box in a separate thread, so that you can control this window from the console. I retrieved the module handle through GetModuleHandle(), and then I called CreateWindow with the predefined class name EDIT.
As you can see, there is not much essential difference between console and GUI applications, even though VC requires us to indicate the type of the application when you create a p
- 2022-02-03 12:24:58下载
- 积分:1
-
This is a histogram of the experimental report
图象增强全套源代码。图像平滑和锐化,均值滤波、中值滤波-This is a histogram of the experimental report
- 2022-02-21 16:03:27下载
- 积分:1
-
integrated computer graphics use a mouse, menus, such as rubber of interactive t...
计算机图形学综合使用鼠标、菜单、橡皮条等交互技术实现直线、圆和矩形等基本图形的绘制。-integrated computer graphics use a mouse, menus, such as rubber of interactive technology straight, round and rectangular basic graphics rendering.
- 2022-03-05 06:41:07下载
- 积分:1
-
use 2D 3D results show, this is a time for change with the cube, all from the di...
利用2D显示3D的效果,这个是一个随时间变化的立方体,各个面由菱形组成.-use 2D 3D results show, this is a time for change with the cube, all from the diamond surface composition.
- 2023-04-13 12:20:03下载
- 积分:1
-
包括三个程序,可以实现代立的朱立
包括三个程序,可以实现生成朱力叶集,曼德布罗特集,速度很快!-including three procedures can be achieved Generation Zhu Li Ye set-- Mandelbrot B B sets, very fast!
- 2022-04-28 08:49:18下载
- 积分:1
-
通过忽略精度 有24位bmp转为16位img压缩图片
,生成的图片在嵌入式环境内读取速度很快,相应的文件查看软件请下载ImgViewer...
通过忽略精度 有24位bmp转为16位img压缩图片
,生成的图片在嵌入式环境内读取速度很快,相应的文件查看软件请下载ImgViewer-Through neglect precision 24-bit bmp into 16 img compressed picture, the picture generated in the embedded environment to read fast, the appropriate file to view software download ImgViewer
- 2022-06-21 12:25:56下载
- 积分:1
-
这是一个位图操作的类,不依赖于MFC,可以实现位图的旋转、镜像、透明、扭曲等等非常绚丽的特效,非常值得推荐。This a bitmap manipulation...
这是一个位图操作的类,不依赖于MFC,可以实现位图的旋转、镜像、透明、扭曲等等非常绚丽的特效,非常值得推荐。This a bitmap manipulation class that would not be MFC dependent, and would offer some extended features not present in the original MFC implementation. This class can load any 8, 16, 24 or 32bit bitmap, but internally works with 32bit bitmaps. The results can be saved as the 24bit bitmap on the hard disk, or it can be drawn on the device context (DC).-This is a bitmap type of operation, not dependent on MFC, can be achieved bitmap rotation, mirror, transparent, distortion effects, etc. is very brilliant, very worthy of recommendation. This a bitmap manipulation class that would not be MFC dependent, and would offer some extended features not present in the original MFC implementation. This class can load any 8, 16, 24 or 32bit bitmap, but internally works with 32bit bitmaps. The results can be saved as the 24bit bitmap on the hard disk, or it can be drawn on the device context (DC).
- 2022-11-15 10:55:04下载
- 积分:1
-
through the use of brush painting, to achieve the view Bitmap function.
通过对画刷的使用,实现在视图中显示位图的功能。-through the use of brush painting, to achieve the view Bitmap function.
- 2022-04-26 23:40:09下载
- 积分:1
-
此程序为动画编程,展示了一个动画的形成效果。
此程序为动画编程,展示了一个动画的形成效果。-procedure for animation programming and demonstrate the formation of an animation effect.
- 2022-02-14 08:55:32下载
- 积分:1