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

[VC书籍] Read_STL

STL是三维模型常用的文件格式。对STL文件进行读取和显示,是对模型进行后续操作的前提。在对STL文件格式进行详细分析的基础上,以VC+-I-作为开发平台;利用C++标准lO库的ifstream类型定义对象并绑定STL文件;再用标准库string类型中的getline逐行读取绑定的STL文件;最后,应用OpenGL中绘制三角面片编程技术实现对STL文件格式的直观显示。通过试验验证了读取和显示效果。
STL is a commonly used file format for 3D models. Reading and displaying the STL file is a prerequisite for the subsequent operation of the model. In the STL file format on the basis of a detailed analysis to VC+-I- as a development platform use C++ standard lO library ifstream type definition object and bind STL file and then the standard library string type getline line by line read Bound STL file Finally, the use of OpenGL in the drawing of triangulation programming technology to achieve STL file format intuitive display. Experiments verify the read and display results. (2017-04-13, C++, 159KB, 下载7次)

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

[VC书籍] Absolute-C

《Absolute C++中文版:完美的C++教程(原书第2版)》是讲解C++语言程序设计的优秀教程。围绕C++语言的结构来组织,开始章节介绍编程的普通概念,接下来详细介绍C++中的继承、多态、异常处理以及标准模板库(STL),同时还包含模式和UML的介绍。
" Absolute C++ Chinese version: the perfect C++ tutorial (original book version 2)" is an excellent tutorial shows C++ language programming. Around C++ language structure to organize, the general concept began chapter describes the programming, followed by introduction of inheritance C++ in detail, polymorphism, exception handling, and the Standard Template Library (STL), and also includes presentation mode and UML. (2017-04-02, C++, 46512KB, 下载2次)

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

[VC书籍] C.STL

本书对C++STL进行了全面而深入的阐述。STL是在惠普实验室中开发的,已纳入ANSI/ISO C++标准其中的代码采用模版类及模版函数的方式,可以极大地提高编程效率,本书由P.J.Plauger等四位对C++STl的实现有着卓越贡献的大师撰写,详细讨论了C++STL的各个部分。
C++ STL book a comprehensive and in-depth elaboration. STL is developed in HP Labs have been included in ANSI/ISO C++ code which uses the standard template classes and template function approach can greatly improve the programming efficiency, the book by the PJPlauger other four pairs of C++ STl implementation outstanding contribution to the Masters has written a detailed discussion of C++ STL parts. (2010-11-09, C++, 9551KB, 下载5次)

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

[VC书籍] POINTSONC

c和指针,经典的讲述C和指针的书籍.C和指针》提供与C语言编程相关的全面资源和深入讨论。《C和指针》通过对指针的基础知识和高级特性的探讨,帮助程序员把指针的强大功能融入到自己的程序中去
C and pointer, classic books about c and pointer. C and provide pointer of the c programming language related comprehensive resource and in-depth discussions. "C" through the pointer and basic knowledge of pointer, discusses the characteristics and senior help programmers spend the strong function of Pointers to own programs (2010-08-22, C++, 20847KB, 下载7次)

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

[VC书籍] C_Coding_Standards_101_Rules_Guidelines

良好的编程规范可以改善软件质量,缩短上市时间,提升团队效率,简化维护工作。在本书中,两位全世界最受尊敬的 C++ 专家将全球 C++ 社区的集体智慧和经验凝结成一整套编程规范。这些规范可以作为每一个开发团队制定实际开发规范的基础,更是每一位 C++ 程序员应该遵循的行事准则。本书实际上涵盖了 C++ 程序设计的各个方面,包括:设计和编码风格、函数、操作符、类的设计、继承、构造与析构、赋值、名字空间、模块、模板、泛型、异常、 STL 容器和算法等等。书中对每一条规范都给出了言简意赅的叙述,并辅以实例说明;书中还给出了从类型定义到错误处理等方面的大量 C++ 最佳实践,包括许多最新总结和标准化的技术,即使使用 C++ 多年的程序员也会从中受益匪浅。 本书适合于各层次 C++ 程序员,也可作为高等院校 C++ 课程的教学参考书。
Good programming specifications can improve software quality, reduce time to market, improve team efficiency and simplify maintenance. In this book, two world s most respected experts in the global C++ C++ community, the collective wisdom and experience condensed into a set of programming specifications. Each of these specifications can be used as a development team to develop specifications based on actual development, it is every C++ programmers should act to follow guidelines. This book actually covers the C++ programming in all aspects, including: design and coding style, functions, operators, class design, inheritance, construction and destructor, assignment, namespaces, modules, templates, generics, exceptions, STL containers and algorithms and so on. A specification for each book are given concise narrative, supplemented by examples The book also gives the type definition to error handling from the aspects of a large number of C++ best practices, including summary and standardi (2010-06-03, C++, 504KB, 下载36次)

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

