联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All VC书籍(497) 
按平台查找All Visual C++(497) 

[VC书籍] 网页最终

在用户最近访问的网页中进行“前进”和“后退”是Web浏览器的常用功能,实现该功能的一种方式是使用两个栈(backward 栈和forward栈)来存储用户访问的网址,用户的不同操作对应的具体实现方法如下: ?后退(BACK):如果backward栈为空,则该命令被忽略。否则,将当前页面压入forward栈,并从backward栈中弹出一个页面作为当前页面。 ?前进(FORWARD):如果forward栈为空,则该命令被忽略。否则,将当前页面压入backward栈,并从forward栈中弹出一个页面作为当前页面。 ?访问某网址(VISIT <URL>):将当前页面压入backward栈,并将此次访问的网页作为当前页面,清空forward栈。
"Forward" and "backward" is commonly used in Web browser users recently visited web pages in a way to achieve this function is to use two stacks (backward stack and forward stack) to store the users access the web site, the specific realization method corresponding to different user's operations are as follows: The back (BACK): backward if the stack is empty, the command will be ignored. Otherwise, press the current page into the forward stack and pop a page from the backward stack as the current page. The forward forward (FORWARD): if the stack is empty, the command will be ignored. Otherwise, press the current page into the backward stack and pop a page from the forward stack as the current page. (2018-03-07, Visual C++, 1KB, 下载1次)

http://www.pudn.com/Download/item/id/1520354164235267.html

[VC书籍] player

本文所要讨论的内容是Visual C++在多媒体音频开发应用程序方面的应用。用Visual C++ 设计CD 播放器,用户无需顾及底层的细节,而把重点放在程序所要实现的功能上,因为在VC++ 中提供了一个多媒体控制接口(M C I )。通过M C I 这个公用的接口,可以操纵所有的多媒体设备。可以利用Visual C++ 构造一个类封装所有的MCI 接口函数,来提高在应用程序中采用MCI 对CD 播放的安全性。也可以使用户不必研究MCI 的内部函数,轻松地使用封装好的类对CD进行功能控制。
This paper tries to discuss the content is Visual c++ s multimedia audio applications developed applications. Use Visual C++ design CD player, users need not attend to the bottom of the details, and to focus on the program to achieve the function, because in vc++ provides a multimedia control interface (M C I). Through the M C I this public interface, can handle all multimedia equipment. Can use Visual C++ construct a kind of package all the MCI interface function, to improve in the application of the CD play safety MCI. Users can also don t have to research the internal function MCI, easily use encapsulation good class on CD function control. (2011-12-18, Visual C++, 226KB, 下载6次)

http://www.pudn.com/Download/item/id/1735032.html

[VC书籍] CppPrimer3rdEdition

本书的权威性无需多说,通过本书原著的前言了解了两位作者的背景之后就可以知道这本书是经验和标准的完美结合。Stanley Lippman 从1984 年开始一直从事C++方面的工作,在C++的实现与应用方面有着丰富的经验。Josée Lajoie 从1990 年开始成为C++标准委员会的一名成员,并且承担了很重要的职务。由于她的参与,毫无疑问,本书一定是与标准兼容的。讲述C++的书非常多,并且不乏优秀和经典之作在如此众多的C++书籍中,本书具有如下几个特色:内容广阔,有许多实际的范例程序,叙述内容的安排非常合理,遵从C++标准与编译器无关,充足的配套练习。它可以加快你学习的步伐,并且帮助你深入而全面地理解C++。
Needless to say the authority of the book, the original foreword by the book authors understand the background after you can know this book is the perfect combination of experience and standards. Stanley Lippman has been engaged since 1984 C++ work, Implementation and Application in C++ has a wealth of experience. Josée Lajoie C++ from 1990 became a member of Standards Committee, and take a very important position. Because of her involvement, no doubt, the book must be compatible with the standard. C++ is very much about the book, and no lack of excellent and classic in so many C++ books, the book has the following characteristics: broad content, there are many examples of actual procedures, describing the contents of the arrangement is very reasonable, comply with the standard C++ nothing to do with the compiler, adequate supporting practice. It can speed up your pace of learning, and help you in-depth and comprehensive understanding of C++. (2010-11-09, Visual C++, 3924KB, 下载1次)

