搜索资源列表
windows程序设计讲义
- windows程序设计讲义。我们学校的上课的讲义-windows programming notes. Our school classroom lectures
ProgrammingwindowsCHS
- 《windows 程序设计(第5版)(上、下册)》 如果对windows开发有什么问题的话,请翻阅PetZold的著作吧。在《Window程序设计》(第5版)中,这位杰出的“windows先锋奖”(windows Pioneer Award)获得者根据最新的windows操作系统权威技术修订了他的经典著作——再一次演示了基本的Win32程序设计的API核心内容。本书的内容包括: ** 基本内容——输入、输出和对话框 ** Unicode概述 ** 图形——绘图、文本和字体、位图和元文件 **
windowsProcessbook
- windows程序设计语言电子书非常好的电子书籍-windows programming language e-books very good e-books
WinExecShellExecute
- 在for DOS的C语言中,有一个system()函数,其功能是执行命令行程序,在VB中也有shell()函数,在windows程序设计中WinAPI也为我们提供了类似的函数,它们就是WinExec()和ShellExecute(),下面就来讨论一下这两个函数的用法。
windowsdatatype
- windows程序设计的数据类型讲解,比较全。
windows
- 程序设计书籍 很经典的 希望大家下载 非常感谢
MFCwindowsPram
- 网络上少有的MFC windows程序设计的中文第二版全套,包括每一章节的练习程序的源码-Network, the few MFC windows program designed to complete the second edition of the Chinese, including the procedures for each of the sections of the source code of practice
windows
- 这是windows程序设计文档,可以让大家了解一些基础知识-This is a windows program design documents, can enable us to know some basic knowledge
115157712win32
- windows32位api编程,对学习vc的MFC和深入理解windows程序设计原理很有用-windows32-bit api programming, learning vc of the MFC and in-depth understanding of design principles useful for windows programs
MFC-windows-programming(2nd)
- 《MFC windows程序设计》是经典的编程书籍,在windows环境下,是程序员编写出完美的实用代码。-" MFC windows Programming" is a classic programming books, in the windows environment, is a programmer to write code for the perfect practical.
windows
- windows程序设计第五版,清晰版。很经典的书籍,主要讲windows API 程序设计-programming windows fifth edition, clear edition. Classic books, mainly about windows API Programming
windows-Socket-
- windows Socket1.1程序设计-windows Socket
CH9_tuoguanCPPprogram
- CH9_托管C++程序设计.ppt 托管C++能够充分应用.NET Framework提供的功能,并能允许用C++编写的模块与其它语言(如C#、Visual Basic等)编写的模块组合。 本章主要介绍托管C++程序设计的基础知识,包括CLR、托管程序、垃圾回收、托管数据类型、程序集、托管类、托管继承、接口、抽象类、托管引用类型和值类型、委托和事件等概念和技术。这些内容是windows程序设计的基础,也是.NET环境中C#、Visual Basic等语言中的通用编程概念和技术。
windows_HXBC
- windows程序设计,软件工程的好帮手。-windows cheng xu she ji,yuan jian gong cheng de hao bang shuo.
vc
- 这是一个基于windows 程序设计与开发,对于初学者有一定的帮助-This is a windows program design and development, have some help for beginners
windows_chengxusheji
- 这是windows程序设计,很有用的一本讲API的书籍,而且是美化电子chm版的-This is a windows program design, a useful API books speakers, but also beautify the electronic chm version
windows
- windows程序设计帮助文档,希望对windows开发的朋友们有点帮助!-windows program designed to help document
windows-Programing
- 我从自己买的windows程序设计遗书(2010版)的光盘中拷贝出来的该书全部的代码工程文件,可供学习者参考使用-The the windows program design that I have to buy their own suicide note (2010 version) CD copies of the book code project file available for learners to use and reference
windows-programming
- Charles Petzold 从1984年开始编写个人计算机程序,从1985年开始编写Micrososft windows程序。他在《Microsoft Systems Journal》1986年12月号上发表了第一篇关于windows程序设计的杂志论文。从1986年到1995年,他为《PC Magazine》撰写“Environments”专栏,给读者介绍了windows和OS/2程序设计的许多方面。-failed to translate
windows程序设计(第6版)
- 《windows程序设计》更能够让你了解以及掌握windows的核心功能,能够对windows操作系统有更深刻的理解以及在编程时更方便运用