-
本书第二版和第三版之间的变化非常大其中最值得注意的是C++已经通过了国际标
准化这不但为语言增加了新的特性比如异常处理运行时刻类型识别RTTI 名字空...
本书第二版和第三版之间的变化非常大其中最值得注意的是C++已经通过了国际标
准化这不但为语言增加了新的特性比如异常处理运行时刻类型识别RTTI 名字空
间内置布尔数据类型新的强制转换方式而且还大量修改并扩展了现有的特性比如模
板template 支持面向对象object-oriented 和基于对象object-based 程序设计所需
要的类class 机制嵌套类型以及重载函数的解析机制也许更重要的是一个覆盖面非
常广阔的库现在成了标准C++的一部分其中包括以前称为STL 标准模板库的内容新
的string 类型一组顺序和关联容器类型比如vector list map 和set 以及在这些类型
上进行操作的一组可扩展的泛型算法generic algorithm 都是这个新标准库的特性本书
不但包括了许多新的资料而且还阐述了怎样在C++中进行程序设计的新的思考方法简而
言之实际上不但C++已经被重新创造本书第三版也是如此-second edition of the book and a third between the big changes in the most noteworthy of which is C has adopted international standards of this language not only to an increase of new features such as exception handling run-time type of RTTI name recognition built-in Boolean space The new data type casting methods but also extensive modification and expansion of existing properties such as template template support object-oriented object-oriented and object-based object-based procedures Design of a kind which we need mechanisms nested class types and overload
- 2022-02-21 22:28:54下载
- 积分:1
-
Modbus协议
基于Modbus协议的通信控制系统的设计,概述有关modbus协议的内容-Modbus protocol-based communication control system design, an overview of the contents of the modbus protocol
- 2022-08-20 23:56:54下载
- 积分:1
-
看书学习操作的,就是为了学习学习,希望版主原谅。
看书学习操作的,就是为了学习学习,希望版主原谅。-Reading and learning how to operate, that is, to learn to learn, want to forgive moderator.
- 2022-01-30 19:14:45下载
- 积分:1
-
一个全屏幕的俄罗斯方块的游戏 .rar
一个全屏幕的俄罗斯方块的游戏 .rar-a full screen of Tetris game. Rar
- 2022-09-02 11:00:04下载
- 积分:1
-
From the previous source is the same issue on different aspects, all using matla...
与上一个上传源码属同一问题的不同方面,均为用matlab来实现am调制与解调,以及仿真实现。
-From the previous source is the same issue on different aspects, all using matlab to achieve am modulation and demodulation, as well as simulation.
- 2022-01-26 17:38:33下载
- 积分:1
-
Flash8 programming e
Flash8编程电子书,让您轻松进入Flash8编程世界,
- 2023-05-07 19:55:03下载
- 积分:1
-
一本很好的WINDOWSDirecX和Speech开发资料.
一本很好的WINDOWSDirecX和Speech开发资料.-A very good information WINDOWSDirecX and Speech Development.
- 2022-01-27 22:35:07下载
- 积分:1
-
一个java书籍 非常适合初学者~~强烈推荐!
一个java书籍 非常适合初学者~~强烈推荐!-a very suitable for beginners ~ ~ strongly recommended!
- 2022-03-15 06:31:28下载
- 积分:1
-
背包问题动态规划算法JAVA
给定n种物品和一背包。物品i的重量是wi,其价值为vi,背包的容量为c。问应如何选择装入背包中的物品,使得装入背包中物品的总价...
背包问题动态规划算法JAVA
给定n种物品和一背包。物品i的重量是wi,其价值为vi,背包的容量为c。问应如何选择装入背包中的物品,使得装入背包中物品的总价值最大?
在选择装入背包的物品时,对每种物品i只有两种选择,即装入背包或不装入背包。不能将物品i装入背包多次,也不能只装入部分的物品i。因此,该问题称为0-1背包问题。-Knapsack problem dynamic programming algorithm for a given n species JAVA goods and one backpack. Item i is the weight of wi, the value for vi, knapsack capacity c. Question should be how to choose the items into the backpack, the backpack into the total value of the largest items? In the selection of the items into the backpack, for each of the items i have only two choices, that is loaded or not loaded backpack backpack. Items should not be many times i load backpack can not only part of the goods loaded i. Therefore, the problem known as the 0-1 knapsack problem.
- 2023-04-22 23:20:03下载
- 积分:1
-
语境
Context-based adaptive binary arithmetic coding in the H.264AVC video compression-Context-based adaptive binary arithmeti c coding in the video compression H.264AVC
- 2022-01-23 10:06:17下载
- 积分:1