http://www.pudn.com/Download/item/id/1340700.html

[VC书籍] c-traps-and-pitfalls

《C和C++经典著作• C陷阱与缺陷》适合有一定经验的C程序员阅读学习,即便你是C编程高手,《C和C++经典著作• C陷阱与缺陷》也应该成为你的案头必备书籍。作者以自己1985年在Bell实验室时发表的一篇论文为基础,结合自己的工作经验扩展成为这本对C程序员具有珍贵价值的经典著作。写作《C和C++经典著作• C陷阱与缺陷》的出发点不是要批判C语言,而是要帮助C程序员绕过编程过程中的陷阱和障碍。《C和C++经典著作• C陷阱与缺陷》分为8章,分别从词法分析、语法语义、连接、库函数、预处理器、可移植性缺陷等几个方面分析了C编程中可能遇到的问题。最后,作者用一章的篇幅给出了若干具有实用价值的建议
"C and C++ classic • C traps and defects" for C programmers with some experience of learning to read, even if you are a C programming expert, "C and C++ classic • C traps and defects" should be essential to your desk books. On their own time in 1985 in Bell Labs published a paper based on work experience combined with their expansion into this precious value of the C programmer has a classic. Writing "C and C++ classic • C traps and defects," the starting point is not to criticize C language, but to help C programmers to bypass the programming process traps and obstacles. "C and C++ classic • C traps and defects," is divided into eight chapters, each from a lexical analysis, syntax semantics, connection, library function, pre-processor, portability defect analysis of the aspects of C programming that may be encountered problems. Finally, the author devoted a chapter of practical value are given a number of recommendations (2010-08-08, Visual C++, 4687KB, 下载15次)

http://www.pudn.com/Download/item/id/1262846.html

[VC书籍] CProgrammeIdea

本书作者根据自己学习C++的亲身体会及多年教学经验,用简单的例子和简练的叙述讲解C++编程,别具特色。 全书共分十八章,内容涉及对象的演化、数据抽象、隐藏实现、初始化与清除、函数重载与缺省参数、输入输出流介绍、常量、内联函数、命名控制、引用和拷贝构造函数、运算符重载、动态对象创建、继承和组合、多态和虚函数、模板和包容器类、多重继承、异常处理和运行时类型识别。 本书作为正式教材和自学用书均非常优秀,作为程序设计者的参考用书亦极为合适。
Author of this book to learn C++ based on their personal experience and years of teaching experience, using simple examples and concise narrative explaining C++ programming, distinctive. The book is divided into 18 chapters, covering the evolution of the object, data abstraction, hiding implementation, initialization and clearance, function overloading and default parameters, input and output stream introduced constants, inline functions, named control, reference and copy constructors, operator overloading, dynamic object creation, inheritance and composition, polymorphism and virtual functions, templates, and package container classes, multiple inheritance, exception handling and runtime type identification. The book as a formal teaching and self-learning books are very good, as a program designer' s reference book is also very suitable. (2010-01-05, Visual C++, 10982KB, 下载2次)

http://www.pudn.com/Download/item/id/1029697.html

[VC书籍] thinkingincplusplus

本书作者根据自己学习C++的亲身体会及多年教学经验,用简单的例子和简练的叙述讲解C++编程,别具特色。全书共分十八章,内容涉及对象的演化、数据抽象、隐藏实现、初始化与清除、函数重载与缺省参数、输入输出流介绍、常量、内联函数、命名控制、引用和拷贝构造函数、运算符重载、动态对象创建、继承和组合、多态和虚函数、模板和包容器类、多重继承、异常处理和运行时类型识别。本书作为正式教材和自学用书均非常优秀,作为程序设计者的参考用书亦极为合适。
Author of this book to learn C++ based on their personal experience and years of teaching experience, using simple examples and concise narrative explaining C++ programming, distinctive. The book is divided into 18 chapters, covering the evolution of the object, data abstraction, hiding implementation, initialization and clearance, function overloading and default parameters, input and output stream introduced constants, inline functions, named control, reference and copy constructors, operator overloading, dynamic object creation, inheritance and composition, polymorphism and virtual functions, templates, and package container classes, multiple inheritance, exception handling and runtime type identification. The book as a formal teaching and self-learning books are very good, as a program designer' s reference book is also very suitable. (2009-12-24, Visual C++, 11257KB, 下载9次)

