Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - pdf c
Search - pdf c - List

本书为C++国际标准进行了全面的介绍在此意义上它是一个初级读本primer
它提供了一种指导性的方法来描述C++语言但是它也为C++语言提供了一种简单而温
和的描述从这个角度来看它不是一本初级读物C++语言的程序设计要素比如异常
处理容器类型面向对象的程序设计等等都在解决特定问题或程序设计任务的上下文环
境中展示出来C++语言的规则比如重载函数调用的解析过程以及在面向对象程序设计下
支持的类型转换本书都有广泛的论述这似乎超出了一本初级读本的范畴我们相信为
了加强读者对于C++语言的理解覆盖这些内容是必要的对于这些材料读者应该不时地
回头翻阅而不是一次消化了事如果开始的时候你发现这些内容比较难以接受或者过于枯
燥请把它们放到一边以后再回头来看——我们为这样的章节加上了特殊的记号
阅读本书不需要具备C 语言的知识但是熟悉某些现代的结构化语言会使学习进展更
快一些本书的意图是作为学习C++的第一本书而不是学习程序设计的第一本书为了确
保这一点我们会以一个公共的词汇表作为开始然而开始的章节涵盖了一些基本的概念
比如循环语句和变量等有些读者可能会觉得这些概念太浅显了不必担心深层的内容很
快就会看到
C++的许多威力来自于它对程序设计新方法的支持以及对程序设计问题的思考方式
因此要想有效地学习使用C++ 不要只想简单地学会一组新的语法和语义为了使这种学
习更加容易本书将围绕一系列可扩展的例子来组织内容这些例子被用来介绍各种语言特
性的细节同时也说明了这些语言特性的动机所在当我们在一个完整例子的上下文环境中
学习语言特性时对这些特性为什么会有用处也就变得很清楚了它会使我们对于何时以
及怎样在实际的问题解决过程中使用这些特性有一些感觉另外把焦点放在例子上可
使读者能够尽早地使用一些概念随着读者的知识基础被建立起来之后这些概念会进一步
完整地解释清楚本书前面的例子含有C++基本概念的简单用法读者可以先领略一下C++
中程序设计的概貌而不要求完全理解C++程序设计和实现的细节


Date : 2008-11-06 Size : 3.81mb User : jianlong8

DL : 3
[计算机科学经典著作] Bjarne.Stroustrup.The.C++.Programming.Language.Third.Edition.pdf
Date : 2009-05-17 Size : 2.47mb User : way_hj

新一代 Visual C++ 2005程序设计.pdf 相当清晰
Date : 2010-03-29 Size : 71.63mb User : Huzming08

Linux c语言函数库
Date : 2010-11-03 Size : 398.08kb User : renren192

This book presents every major C++ language feature and the standard library. It is organized around language and library facilities. However, features are presented in the context of their use. That is, the focus is on the language as the tool for design and programming rather than on the language in itself. This book demonstrates key techniques that make C++ effective and teaches the fundamental concepts necessary for mastery. Except where illustrating technicalities, examples are taken from the domain of systems software. A companion, The Annotated C++ Language Standard, presents the complete language definition together with annotations to make it more comprehensible. The primary aim of this book is to help the reader understand how the facilities offered by C++ support key programming techniques. The aim is to take the reader far beyond the point where he or she gets code running primarily by copying examples and emulating programming styles from other languages. Only a good understanding of the ideas behind the language facilities leads to mastery. Supplemented by implementation documentation, the information provided is sufficient for completing significant realworld projects. The hope is that this book will help the reader gain new insights and become a better programmer and designer.
Date : 2011-02-19 Size : 2.78mb User : koqingyu@foxmail.com

谭浩强 c 语言程序设计
Date : 2011-03-29 Size : 2.69mb User : DerekTan

第 1 章 文件结构 1.1 版权和版本的声明 1.2 头文件的结构 . 1.3 定义文件的结构 1.4 头文件的作用 1.5 目录结构 第 2 章 程序的版式 2.1 空行 2.2 代码行 2.3 代码行内的空格 2.4 对齐 2.5 长行拆分 2.6 修饰符的位置 2.7 注释 2.8 类的版式 第 3 章 命名规则. 3.1 共性规则 3.2 简单的 WINDOWS 应用程序命名规则 3.3 简单的 UNIX 应用程序命名规则 第 4 章 表达式和基本语句 第 5 章 常量.... 第 6 章 函数设计 第 7 章 内存管理 第 8 章 C++函数的高级特性 第 9 章 类的构造函数、析构函数与赋值函数. 第 10 章 类的继承与组合 第 11 章 其它编程经验 附录 A :C++/C 代码审查表 附录 B :C++/C 试题 附录 C :C++/C 试题的答案与评分标准
Date : 2011-04-01 Size : 259.93kb User : ezhong0812

