C++学习必备,知识大全 C++,这个词在中国大陆的程序员圈子中通常被读做“C加加”,而西方的程序员通常读做“C plus plus”,它是一种使用非常广泛的计算机编程语言。C++是一种静态数据类型检查的,支持多重编程范式的通用程序设计语言。它支持过程化程序设计、数据抽象、面向对象程序设计、制作图标等等泛型程序设计等多种程序设计风格。 美国AT&T贝尔实验室的本贾尼.斯特劳斯特卢普(Bjarne Stroustrup)博士在20世纪80年代初期发明并实现了C++(最初这种语言被称作“C with Classes”)。一开始C++是作为C语言的增强版出现的,从给C语言增加类开始,不断的增加新特性。虚函数(virtual function)、运算符重载(operator overloading)、多重继承(multiple inheritance)、模板(template)、异常(exception)、RTTI、名字空间(name space)逐渐被加入标准。1998年国际标准组织(ISO)颁布了C++程序设计语言的国际标准ISO/IEC 14882-1998。C++是具有国际标准的编程语言,通常称作ANSI/ISO C++。1998年是C++标准委员会成立的第一年,以后每5年视实际需要更新一次标准,下一次标准更新将是在2009年,目前我们一般称该标准C++0x。遗憾的是,由于C++语言过于复杂,以及他经历了长年的演变,直到现在(2004年)只有少数几个编译器完全符合这个标准(这么说也是不完全正确的,事实上,至今为止没有任何一款编译器完全支持ISO C++)。 另外,就目前学习C++而言,可以认为他是一门独立的语言;他并不依赖C语言,我们可以完全不学C语言,而直接学习C++。根据《C++编程思想》(Thinking in C++)一书所评述的,C++与C的效率往往相差在正负5%之间。所以有人认为在大多数场合C++ 完全可以取代C语言(然而我们在单片机等需要谨慎利用空间、直接操作硬件的地方还是要使用C语言)。
2022-02-24 19:17:15 10.73MB C++
1
单片机编程魔法师之高级裸编程思想单片机编程魔法师之高级裸编程思想单片机编程魔法师之高级裸编程思想单片机编程魔法师之高级裸编程思想 《单片机编程魔法师之高级裸编程思想》以单片机裸环境为基础,为编程者定义了一个微操作系统(MOS)的编程环境,并面向应用中不断提高的需求对编程策略进行了深度剖析与研究,从而分离出数据驱动、并行多任务、面向对象等重要编程思想。这些思想既可独立运用,又可有机结合成一个体系,是我们实践中解决问题的致胜法宝。《单片机编程魔法师之高级裸编程思想》以实例为基础,分6章对这一思想体系进行了阐述。阐述通常以提出问题开始,然后针对解决问题的现状,从心理学的角度对问题展开讨论,力求将容易遇见的问题一网打尽。《单片机编程魔法师之高级裸编程思想》通过一些列的优化过程对思想要点进行完整描述,然后通过软件仿真手段给读者一个清晰的认识,并在最后进行归纳总结。, 《单片机编程魔法师之高级裸编程思想》既介绍了思想,又介绍了使用思想的方法。无论您是单片机自动化领域的初行者,还是资深的单片机自动化领域的工程师,《单片机编程魔法师之高级裸编程思想》都将成为您的得力帮手。希望这种既有理论又有方法论的阐述方式能帮助读者在事业上更上一层楼。
2022-02-10 10:55:07 45.7MB 单片机 编程思想
1
Java程序设计中的面向对象的编程思想和swing以及数据库的应用
2022-02-08 14:04:20 74.88MB java 数据库 游戏 开发语言
1
C++编程思想源代码用于编程思想,会给大家带来帮助 Copyright (c) 2000, Bruce Eckel Source code file from the book "Thinking in C++" All rights reserved EXCEPT as allowed by the following statements: You can freely use this file for your own work (personal or commercial), including modifications and distribution in executable form only. Permission is granted to use this file in classroom situations, including its use in presentation materials, as long as the book "Thinking in C++" is cited as the source. Except in classroom situations, you cannot copy and distribute this code; instead, the sole distribution point is http://www.BruceEckel.com (and official mirror sites) where it is available for free. You cannot remove this copyright and notice. You cannot distribute modified versions of the source code in this package. You cannot use this file in printed media without the express permission of the author. Bruce Eckel makes no representation about the suitability of this software for any purpose. It is provided "as is" without express or implied warranty of any kind, including any implied warranty of merchantability, fitness for a particular purpose, or non-infringement. The entire risk as to the quality and performance of the software is with you. Bruce Eckel and the publisher shall not be liable for any damages suffered by you or any third party as a result of using or distributing this software. In no event will Bruce Eckel or the publisher be liable for any lost revenue, profit, or data, or for direct, indirect, special, consequential, incidental, or punitive damages, however caused and regardless of the theory of liability, arising out of the use of or inability to use software, even if Bruce Eckel and the publisher have been advised of the possibility of such damages. Should the software prove defective, you assume the cost of all necessary servicing, repair, or correction. If you think you've found an error, please submit the correction using the form you will find at www.BruceEckel.com. (Please use the same form for non-code errors found in the book.)
2022-02-06 13:40:43 226KB C++
1
Delphi面向对象编程思想.pdf 刘艺著
2022-01-20 22:09:38 12.62MB Delphi
1
《 C++编程思想》(第二版第一卷)练习题答案 Thinking in C++习题答案,不含第二卷答案
2022-01-06 12:33:03 424KB C++编程思想 第二卷 练习题 答案
1
非常好的译本书,强烈推荐大家看看.可以说,道出了C++的精华所在,不管你是初学者还是已经有了一定的编程基础.看了之后都会感觉收益匪浅的
2021-12-06 16:47:48 8.21MB C++
1
学习c\c++必看的程序书,经典,实用。而学习英文原版能更好地吸收作者的思想。 软件中提供小巧的pdf阅读器
2021-12-06 16:46:48 3.06MB c c++ 编程 英文版
1
java 编程思想4 最新版 你值得拥有~~~~~~~~~~~~~~~~~~
2021-11-29 23:14:43 85.78MB Java 编程思想 pdf
1
此文件是c++经典书籍 《c++编程思想》的课后答案,及一些思想!
2021-11-27 21:09:51 237KB 习题答案
1