http://www.pudn.com/Download/item/id/1016467.html

[VC书籍] effective_C_Plus_Plus

这并不是一本C++参考工具书,也不是一本让你从头学习C++的书。例如,虽然我热切告诉你一些有关「撰写自己的operator new」的注意事项(条款7~10),但是我假设你可以从其他地方获知,operator new必须传回一个void*,其第一引数的型别必须是size_t。许多C++语言书可以带给你这样的资讯。 这本书的目的是要强调那些其他书籍往往浅浅带过(如果有的话)的C++程式设计概念。其他书籍描述的是C++语言的各个成份,本书则告诉你如何将那些成份组合起来,完成一个有效的程式。其他书籍告诉你如何让程式顺利编译,本书则告诉你如何避开编译器不会告诉你的一些问题。
This is not a C++ reference tool for the book, nor is it an let you start from scratch to learn C++ book. For example, although I very much to tell you some of the "write your own operator new" Notes (the terms of 7 to 10), but I assume that you can learn from other places, operator new must return a void*, its first argument must be of type size_t. Many C++ language books can bring you information. The purpose of this book is to emphasize that other books often over shallow (if any) of the C++ programming concepts. Described in other books is the C++ language of the various components, this book will tell you how to combine those elements, the completion of an effective program. Other books tell you how to successfully compile the program, this book will tell you how to avoid the compiler will not tell you that some of these issues. (2009-08-16, Visual C++, 907KB, 下载2次)

http://www.pudn.com/Download/item/id/879607.html

[VC书籍] thinking

本书作者根据自己学习C++的亲身体会及多年教学经验,用简单的例子和简练的叙述讲解C++编程,别具特色。 全书共分十八章,内容涉及对象的演化、数据抽象、隐藏实现、初始化与清除、函数重载与缺省参数、输入输出流介绍、常量、内联函数、命名控制、引用和拷贝构造函数、运算符重载、动态对象创建、继承和组合、多态和虚函数、模板和包容器类、多重继承、异常处理和运行时类型识别。 本书作为正式教材和自学用书均非常优秀,作为程序设计者的参考用书亦极为合适。
The author of the study according to their own C++ experience and many years of teaching experience, using simple examples and concise narrative on the C++ programming, unique. Book is divided into 18 chapters, covering the evolution of object, data abstraction, hiding the realization of initialization and removal, function overloading and default parameters, input and output streams, the constants, inline functions, named control, reference and copies of constructor, operator overloading, dynamic object creation, inheritance and composition, polymorphism and virtual functions, templates, and package types of containers, multiple inheritance, exception handling and run-time type identification. This book as an official self-study materials and books are excellent, as the program designer' s reference book is also very suitable. (2009-08-10, Visual C++, 10983KB, 下载5次)

http://www.pudn.com/Download/item/id/872376.html

[VC书籍] MFRC500_cn

MF RC522是应用于13.56MHz非接触式通信中高集成度的读写卡芯片,是NXP公司针对“三表”应用推出的一款低电压、低成本、体积小的非接触式读写卡芯片,是智能仪表和便携式手持设备研发的较好选择。 MF RC522利用了先进的调制和解调概念,完全集成了在13.56MHz下所有类型的被动非接触式通信方式和协议。支持ISO14443A兼容应答器信号。数字部分处理ISO14443A帧和错误检测。此外,还支持快速CRYPTO1加密算法,用语验证MIFARE系列产品。MFRC522支持MIFARE系列更高速的非接触式通信,双向数据传输速率高达424kbit/s。 作为13.56MHz高集成度读写卡系列芯片家族的新成员,MF RC522与MF RC500和MF RC530有不少相似之处,同时也具备许多特点和差异。它与主机间通信采用连线较少的串行通信,且可根据不同的用户需求,选取SPI、IIC或串行UART模式之一,有利于减少连线,缩小PCB板体积,降低成本。
asdfasdf asdf (2009-06-09, Visual C++, 1392KB, 下载141次)

