-
单机白板演示程序,功能比较简单,但是很实用
单机白板演示程序,功能比较简单,但是很实用-single whiteboard presentations, functions relatively simple, but very practical
- 2023-06-03 19:55:02下载
- 积分:1
-
用于图像边缘检测的源代码,读取图像的格式为bmp
用于图像边缘检测的源代码,读取图像的格式为bmp-source codes for edge detecting.the input file type should be*.bmp.
- 2022-12-04 21:15:03下载
- 积分:1
-
用双缓冲进行播放浈动画,其中还带了抠图,不闪屏
用双缓冲进行播放浈动画,其中还带了抠图,不闪屏-With double buffering for playback Gangjeong animation, which also brought Cutout not flash screen
- 2022-06-15 18:34:01下载
- 积分:1
-
关于光栅操作的,可以手动控制,VC版本为6.0,编译时有些.H文件可能需自己设置 。...
关于光栅操作的,可以手动控制,VC版本为6.0,编译时有些.H文件可能需自己设置 。-grating on the operation, manual control, VC version 6.0, compiled some. H documents may take yours.
- 2022-10-05 14:20:03下载
- 积分:1
-
PWIN
PWIN - DOS下的扩展GUI// 源代码// C// 中文-PWIN-DOS extensions GUI// source// C// Chinese
- 2022-02-10 00:13:44下载
- 积分:1
-
图像处理综合小软件 包括打开,关闭,剪切粘贴,放大缩小,生成灰度图等基本功能。
图像处理综合小软件 包括打开,关闭,剪切粘贴,放大缩小,生成灰度图等基本功能。-image processing software includes an integrated small opening, closing, shear paste, zooming, generating grayscale basic functions.
- 2022-04-08 03:44:21下载
- 积分:1
-
丰富的画图功能,能画直线,圆,长方形,可以旋转,平移,放缩,填充,真的很好,不行你试试vc...
丰富的画图功能,能画直线,圆,长方形,可以旋转,平移,放缩,填充,真的很好,不行你试试vc-Rich drawing capabilities, able to draw a straight line, round, rectangular, you can rotate, pan, zoom, filling, really good, can not you try vc
- 2022-03-14 12:30:52下载
- 积分:1
-
vc实现的圆形信号灯例子
vc实现的圆形信号灯例子-vc realized example of circular lights
- 2022-09-27 01:15:03下载
- 积分:1
-
指纹识别前处理
指纹识别前处理-----图象分割等包含详尽说明可与我联系QQ43728926-fingerprint identification before processing----- Image segmentation contains detailed information can contact me QQ43728926
- 2022-01-26 03:22:08下载
- 积分: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