搜索资源列表
-
0下载:
关于VC和windows 的绘图机制:
使用GDI(图形设备接口)对象,通常使用CDC 类,CPaintDC也一样(device-context)设备上下文
windows下的MFC编程机制,消息驱动,事件等待!
全局的app(应用程序对象)
注意 手工分配内存的清除 和CDC对象的删除 以释放系统的GDI资源
每一个new操作符都要对应一个delete
虽然已经弄出来了,还是希望大家好好读读源程序-on VC and windows gr
-
-
0下载:
Win32 API是从事Windows应用程序开发所必备的。本书首先对Win32 API函数做完整的概述;然后收录五大类函数:窗口管理、图形设备接口、系统服务、国际特性以及网络服务;在附录部分,讲解如何在Visual Basic和Delphi中对其调用。
-Win32 API is engaged in the development of Windows applications are essential. The book begins with the Win32 API funct
-
-
0下载:
使用vc编写的图形设备接口的程序,程序完整,全面.-use vc prepared by the graphics device interface process, the integrity of the process and comprehensive.
-
-
0下载:
作为Microsoft 32位平台的应用程序编程接口,Win32 API是从事Windows应用程序开发所必备的。本书首先对Win32 API函数做完整的概述;然后收录五大类函数:窗口管理、图形设备接口、系统服务、国际特性以及网络服务;在附录部分,讲解如何在Visual Basic和Delphi中对其调用。 本书是从事Windows应用程序开发的软件工程师的必备参考手册。-32 as a Microsoft platform application programming interface,
-
-
1下载:
毕业设计基于VC的车牌识别系统,使用GDI[图形设备接口]对象
,Graduation design is based on the VC license plate recognition system, the use of GDI [Graphics Device Interface] objects
-
-
0下载:
对Win32 API函数做完整的概述;然后收录五大类函数:窗口管理、图形设备接口、系统服务、国际特性以及网络服务;在附录部分,讲解如何在Visual Basic和Delphi中对其调用。-On the Win32 API function to do a complete overview and included five categories function: window management, graphics device interface, system services, i
-
-
0下载:
作为Microsoft 32位平台的应用程序编程接口,Win32 API是从事Windows应用程序开发所必备的。本书首先对Win32 API函数做完整的概述;然后收录五大类函数:窗口管理、图形设备接口、系统服务、国际特性以及网络服务;在附录部分,讲解如何在Visual Basic和Delphi中对其调用。
本书是从事Windows应用程序开发的软件工程师的必备参考手册。-As a Microsoft 32-bit platform application programming
-
-
0下载:
作为Microsoft 32位平台的应用程序编程接口,Win32 API是从事Windows应用程序开发所必备的。本书首先对Win32 API函数做完整的概述;然后收录五大类函数:窗口管理、图形设备接口、系统服务、国际特性以及网络服务;在附录部分,讲解如何在Visual Basic和Delphi中对其调用。
本书是从事Windows应用程序开发的软件工程师的必备参考手册。-Microsoft 32-bit platforms as application programming i
-
-
0下载:
作为Microsoft 32位平台的应用程序编程接口,Win32 API是从事Windows应用程序开发所必备的。本书首先对Win32 API函数做完整的概述;然后收录五大类函数:窗口管理、图形设备接口、系统服务、国际特性以及网络服务-Microsoft 32-bit platforms as application programming interfaces, Win32 API are engaged in the development of Windows applications n
-
-
0下载:
图形设备接口(GDI,Graphics Device Interface)的主要目标之一是支持在输出设备(如视频显示器、打印机和绘图仪)上的与设备无关的图形。 GDI通过将应用程序与不同输出设备特性相隔离,使Windows应用程序能够毫无问题地在Windows支持的任何图形输出设备上运行。-Graphics Device Interface [GDI, Graphics Device Interface] one of the main objectives are to support the
-
-
0下载:
作为Microsoft 32位平台的应用程序编程接口,Win32 API是从事Windows应用程序开
发所必备的。本书首先对Win32 API函数做完整的概述;然后收录五大类函数:窗口管理、
图形设备接口、系统服务、国际特性以及网络服务;在附录部分,讲解如何在Visual Basic
和Delphi中对其调用。
本书是从事Windows应用程序开发的软件工程师的必备参考手册。-Microsoft 32-bit platforms as application programm
-
-
0下载:
GDI+(Graphics Device Interface Plus图形设备接口加)是Windows XP和Windows Server 2003操作系统的图形子系统,也是.NET框架的重要组成部分和窗体绘图的主要工具,负责在屏幕和打印机上绘制图形图像和显示信息。-GDI+ (Graphics Device Interface Plus Graphics Device Interface plus) is a Windows XP and Windows Server 2003 operati
-
-
0下载:
作为Microsoft 32位平台的应用程序编程接口,Win32 API是从事Windows应用程序开发所必备的。本书首先对Win32 API函数做完整的概述;然后收录五大类函数:窗口管理、图形设备接口、系统服务、国际特性以及网络服务。-Microsoft 32-bit platforms as application programming interfaces, Win32 API is engaged in the development of Windows applications n
-
-
0下载:
Microsoft Win 32程序参考大全-窗口管理和图形设备接口学习书籍-Microsoft Win 32 programs Reference- Window Management and Graphics Device Interface
-
-
0下载:
每一个opengl都被连接到一个着色描述表上。着色描述表将所有的opengl调用命令连
// 接到device context(设备描述表)上,将opengl的着色描述表定义为hrc ,要让程序能
// 够绘制窗口的话,还需要创建一个设备描述表,windows的设备描述表被定义为 hdc,
// dc将窗口连接到gdi(graphics device interface图形设备接口)。而rc-Each one opengl are connected to a shader des
-
-
0下载:
显示位图的程序。包含选择位图路径,打开位图文件,读入位图数据,分析位图格式,创建位图GDI(图形设备接口)对象等。-Display bitmap program. Select the bitmap that contains the path, open the bitmap file, read the bitmap data, analysis of bitmap formats, create bitmap GDI (Graphics Device Interface) objects.
-
-
0下载:
win32 API 窗口管理 窗口通用控制 Shell特性 图形设备接口 系统服务 国际特性 网络服务 -win32 API, managerial characteristics of General Graphics Device Interface Control System Shell Services International Properties Network Services
-
-
0下载:
Demo how to use GDI (Graphics Device Interface)
-
-
0下载:
Win32 API是从事Windows应用程序开发所必备的。本书首先对Win32 API函数做完整的概述;然后收录五大类函数:窗口管理、图形设备接口、系统服务、国际特性以及网络服务;在附录部分,讲解如何在Visual Basic和Delphi中对其调用。-In the Windows Win32 API is necessary for application development. Book on the Win32 API function to do the first complete
-
-
0下载:
VC++教程,包含VC++发展历史、windows图形图像设备接口绘图、MFC等-VC++ tutorial, including the history of VC++, windows graphics device interface graphics, MFC, etc.
-