http://www.pudn.com/Download/item/id/799284.html

[VC书籍] EasyC

本书主要是依照计算机本科专业的实际教学需要来编排内容的。虽然内容的条理可能不及某些专业的 C++工具书那么清晰,但是这样的次序让初学者比较容易上手。毕竟那些工具书是面向一些已经掌握 C++或有较高的高级语言程序设计基础的读者。编写此书的主旨就是不要一下子把什么都说出来,而是一点一点循序渐进地增长读者的能力。这样,读者就不会一下子被那么多难以接受的概念吓住,以至于失去了继续学习的信心。 本书所有程序使用的编译器是 Microsoft Visual C++ ,并介绍 C++标准,对于 Borland C++我们不作讨论,以免初学者把各种概念混淆起来,也有效降低了学习的压力。对于一些 C++中存在却不常用的内容,本书一般一笔带过或不予提及。因为这些内容在应试方面不作要求,在实际使用上也可以由其他方法代替。但是,如果您是一位初学者,那么就请务必要看到本书的每一个角落。您所遗落的一句话就有可能是一个知识的关键点。
This book is mainly in accordance with the actual computer professional undergraduate teaching needs to layout the content. Although the content may be less than some well-organized professional instrument C++ book so clear, but such an order so relatively easy to use for beginners. After all, those tools are for the book some have mastered C++ or have a higher high-level language programming of basic readers. The preparation of this book is the thrust of what not to say that all of a sudden put out, but little by little step by step the reader s ability to grow. In this way, readers would not have been so many all of a sudden it difficult to accept the concept of scare that has lost the confidence to continue studying. This book all the procedures used by compilers are Microsoft Visual C++, and to introduce C++ standard, for Borland C++ we do not discuss to avoid confusion for beginners put together a variety of concepts, but also effectively reduces the pressure of studyi (2009-03-09, Visual C++, 1939KB, 下载3次)

http://www.pudn.com/Download/item/id/666314.html

[VC书籍] 008

本书作者根据自己学习C++的亲身体会及多年教学经验,用简单的例子和简练的叙述讲解C++编程,别具特色。 全书共分十八章,内容涉及对象的演化、数据抽象、隐藏实现、初始化与清除、函数重载与缺省参数、输入输出流介绍、常量、内联函数、命名控制、引用和拷贝构造函数、运算符重载、动态对象创建、继承和组合、多态和虚函数、模板和包容器类、多重继承、异常处理和运行时类型识别。 本书作为正式教材和自学用书均非常优秀,作为程序设计者的参考用书亦极为合适。
The author of the book according to their own learning C++ Of personal experience and years of teaching experience, using simple examples and concise narrative on the C++ Programming distinctive. Book is divided into 18 chapters, covering the evolution of object, data abstraction, hiding the realization of initialization and removal, function overloading and default parameters, input and output streams, the constants, inline functions, named control, reference and copy constructor, operator overloading, dynamic object creation, inheritance and composition, polymorphism and virtual functions, templates, and package type containers, multiple inheritance, exception handling and run-time type identification. This book as an official self-study materials and books are very good, as a program designer reference books are also very suitable. (2008-11-25, Visual C++, 388KB, 下载4次)

http://www.pudn.com/Download/item/id/588669.html

[VC书籍] 006

本书作者根据自己学习C++的亲身体会及多年教学经验,用简单的例子和简练的叙述讲解C++编程,别具特色。 全书共分十八章,内容涉及对象的演化、数据抽象、隐藏实现、初始化与清除、函数重载与缺省参数、输入输出流介绍、常量、内联函数、命名控制、引用和拷贝构造函数、运算符重载、动态对象创建、继承和组合、多态和虚函数、模板和包容器类、多重继承、异常处理和运行时类型识别。 本书作为正式教材和自学用书均非常优秀,作为程序设计者的参考用书亦极为合适。
The author of the book according to their own learning C++ Of personal experience and years of teaching experience, using simple examples and concise narrative on the C++ Programming distinctive. Book is divided into 18 chapters, covering the evolution of object, data abstraction, hiding the realization of initialization and removal, function overloading and default parameters, input and output streams, the constants, inline functions, named control, reference and copy constructor, operator overloading, dynamic object creation, inheritance and composition, polymorphism and virtual functions, templates, and package type containers, multiple inheritance, exception handling and run-time type identification. This book as an official self-study materials and books are very good, as a program designer reference books are also very suitable. (2008-11-25, Visual C++, 1081KB, 下载1次)

