-
此程序为武汉某开发CAD著名的软件公司初级源码功能包括画圆,画直线,矩形,圆弧,画折线,椭圆,三角,多边形等,还有高级功能如镜象,旋转,移动,反转图形等等功能,...
此程序为武汉某开发CAD著名的软件公司初级源码功能包括画圆,画直线,矩形,圆弧,画折线,椭圆,三角,多边形等,还有高级功能如镜象,旋转,移动,反转图形等等功能,全部都是基于SDK编程,对于初学和初次涉及WINDOWS编程的人来说很有帮助,可以了解SDK编程与面向对象编程方法,最主要的是可以学习到企业项目开发经验,具有一定的研究价值!-procedure for the development of Wuhan, a leading CAD software companies primary source features include Circle painting line, rectangle, arc, painting dogleg, oval, triangle, polygon, etc., there are advanced features such as mirror, rotate, move, reverse graphics and so on, all because of SDK Programming for beginners and first involving Windows programming useful to those who can understand the SDK programming and object-oriented programming methods, the most important thing is to learn from experience in the development of enterprise projects, which have a certain value to the research!
- 2022-03-15 09:06:42下载
- 积分:1
-
GDI的一个程序设计实例以及源代码,用户可以根据需要进行必要的修改。...
GDI的一个程序设计实例以及源代码,用户可以根据需要进行必要的修改。-a procedure for the design and source code examples, users can need for the necessary changes.
- 2022-11-16 01:20:03下载
- 积分:1
-
为了实现图像的N层分解,对一幅m行n列的黑白图像,对其进行规范化处理,使其能被2的N次方整除。...
为了实现图像的N层分解,对一幅m行n列的黑白图像,对其进行规范化处理,使其能被2的N次方整除。-In order to achieve the N layer image decomposition, the 1 m line n out in black and white images, the standardization of its processing, so that it can be divisible by 2 N-th power.
- 2022-04-17 23:01: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
-
以grapyscal方式显示位图
以grapyscal方式显示位图 -Displaying image in grapyscal style
- 2023-03-14 13:40:03下载
- 积分:1
-
六边形棋盘的试验GUI。有简单的游戏操作。内有文档
六边形棋盘的试验GUI。有简单的游戏操作。内有文档-Hexagon chessboard Test GUI. A simple game to operate. There are documents
- 2023-07-26 14:00:04下载
- 积分:1
-
用VC实现DirectDraw编程
用VC实现DirectDraw编程-with VC DirectDraw Programming
- 2022-08-06 19:03:56下载
- 积分:1
-
windows的cdc图形编程的举列程序,对于熟悉windows的CDC有好处
windows的cdc图形编程的举列程序,对于熟悉windows的CDC有好处-windows of the cdc graphical programming procedures listed, for those familiar with the CDC good windows
- 2023-03-23 18:10:03下载
- 积分:1
-
vc++获得指定点颜色
vc++获得指定点颜色-vc been designated color
- 2022-11-09 14:30:03下载
- 积分:1
-
在vc环境下关于图形颜色处理的程序,包括灰度转换,颜色分离等....
在vc环境下关于图形颜色处理的程序,包括灰度转换,颜色分离等.-vc environment in the context of color graphics processing procedures, including gray-scale conversion, color separation.
- 2022-03-19 08:13:55下载
- 积分:1