-
[多媒体]根据图象大小控制图象的显示运行环境: win9x,winxp
[多媒体]根据图象大小控制图象的显示运行环境: win9x,winxp-[multimedia] under the control of the size of the images show images of the environment : win9x, winxp
- 2022-01-26 02:32:04下载
- 积分: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实现的,基本上比较完整...
毕业了,做了一款连连看的小游戏,是用VC实现的,基本上比较完整-Graduated, made a Lianliankan little game, is to use VC to achieve, essentially a relatively complete
- 2022-10-26 03:30:06下载
- 积分:1
-
关于VC和windows 的绘图机制,使用GDI(图形设备接口)对象,通常使用CDC 类,CPaintDC也一样(device...
关于VC和windows 的绘图机制,使用GDI(图形设备接口)对象,通常使用CDC 类,CPaintDC也一样(device-context)设备上下文 Windows下的MFC编程机制,消息驱动,事件等待.-On the VC and the windows of the drawing mechanism, the use of GDI (Graphics Device Interface) objects, used by CDC category, CPaintDC same (device-context) device context of the MFC under Windows programming mechanisms, message-driven, event wait.
- 2022-10-21 07:40:03下载
- 积分:1
-
这是用C#编写的画图程序,自认为各类的定义和逻辑都很清晰,能基本实现作图的所有功能,实现了Undo和Redo,对于画图编辑的朋友很有帮助....
这是用C#编写的画图程序,自认为各类的定义和逻辑都很清晰,能基本实现作图的所有功能,实现了Undo和Redo,对于画图编辑的朋友很有帮助.-This is a C# Prepared drawing process, consider all types of self-definition and the logic is very clear, can realize the basic mapping of all the features realize the Undo and Redo, for drawing useful editing friends.
- 2022-02-26 13:55:08下载
- 积分:1
-
计算机图形学基础,使用汉字点阵在界面上显示汉字。
计算机图形学基础,使用汉字点阵在界面上显示汉字。-Computer graphics based on the use of Chinese characters dot-matrix display Chinese characters in the interface.
- 2022-01-22 04:41:34下载
- 积分:1
-
这是书上的关于画图的代码,用VC++编的,希望对大家有帮助
这是书上的关于画图的代码,用VC++编的,希望对大家有帮助-This is a book on the drawing code, using VC++ Series, and they hope to help everyone
- 2022-03-25 03:10:01下载
- 积分:1
-
演示绘制三维图形的原代码
演示绘制三维图形的原代码-rendering 3D graphics demo of the original code
- 2022-03-25 22:44:32下载
- 积分:1
-
图像的灰度变化程序源码
图像的灰度变化程序源码-gray image change procedures FOSS
- 2022-08-02 12:47:34下载
- 积分:1
-
桌面画图程序,对初学者了解vc的代码是个很好的例子,绩好玩又易学...
桌面画图程序,对初学者了解vc的代码是个很好的例子,绩好玩又易学-desktop drawing program for beginners to understand vc code is a good example of an area minded fun
- 2023-05-12 03:50:03下载
- 积分:1