-
一个图形学中很简单的二维变换程序
是用C编的
请大家不要见笑...
一个图形学中很简单的二维变换程序
是用C编的
请大家不要见笑-a very simple two-dimensional transformation process is part of the C Please do not laughed at
- 2022-07-23 21:19:35下载
- 积分: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
-
a classic VC Image Processing Library. Treatment includes various processes fil...
一个经典的VC图像处理库.包含各种过程处理滤镜特效及形态学方法.-a classic VC Image Processing Library. Treatment includes various processes filter effects and morphology.
- 2022-06-17 03:18:12下载
- 积分:1
-
使用pnglib,用VC显示PNG图片.
使用pnglib,用VC显示PNG图片.-Use pnglib, using VC display PNG images.
- 2022-07-01 02:01:09下载
- 积分:1
-
试用VC++编写的图像处理信息系统,有详细的注释与说明
试用VC++编写的图像处理信息系统,有详细的注释与说明-VC++ to prepare the trial of the image processing information systems, has detailed notes and description
- 2022-06-21 07:08:30下载
- 积分:1
-
一个不错的画图程序
一个不错的画图程序-a good drawing program
- 2023-09-04 23:30:02下载
- 积分:1
-
支持JPG和GIF格式的图像处理,适合想对JPG格式的图像进行处理的人学习...
支持JPG和GIF格式的图像处理,适合想对JPG格式的图像进行处理的人学习-Support for JPG and GIF format image processing, for want of the images in JPG format deal to learn
- 2023-08-18 12:10:03下载
- 积分:1
-
十五个数字的拼版游戏,小时候玩过的,这里只有源代码。
十五个数字的拼版游戏,小时候玩过的,这里只有源代码。-The number of make-up of 15 games, when played, and here only the source code.
- 2022-01-31 23:15:58下载
- 积分:1
-
this is a small VC++ program for windows drawing, drawing of lines and circles c...
一个很小的VC++编写的用做画图的小程序,可以进行画线画圆并在两者之间进行切换,文件保存功能也被允许!-this is a small VC++ program for windows drawing, drawing of lines and circles can be done as well as the switching between the two.Saving of files are enabled as well.
- 2022-08-17 14:11:59下载
- 积分:1
-
如何使用win32 API 创建一个透明窗体
如何使用win32 API 创建一个透明窗体-How to use the win32 API to create a transparent form
- 2022-08-07 12:30:01下载
- 积分:1