[VC书籍] code

本书从软件质量和编程思想等方面论述了软件构造问题,并详细论述了紧跟潮流的新技术、高屋建瓴的观点、通用的概念,还含有丰富而典型的程序示例。
This book from the software quality and programming, thinking, etc. discussed the issue of software construction and discussed in detail in keeping with the trend of new technology, a strategically advantageous position of the point of view, the concept of common, but also contains a rich example of the typical procedure. (2009-11-10, C++, 3891KB, 下载5次)

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

[VC书籍] InsideTheCplusplusObjectModel

Addison Wesley出版的一本深入讲解c++面向对象编程机理的书,对于c++程序员进一步全面了解面向对象机制的好书。书中有丰富的程序实例和解读。英文版
Inside the C++ Object Model focuses on the underlying mechanisms that support object-oriented programming within C++: constructor semantics, temporary generation, support for encapsulation, inheritance, and "the virtuals"-virtual functions and virtual inheritance. This book shows how your understanding the underlying implementation models can help you code more efficiently and with greater confidence. Lippman dispells the misinformation and myths about the overhead and complexity associated with C++, while pointing out areas in which costs and trade offs, sometimes hidden, do exist. He then explains how the various implementation models arose, points out areas in which they are likely to evolve, and why they are what they are. He covers the semantic implications of the C++ object model and how that model affects your programs.. (2009-09-06, C++, 986KB, 下载4次)

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

[VC书籍] ModernCppDesign

非常前卫的一本C++书籍,侯捷推荐,不适合初学者,展示了很多C++编程技巧,如Policy-Based Class Design;Small-Object Allocation; Smart Pointers;Object Factories等。是帮助学习loki,设计模式方面的好书
Very avant-garde of a C++ books, Hou Jie, the recommendation is not suitable for beginners, showing a lot of C++ programming skills, such as Policy-Based Class Design Small-Object Allocation Smart Pointers Object Factories, etc.. Is to help learning loki, the design pattern book (2009-07-29, C++, 804KB, 下载8次)

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

[VC书籍] object_oriented_model

本书由一流的权威撰写,揭示了COM(组件对象模型)的本质,旨在帮助开发人员真正理解COM的为什么,而不仅限于怎么使用。书中还提供了一个完整的分布式COM应用,演示了各种编程技术。是程序员必备的参考书。 本书适合有经验的软件开发人员阅读,也可作高校计算机相关专业软件组件课的教材
The book written by first-class authority, revealed the COM (Component Object Model) the nature, designed to help COM developers truly understand the why, not only how to use. The book also provides a complete Distributed COM application to demonstrate various programming techniques. Is an essential reference programmers. This book suitable for experienced software developers to read, but also for colleges and universities of professional software components of computer-related course materials (2009-07-09, C++, 1330KB, 下载4次)

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

[VC书籍] vcMfC

本书通过85个实例全面讲述了应用MFC进行Visual C++编程的思想。每个实例均以编写一个应用程序要走的步骤编写。全书共分四部分进行介绍,第一部分是基础知识,第二部分讲述用户界面的实例,第三部分讲述MFC内部处理方面的实例,第四部分讲述打包实例。全书基本上面向实例进行阐述,讲解透彻、易于掌握。本书既可作为初学者和大专院校师生的自学参考书,也可作为计算机软件开发人员的技术参考书
This book, through 85 examples of the application of a comprehensive story of MFC for Visual C++ programming ideas. Each instance of an application are prepared to take steps to prepare. Book is divided into four parts, the first part is the basis of knowledge, the second part of the user interface on the example of the third part of the internal processing on the MFC example, the fourth part of an example on the package. Basically the whole book of examples for, on a thorough, easy to grasp. This book can be used as a beginner and tertiary teachers and students self-reference books, computer software can also be used as technical references Developer (2009-07-03, C++, 13275KB, 下载83次)

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

[VC书籍] CCommand(EditionTwo)

全书由两大部分及四个附录和一个词汇表构成,第一部分介绍C++的基本概念以及C++程序设计方法,这部分从C++最基本的概念讲起,覆盖最新C++标准中的所有概念并重点介绍类及其有关的函数和运算符.第二部分可以用于C++编程的参考,分别详细介绍数据类型,运算符,类型转换,关键字,预处理指令以及库函数和库类.四个附录分别介绍C/C++的区别,ANSI 及C++成员的速查表.本书最后有C++术语及概念的词汇表.本书可以用作学习C++的标准教材,也可成为高级程序员的有价值的参考书.
Book by two major and four appendices and a glossary composition, the first part of C++ introduced the basic concepts as well as C++ programming method, partly from the C++ the most basic concept of talking about, covering the latest C++ standards and focuses on the concepts of category and its associated functions and operators. The second part can be used in C++ programming reference, namely, details of data types, operators, type conversion, keywords, pre-treatment instructions and types of library functions and libraries. 4 Appendix introduced the C/C++ the difference, ANSI and C++ members速查表. Finally, the book C++ terminology and concepts of the vocabulary. This book can be used as learning C++ the standard teaching materials, advanced programmers can also be valuable reference books. (2009-06-18, C++, 13051KB, 下载3次)

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