C++创始人经典之作
Date : 2011-11-28 Size : 2.78mb User : abstract

对C/C++详细地描述了。 特别是有与科学计算有关的内容的。 我希望对有很多人学习和应用C/C++语言帮组。
Date : 2011-12-24 Size : 3.22mb User : jzh355

好书,E文版的,PDF格式的。-books, E version, in PDF format.
Date : 2026-01-03 Size : 4.35mb User : 泡壶茶

C深度揭密讲述了C语言的许多系统特性以及这些特性是如何形成的.本书为PDF格式,它展示了最优秀的C程序的编码技巧,是C程序员进行系统编程的必读之书.-C revealed about the depth of C language system characteristic of many of these features is formed. The book-to-PDF format, it features the best of the C program code skills of systems programmers C programming required reading books.
Date : 2026-01-03 Size : 8.87mb User : 肖巍

DL : 0
C程序设计语言(第二版,中英文版 习题解答,Kernighan 著).-C Programming Language (2nd edition, to answer the questions in English, with mts).
Date : 2026-01-03 Size : 13.28mb User : chin

DL : 0
C++方面的一些论文,希望对大家有所帮助 如An Approach for Implementing Object Persistence in C++ using Broker.pdf -C of the theses and We want to help as An Approach for Implementing Objec t 0.74 in C using Broker.pdf etc.
Date : 2026-01-03 Size : 3.95mb User : suifeng

侯捷先生翻译的C++ Standard Library, 中文版PDF格式, 很经典.-suggested Mr. translation C Standard Library, the Chinese version in PDF format, classic.
Date : 2026-01-03 Size : 3.54mb User : 高彬

本书通过对大量程序实例的分析,深入浅出地讲解了C++ STL高级编程技术。全书一首先介 绍了c十+语言的基本知识、c++语言编程核心技术和C++关键库类,然后逐步过渡到c++STL 编程技术,用较大的篇幅对它们进行了深入的剖析和源码解析。-book by the large number of examples of the analysis procedures, and easy to explain to the High C Programming STL. Book a first introduced the c 10 basic knowledge of language, c programming language core technology and key to the C category, then gradually transition to c STL programming technology, using the larger space to them for the in-depth analysis and source code analysis.
Date : 2026-01-03 Size : 17.22mb User :

C++ Primer 习题解答中文版,pdf格式-C++ Primer Exercises to answer the Chinese version, pdf format
Date : 2026-01-03 Size : 6.23mb User : Austin

C++入门,介绍VC++编程思想,基础知识,中文版,PDF格式,供初学者-C++ Getting Started, Introduction VC++ Programming ideas, basic knowledge, the Chinese version, PDF format, for beginners
Date : 2026-01-03 Size : 7.52mb User : Austin

DL : 0
本书为C数值算法英文第二版,pdf格式,对工程编程人员有很大帮助-Book numerical algorithm for the C second edition in English, pdf format, the project will greatly help programmers
Date : 2026-01-03 Size : 5.3mb User : 黄琪

这里提供的是《Embedded C》(C语言嵌入式系统开发)一书的高清PDF下载。-Here is the Embedded C (C language for embedded systems development) of a book on high-definition PDF download.
Date : 2026-01-03 Size : 2.06mb User : li

经典书籍:C Primer Plus(第五版)中文版和源代码 本书全面讲述了C语言编程的相关概念和知识。全书共17章。第1, 2章学习C语言编程所需的预备知识。第3到15章介绍了C语言 的相关知一识,包括数据类型、格式化输入输出、运算符、表达式、流程控制语句、函数、数组和指针、字符串操作、内存管理、位操作等等,知识内容都针对C99标准 另外,第10章强化了对指针的讨论,第12章引入了动态内存分配的概念,这些内容更加适合读者的需求。第16章和第i7章讨论了C预处理器和C库函数、高级数据表示(数据结构)方面的内容。附录给出了各章后面复习题、编程练习的答案和丰富的C编程参考资料。本书适合希望系统学习和巩固C编程技术的程序员 C语言的读者,也适用于精通其他编程语言并希望进一步掌握 -err
Date : 2026-01-03 Size : 43.14mb User : deng
« 12 3 4 5 6 7 8 9 10 ... 40 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.