搜索资源列表
-
0下载:
《Windows 程序设计(第5版)(上、下册)》
如果对Windows开发有什么问题的话,请翻阅PetZold的著作吧。在《Window程序设计》(第5版)中,这位杰出的“Windows先锋奖”(Windows Pioneer Award)获得者根据最新的Windows操作系统权威技术修订了他的经典著作——再一次演示了基本的Win32程序设计的API核心内容。本书的内容包括: ** 基本内容——输入、输出和对话框 ** Unicode概述 ** 图形——绘图、文本和字体、位图和元文件 **
-
-
0下载:
使用API函数进行可视化编程,Windows图形设备接口及Windows绘图-API function to use visual programming, Windows Graphics Device Interface and Windows graphics
-
-
1下载:
:介绍了Windows图形引擎GDI+路径技术,提出了应用路径技术获取系统TrueType字库的笔画轮廓数
据来自动绘制汉字笔顺序列和各种部件的方法并编程实现。该方法可根据需要显示GB2312字符集6 763个汉
字的任意笔顺和各种部件。其对汉语工具书网络化、字符集外字处理具有实用意义-: The Windows graphics engine GDI+ Path technology, by using the path of technology acquisition system
-
-
0下载:
PLC是以微处理器为核心的工业控制装置。在工业控制中,常常需要对PLC所采集的数据和工作状态进行监测控制,Visual C++是一种Windows应用程序开发工具,在图形处理和数据库管理等方面具有较强的功能,用它来实现底层的通信控制有着更快的速度。本文旨在探讨用可视化编程语言VisualC++实现计算机与PLC之间的串行通讯技术,充分合理地利用系统资源及特点,提高通讯效率。-PLC is a microprocessor as the core of industrial control dev
-
-
0下载:
Sams Teach Yourself Game Programming in 24 Hours demystifies game programming by providing clear, practical
lessons using C/C++, the industry standard in game programming. The book focuses on the Windows API to
construct games for the Windo
-
-
0下载:
Sams Teach Yourself Game Programming in 24 Hours demystifies game programming by providing clear, practical
lessons using C/C++, the industry standard in game programming. The book focuses on the Windows API to
construct games for the Windo
-
-
0下载:
Sams Teach Yourself Game Programming in 24 Hours demystifies game programming by providing clear, practical
lessons using C/C++, the industry standard in game programming. The book focuses on the Windows API to
construct games for the Windo
-
-
0下载:
Sams Teach Yourself Game Programming in 24 Hours demystifies game programming by providing clear, practical
lessons using C/C++, the industry standard in game programming. The book focuses on the Windows API to
construct games for the Windo
-
-
0下载:
Qt编写串口通信程序全程图文讲解,首先说明我们的编程环境是windows xp下,在Qt Creator中进行,如果在Linux下或直接用源码编写,程序稍有不同,请自己改动-Qt graphics throughout the preparation of serial communication program to explain, first, our programming environment is under windows xp, carried out in the Qt Cr
-
-
0下载:
作为Microsoft 32位平台的应用程序编程接口,Win32 API是从事Windows应用程序开发所必备的。本书首先对Win32 API函数做完整的概述;然后收录五大类函数:窗口管理、图形设备接口、系统服务、国际特性以及网络服务;在附录部分,讲解如何在Visual Basic和Delphi中对其调用。-Microsoft 32-bit platform application programming interfaces, Win32 API is essential in the Wi
-
-
1下载:
基于 MFC的绘图板程序
MFC是一个巨大的应用程序类库,而整个MFC以一个CObject类为基类,其他所有的类全部继承于它。给我们开发程序带来了方便的条件。
本程序用到了GDI(图形设备接口)来进行windows图形编程,充分利用了设备无关位图和面向对象的编程思想。本程序可以使用户完成多种功能,比如:从工具栏选择颜色,更改绘图的线条的粗细,各式各样的绘图工具,选择不同工具时鼠标光标的变化,从外界引入位图。最后还可以对任意位图进行修改,并且运用双缓冲的技术使用户在绘图过程中不
-