-
这是一个很好的计算器
This a very good calculator-This is a very good calculator
- 2022-01-26 08:07:21下载
- 积分: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
-
此源码包括几种不同曲线的绘制,请自己查看就知道了,
此源码包括几种不同曲线的绘制,请自己查看就知道了,-This source includes several different curve drawing, please know their own view,
- 2023-04-12 22:25:03下载
- 积分: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
-
编程
简单的绘图小游戏
可供初学者参考使用
编程
简单的绘图小游戏
可供初学者参考使用-programming simple little game of drawing reference for beginners
- 2023-01-05 20:25:03下载
- 积分:1
-
模式与非
一个模式和非模式位图的转换程序-a model and non-model bitmap conversion
- 2022-02-04 02:51:23下载
- 积分:1
-
把任一窗口的内容存为位图。有兴趣的下载试试看,只是个小程序。...
把任一窗口的内容存为位图。有兴趣的下载试试看,只是个小程序。-put the contents of a window of survival for bitmap. Interested try to download, it is a small procedure.
- 2022-08-20 04:14:08下载
- 积分:1
-
一个实现浏览BMP图像的例子,是从网上down下来的,不知道这里有否,如无,算是成功了...
一个实现浏览BMP图像的例子,是从网上down下来的,不知道这里有否,如无,算是成功了-a surfing BMP image examples, down from the Internet down, I do not know whether it here, if not, as a success
- 2023-04-19 13:45:02下载
- 积分:1
-
图像压缩技术实验程序,图像符号化,256x256图像为例!
图像压缩技术实验程序,图像符号化,256x256图像为例!-experimental procedure, image symbols, as an example 256x256 image!
- 2022-03-12 18:49:37下载
- 积分: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