-
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
-
印鉴鉴定系统的算法代码,使用的时候直接在需要的地方插入该算法代码就可以了...
印鉴鉴定系统的算法代码,使用的时候直接在需要的地方插入该算法代码就可以了-Seal Identification System algorithm code, the use of the direct needs of the local insertion algorithm code on the
- 2022-03-23 14:35:52下载
- 积分:1
-
this script usefull for generate captcha images
this script usefull for generate captcha images
- 2022-02-25 10:52:20下载
- 积分:1
-
日本一个公司的摄像机IC系统设计,该摄像机有宽动态功能,效果很棒...
日本一个公司的摄像机IC系统设计,该摄像机有宽动态功能,效果很棒-this is a datasheet about high dynamic range CCD lens from one Japanese company, they support the IC
- 2022-05-05 13:04:31下载
- 积分:1
-
不是我自己写的,是国外一个高手做的。感觉不错,拿出来大家一起分享。 效果是一个旋转的长方体...
不是我自己写的,是国外一个高手做的。感觉不错,拿出来大家一起分享。 效果是一个旋转的长方体-than I wrote it myself, is a foreign masters do. Feeling good show to share with everyone. Effect of a rotating cuboid
- 2022-12-14 20:50:03下载
- 积分:1
-
这是一个基于对话框的计算器程序。是使用mfc编的。对初学者有一点帮助...
这是一个基于对话框的计算器程序。是使用mfc编的。对初学者有一点帮助-This is a calculator source code based on dialog box with the help of mfc. It may help the beginner of VC.
- 2023-05-02 06:15:02下载
- 积分:1
-
16*16点阵汉字的显示,希望对于刚设计C语言高级编程的同学有所帮助...
16*16点阵汉字的显示,希望对于刚设计C语言高级编程的同学有所帮助-16* 16 dot matrix display Chinese characters, hoping for just the design of high-level programming language C help students
- 2022-02-20 11:20:52下载
- 积分:1
-
本程序对指定图像文件进行浮雕处理,然后在窗口中显示
本程序对指定图像文件进行浮雕处理,然后在窗口中显示-the right procedures specified image file for relief and then in the window display
- 2022-01-21 02:52:56下载
- 积分:1
-
streamc on the two example programs can be revised.
关于streamc的两个例子程序,可以根据需要修改。-streamc on the two example programs can be revised.
- 2022-01-25 18:30:48下载
- 积分: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