http://www.pudn.com/Download/item/id/588667.html

[VC书籍] 005

本书作者根据自己学习C++的亲身体会及多年教学经验,用简单的例子和简练的叙述讲解C++编程,别具特色。 全书共分十八章,内容涉及对象的演化、数据抽象、隐藏实现、初始化与清除、函数重载与缺省参数、输入输出流介绍、常量、内联函数、命名控制、引用和拷贝构造函数、运算符重载、动态对象创建、继承和组合、多态和虚函数、模板和包容器类、多重继承、异常处理和运行时类型识别。 本书作为正式教材和自学用书均非常优秀,作为程序设计者的参考用书亦极为合适。
The author of the book according to their own learning C++ Of personal experience and years of teaching experience, using simple examples and concise narrative on the C++ Programming distinctive. Book is divided into 18 chapters, covering the evolution of object, data abstraction, hiding the realization of initialization and removal, function overloading and default parameters, input and output streams, the constants, inline functions, named control, reference and copy constructor, operator overloading, dynamic object creation, inheritance and composition, polymorphism and virtual functions, templates, and package type containers, multiple inheritance, exception handling and run-time type identification. This book as an official self-study materials and books are very good, as a program designer reference books are also very suitable. (2008-11-25, Visual C++, 405KB, 下载2次)

http://www.pudn.com/Download/item/id/588664.html

[VC书籍] ThinkingC++

本书作者根据自己学习C++的亲身体会及多年教学经验,用简单的例子和简练的叙述讲解C++编程,别具特色。 全书共分十八章,内容涉及对象的演化、数据抽象、隐藏实现、初始化与清除、函数重载与缺省参数、输入输出流介绍、常量、内联函数、命名控制、引用和拷贝构造函数、运算符重载、动态对象创建、继承和组合、多态和虚函数、模板和包容器类、多重继承、异常处理和运行时类型识别。 本书作为正式教材和自学用书均非常优秀,作为程序设计者的参考用书亦极为合适。
The author of the book according to their own learning C++ Of personal experience and years of teaching experience, using simple examples and concise narrative on the C++ Programming distinctive. Book is divided into 18 chapters, covering the evolution of object, data abstraction, hiding the realization of initialization and removal, function overloading and default parameters, input and output streams, the constants, inline functions, named control, reference and copy constructor, operator overloading, dynamic object creation, inheritance and composition, polymorphism and virtual functions, templates, and package type containers, multiple inheritance, exception handling and run-time type identification. This book as an official self-study materials and books are very good, as a program designer reference books are also very suitable. (2008-11-13, Visual C++, 14155KB, 下载27次)

http://www.pudn.com/Download/item/id/578996.html

[VC书籍] vc60zhongwen_leisc11