[VC书籍] content

Visual C++作为一个功能非常强大的可视化应用程序开发工具,是计算机界公认的最优秀的应用开发工具之一。Microsoft的基本类库MFC使得开发Windows应用程序比以往任何时候都要容易。本光盘教学软件的目的就是为了让你学会在Visual C++环境下,利用微软的基本类库MFC开发出功能强大的Windows应用程序。在本章节的内容当中,我们将向您介绍使用VC开发软件需要用到的一些基本概念,使用MFC进行编程的基本特点,以及VISUAL C++集成开发环境提供的一系列编程辅助工具——WIZARD的使用方法。
Visual C++ as a very powerful visualization application development tool, the computer industry is recognized as the best application development tool. Microsoft' s basic MFC class library allows the development of Windows applications than ever easy. The CD-ROM educational software is designed to allow you to learn Visual C++ environment, the use of Microsoft' s basic MFC class library to develop powerful Windows applications. In this chapter, we will introduce you to develop software using the VC need to use some of the basic concepts of programming using the MFC of the basic characteristics, and VISUAL C++ integrated development environment supporting a wide range of programming tools- WIZARD use. (2009-06-02, C++, 1238KB, 下载2次)

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

[VC书籍] WIN32API

作为Microsoft 32位平台的应用程序编程接口,Win32 API是从事Windows应用程序开发所必备的。本书首先对Win32 API函数做完整的概述;然后收录五大类函数:窗口管理、图形设备接口、系统服务、国际特性以及网络服务;在附录部分,讲解如何在Visual Basic和Delphi中对其调用。 本书是从事Windows应用程序开发的软件工程师的必备参考手册。
Microsoft 32-bit platforms as application programming interfaces, Win32 API is to engage in Windows application development necessary. The book begins with the Win32 API function to do a complete overview then function included five main categories: window management, graphics device interface, the system services, international properties, as well as network services in the appendix to explain how Visual Basic and Delphi to its call. This book is engaging in Windows application development software engineers essential reference manual. (2008-12-17, C++, 336KB, 下载32次)

http://www.pudn.com/Download/item/id/608303.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-22, C++, 405KB, 下载2次)

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

[VC书籍] 004

本书作者根据自己学习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-22, C++, 389KB, 下载2次)

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

[VC书籍] 003

本书作者根据自己学习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-22, C++, 344KB, 下载2次)

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

[VC书籍] 002

本书作者根据自己学习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-22, C++, 537KB, 下载2次)

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

[VC书籍] 001

本书作者根据自己学习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-22, C++, 371KB, 下载2次)

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

[VC书籍] boost

此书名为超越C++标准程序库,是的,它讲述的正是boost库(boost库可是未来c++的标准方向哟,掌握了boost就是掌握了未来的c++)。包含了各个库的功能的详细介绍以及列举的例子。总的包含通用库、容器及数据结构、函数对象及高级编程几个大的部分,内部又有很多小的部分。
Book called beyond the C++ Standard procedure library, yes, it is about the boost library (boost library but the future c++ Yo standard direction, is in control of boost is the master of the future c++) . Contains all the functions of the Treasury a detailed introduction and examples. Overall general-purpose database that contains, containers and data structure, function objects and high-level programming several large part, the internal part of a lot of small. (2008-05-03, C++, 338KB, 下载153次)

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

[VC书籍] c++bzcxk

《C++标准程序库》本书不仅对每一个程序库组件提供范围广泛的说明,也对繁复的观念提供清楚明亮的解释,并描述高效运用这些组件时需要的实际编程细节,提出一个又一个的范例程序。本书是一本包含最新资料的完整书籍。反映出被ANSI/ISO C++语言标准规格书纳入C++标准程序库的最新组成。更明确地说,本书将焦点放在标准模板库(Standard Template Library)身上,检验其中的容器(containers)
C++ Standard library, this book is not only a program for each database component to provide a wide range of notes, but also complicated the concept of providing bright clear explanation and description of efficient use of these components need to detail the actual programming put forward one after another example of the procedure. This book is one that contains a complete book-to-date information. Reflected by ANSI/ISO C++ Language standard specifications into C++ Standard procedures for the Treasury s latest composition. Specifically, this book will focus on the Standard Template Library (Standard Template Library), who tested one of the containers (containers) (2007-12-13, C++, 3624KB, 下载23次)

http://www.pudn.com/Download/item/id/375221.html
总计:162