-
画矢量曲线的VC源码。直线,折线,矩形,圆。直接用也是不错的。...
画矢量曲线的VC源码。直线,折线,矩形,圆。直接用也是不错的。-Vector curve drawn VC source. A straight line, polyline, rectangle, circle. Directly is also good.
- 2022-08-16 12:58:08下载
- 积分:1
-
基于数字水印BMP图象的隐藏信息原始快对检测算法(RQP算法),利用C++语言实现,检测效率得到提高...
基于数字水印BMP图象的隐藏信息原始快对检测算法(RQP算法),利用C++语言实现,检测效率得到提高-based on digital watermarking BMP images for hidden messages to the original fast detection algorithm (PROGRAMMING algorithm) the use of C language, improve the efficiency of detection
- 2023-05-13 19:05:02下载
- 积分:1
-
An image recognition program to realize the function of the mouse by the human e...
一个图像识别的程序,实现的功能是鼠标通过摄像头由人眼来控制-An image recognition program to realize the function of the mouse by the human eye through the camera to control the
- 2022-08-21 02:16:27下载
- 积分: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
-
打开Tiff的vc源代码,好用
打开Tiff的vc源代码,好用-the vc open source code and ease of use
- 2022-01-25 21:42:26下载
- 积分:1
-
screen snap:屏幕抓屏源代码。
screen snap:屏幕抓屏源代码。-screen snap : Capturing screen source code.
- 2023-04-25 11:10:02下载
- 积分:1
-
A simple Tetris game, using double buffering to eliminate flicker, suitable for...
一个简单的俄罗斯方块游戏,用双缓冲消除了闪烁,适合初学者参考-A simple Tetris game, using double buffering to eliminate flicker, suitable for beginners reference
- 2022-03-02 21:37:29下载
- 积分:1
-
tin三角网构的3d程序。加纹理,光照等。无需压缩密码,解压缩后即可看。...
tin三角网构的3d程序。加纹理,光照等。无需压缩密码,解压缩后即可看。-tin triangular configuration of the network 3d procedures. Plus texture, light and so on. Without compression password, solutions can be compressed.
- 2023-07-04 10:25:04下载
- 积分:1
-
直线端裁减算法。自画直线被矩形窗口裁减。
直线端裁减算法。自画直线被矩形窗口裁减。-Reduction algorithm for straight-line client. Since the painting was a straight-line reduction of the rectangular window.
- 2022-09-18 17:35:02下载
- 积分:1
-
使用图形和图象处理对不规则区域的选取。
本程序使用一张中国地图作为位图,各个省/市的区域是不规则的,通过对该位图的处理,
能对各个不规则的区域进行选取。...
使用图形和图象处理对不规则区域的选取。
本程序使用一张中国地图作为位图,各个省/市的区域是不规则的,通过对该位图的处理,
能对各个不规则的区域进行选取。
类似的实现功能为: 在中国地图上,当鼠标移到某个省/市的时候,使该省/市所在的区域以某种颜色高亮显示。-use of graphics and image processing on irregular region selection. The procedure used a map of China as a bitmap, all provincial/municipal region is irregular, this bitmap, can be right all the irregular regions selected. To achieve similar functions : the map of China, when the mouse moved to a provincial/city, province/city in the region where some color highlighter.
- 2022-01-26 00:06:16下载
- 积分:1