-
计算机图形学 透明茶壶
计算机图形学 透明茶壶-computer graphics transparent teapot
- 2022-03-17 02:05:45下载
- 积分: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
-
一个非常不错的vc GUI编程源码。画出的图形能够相应鼠标事件...
一个非常不错的vc GUI编程源码。画出的图形能够相应鼠标事件-A very good source vc GUI programming. Draw graphics to the corresponding mouse events
- 2022-07-12 00:55:02下载
- 积分:1
-
C Builder animation controls and MDI
C++Builder编写的动画控件和MDI-C Builder animation controls and MDI
- 2022-01-25 23:14:25下载
- 积分:1
-
do image processing when used in the 7 x 7 MEXICAN fliter the template effect qu...
做图像处理时用到的7×7的mexican fliter,该模板的效果很不错哦,压缩文件中有效果图。-do image processing when used in the 7 x 7 MEXICAN fliter the template effect quite Oh, compressed files are illustrated.
- 2022-09-03 22:25:03下载
- 积分:1
-
Media目录:使用OLE控件实现媒体播放器的功能,还包含一个使用API MCI设备实现媒体播放的例子;...
Media目录:使用OLE控件实现媒体播放器的功能,还包含一个使用API MCI设备实现媒体播放的例子;-Media Contents : use OLE achieve media player functions, also includes an API MCI equipment used to achieve the broadcast media examples;
- 2022-07-06 12:28:23下载
- 积分:1
-
调色板程序,可以选择3种类型的颜色并可进行配色,方便实用...
调色板程序,可以选择3种类型的颜色并可进行配色,方便实用-Palette program, you can choose 3 types of color matching can be carried out to facilitate the practical
- 2022-12-27 10:45:04下载
- 积分:1
-
实现了一个电子相册,可以支持相片编辑,排版功能
实现了一个电子相册,可以支持相片编辑,排版功能-Realize an electronic photo album, can support the photo editing, layout features
- 2023-08-11 06:40:03下载
- 积分:1
-
视频监控系统 视频监控系统
视频监控系统 视频监控系统 -Video Surveillance SystemVideo Surveillance SystemVideo Surveillance SystemVideo Surveillance System
- 2023-08-29 13:25:07下载
- 积分:1
-
计算机图形学 混色
计算机图形学 混色-Computer Graphics blending
- 2022-02-10 14:01:04下载
- 积分:1