vc++ VC开发+类库+手册 mfc函数实用手册.rar Visual C++6.0 MFC类库参考手册 pdf VC++ 下载 c++类库 手册 VC60.P vc++类库参考手册 MFC 类库+chm+电子 vc6 msdn中文版下载 vc6 msdn 下载 mfc手册chm vcactivex控件 mfc类库参考手册pdf vc 类库.chm 下载 vc++6 中文版 msdn C++中文类库chm MFC常用函数手册 VC++ MSDN VC 下载 VC常用类库下载 C++类库电子书下载 vc 类库教材下载 类库参考手册 pdf mfc 中文 MSDN 类库 C++函数实用手册电子书 MSDN for c++ 下载 mfc类库大全+chm vc6 msdn msdn chm vc6 msdn vc中文帮助下载 MFC类库手册 电子书 VC 串口编程 VC6 类库参考手册.chm mfc类库参考手册chm vc++下载 vc 6 MSDN vc 下载 msdn for vc6 6.0 MFC类库参考手册 pdf下载 VC60中文版类库参考手册 下载 pdf visualc++类库参考手册 msdn 中文 msdn for vc++6 c++类库手册 MSDN VC6 类库参考手册 c++类库 中文帮助 c++ mfc手册 MSDN C++类库 vc++ MFC类库下载
vc VC library function manual mfc practical manual. Rar MFC Visual C 6.0 class library reference manual pdf download c Class VC manual VC60.P vc library reference manual MFC chm Electronic vc6 VARIANT Chinese version download vc6 VARIANT download mfc manual chm vcactivex Controls mfc library reference manual pdf vc library. chm downloaded vc six Chinese version of Chinese Class C VARIANT c hm MFC common function manual VC MSDN download VC VC common Class C Class download e-books downloaded vc category download the materials library reference manual pdf mfc Chinese MSDN Class C practical manual function f MSDN e-books or c download mfc Class Solutions chm vc6 VARIANT VARIANT chm vc6 vc Chinese VARIANT MFC help manual download e-books VC Serial Programming VC6 library reference manual. chm m (2007-05-03, Visual C++, 7287KB, 下载11113次)

http://www.pudn.com/Download/item/id/276384.html

[VC书籍] thinking_of_C++_programing

本书作者根据自己学习C++的亲身体会及多年教学经验,用简单的例子和简练的叙述讲解C++编程,别具特色。 全书共分十八章,内容涉及对象的演化、数据抽象、隐藏实现、初始化与清除、函数重载与缺省参数、输入输出流介绍、常量、内联函数、命名控制、引用和拷贝构造函数、运算符重载、动态对象创建、继承和组合、多态和虚函数、模板和包容器类、多重继承、异常处理和运行时类型识别。 本书作为正式教材和自学用书均非常优秀,作为程序设计者的参考用书亦极为合适。
author of this book learning C according to their personal experience and years of teaching experience, simple examples and concise narrative on the C programming, unique. The book is divided into 18 chapters, covering the evolution of object, data abstraction, hiding realized, initialization and removals, function overloading and default parameters, input and output streams, constants, associated functions, naming control, the application and copy constructor function, Operator, dynamic object creation, and the combination of inheritance and polymorphism and virtual functions, templates and pack containers, multiple inheritance, Exception Handling and runtime type identification. The book as an official self-learning materials and books are excellent, as a procedural designers reference b (2006-03-17, Visual C++, 21967KB, 下载31次)

http://www.pudn.com/Download/item/id/155218.html

[VC书籍] mfc(Microsoft_Foundation_Class_Library)

MFC (Microsoft Foundation Class Library) 中的各种类结合起来构成了一个应用程序框架,它的目的就是让程序员在此基础上来建立Windows下的应用程序,这是一种相对SDK来说更为简单的方法。因为总体上,MFC框架定义了应用程序的轮廓,并提供了用户接口的标准实现方法,程序员所要做的就是通过预定义的接口把具体应用程序特有的东西填入这个轮廓。Microsoft Visual C++提供了相应的工具来完成这个工作:AppWizard可以用来生成初步的框架文件(代码和资源等);资源编辑器用于帮助直观地设计用户接口;ClassWizard用来协助添加代码到框架文件;最后,编译,则通过类库实现了应用程序特定的逻辑。
MFC (Microsoft Foundation Class Library) the combination of various types constitute an application framework. its purpose is to allow programmers basis in this building Windows applications, This is a relatively SDK it is more simple approach. Because on the whole, the MFC framework defines the outline application, and provide a user interface standard method, programmers have to be done through predefined interface of specific applications unique things entries to this profile. Microsoft Visual C provides the tools to complete this work :+5.0 can be used to generate a preliminary framework document (code and resources, etc.); resource editors used to help design intuitive user interface; ClassWizard to help add code to the framework document; Finally, compile, through class library of a (2006-01-23, Visual C++, 327KB, 下载284次)

http://www.pudn.com/Download/item/id/142715.html