登录
首页 » 电子书 » 《Essential C++中文版》以4个面向来表现C++的本质:procedural(程序性的)、generic(泛型的)、object...

《Essential C++中文版》以4个面向来表现C++的本质:procedural(程序性的)、generic(泛型的)、object...

于 2022-11-03 发布 文件大小:7.86 MB
0 168
下载积分: 2 下载次数: 2

代码说明:

《Essential C++中文版》以4个面向来表现C++的本质:procedural(程序性的)、generic(泛型的)、object-based(个别对象的)、object-oriented(面向对象的)。《Essential C++中文版》的组织围绕着一系列逐渐繁复的程序问题,以及用以解决这些问题的语言特性。循此方式,你不只学到C++的函数和结构,也会学习到它们的设计目的和基本原理。-" Essential C++ Chinese version of the" four-oriented C++ to express the essence of: procedural (procedural), generic (generic), object-based (individual objects), object-oriented (OO). " Essential C++ Chinese version of" the organization around a series of increasingly complex procedures, as well as to the language features to address these issues. In this way, you not only learn C++ functions and structures, will learn the design of their purpose and basic principles.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 经典编程900例(C语言),熟悉大量事例,加深运用知识的能力,进阶的好帮手。...
    经典编程900例(C语言),熟悉大量事例,加深运用知识的能力,进阶的好帮手。-900 cases of classic programming (C language), familiar with the large number of examples to enhance the ability to apply knowledge, advanced a good helper.
    2022-05-27 16:42:06下载
    积分:1
  • a very interesting sites in the Directory
    一个很值得一看的教程-a very interesting sites in the Directory
    2022-05-11 01:07:11下载
    积分:1
  • MATLAB 6_5 辅助优化计算与设计 1、文件命名说明 a)文件夹“第1章”中的文件对应中第1章的例程,其他以此类推; b) 文件名...
    MATLAB 6_5 辅助优化计算与设计 1、文件命名说明 a)文件夹“第1章”中的文件对应书中第1章的例程,其他以此类推; b) 文件名exampleX1_X2.m:对应例程X1_X2 例如:example2_1表示例程2_1. 2、注意 为了方便起见,书中的每一个例程存为一个文件;而有些例程中将其调用的函数文件也放在这个例程文件中,所以读者在运行光盘中的例程文件时注意这一点,如果是这样的例程文件应该将其调用的函数文件分离出来另存为一个文件。-MATLAB 6_5 Auxiliary and Design Optimization 1, Note document naming a) folder "Chapter 1" in the document corresponding book Chapter 1 of the routines, other analogy; b) Name exampleX1_X2.m : X1_X2 corresponding routines such as : example2_1 said two compression routines. 2, the attention for the sake of convenience, Each book deposit for a routine one; Some routines will call a function of its documents on the routines document, Therefore, the reader is running the routines CD document to this point, If this is the routine document should be called to separate the function documents saved as a file.
    2023-07-11 07:00:03下载
    积分:1
  • 本程序库为《matlab7.x数字信号处理》配套光盘程序,给出了数字信号处理常用算法的matlab程序,具有一定的参考价值!...
    本程序库为《matlab7.x数字信号处理》配套光盘程序,给出了数字信号处理常用算法的matlab程序,具有一定的参考价值!-This procedure library
    2022-02-07 15:07:12下载
    积分:1
  • Java网络编程 (第二版)
    Java网络编程 (第二版)- Java Network Programming (2nd edition)
    2022-03-23 06:04:50下载
    积分:1
  • 定向无线信道
    directional wireless channel
    2022-03-19 09:23:05下载
    积分:1
  • 学习资料,关于C++的,Addison.Wesley写的Effective.&.More.Effective.C
    学习资料,关于C++的,Addison.Wesley写的Effective.&.More.Effective.C-learning information on the C, Addison.Wesley write Effective .. More.Effective.C
    2022-09-10 23:10:05下载
    积分:1
  • 图论中最小生成树Kruskal算法 及画图程序 M
    图论中最小生成树Kruskal算法 及画图程序 M-函数 格式 [Wt,Pp]=mintreek(n,W):n为图顶点数,W为图的带权邻接矩阵,不构成边的两顶点之间的权用inf表示。显示最小生成树的边及顶点, Wt为最小生成树的权,Pp(:,1:2)为最小生成树边的两顶点,Pp(:,3)为最小生成树的边权,Pp(:,4)为最小生成树边的序号 附图,红色连线为最小生成树的图 例如 n=6 w=inf*ones(6) w(1,[2,3,4])=[6,1,5] w(2,[3,5])=[5,3] w(3,[4,5,6])=[5,6,4] w(4,6)=2 w(5,6)=6 [a,b]=mintreek(n,w) -Graph theory Kruskal minimum spanning tree algorithm and Paint program M-function format [Wt, Pp] = mintreek (n, W): n for the map Vertices, W for weighted graph adjacency matrix, does not constitute the edge of the two vertices of between the right to express with inf. Show the minimum spanning tree of edges and vertices, Wt right for the Minimum Spanning Tree, Pp (:, 1:2) for the minimum spanning tree edges of the two vertices, Pp (:, 3) for the minimum spanning tree of the right side, Pp ( :, 4) For the minimum spanning tree graph edge serial number, red connection for the minimum spanning tree of graph such as n = 6 w = inf* ones (6) w (1, [2,3,4]) = [ 6,1,5]
    2022-01-30 21:32:39下载
    积分:1
  • ASP.NET data binding function Eval () allows you to understand the mechanism of...
    ASP.NET数据绑定函数Eval()的机制让你明白如何使用Eval()-ASP.NET data binding function Eval () allows you to understand the mechanism of how to use Eval ()
    2022-12-03 04:20:03下载
    积分:1
  • The schematic of TMS320C6201, a product of TI. Inc. It convient the new learner...
    TI 公司的TMS320C6201的原理图,方便初学着了解该型号的DSP原理!和硬件设计-The schematic of TMS320C6201, a product of TI. Inc. It convient the new learner to know the principle of such kind of DSP s and also the hardwar design.
    2022-01-23 10:13:11下载
    积分:1
  • 696518资源总数
  • 106215会员总数
  • 5今日下载