找回密码
 立即注册
the程序小结Chapter | VHDL/FPGA/Verilog 2022-09-29 126 0star收藏 版权: . 保留作者信息 . 禁止商业使用 . 禁止修改作品
一本从一个独特角度进行C++学习的书:集中注意力解决问题,而不是专门去探求语言和库的特征。该书希望读者敏捷掌握编写有效C++程序的方法。首要解析C++最有效的部份,一开始就使用了高级数据结构,后面才去解析这些数据结构所依靠的基础。前语第1章使用字符串?1.1输入?1.2为名称装框?1.3小结第2章循环和计数?2.1问题?2.2程序的整体结构?2.3输出数目未知的行?2.4输出一行?2.5完整的结构程序?2.6计数?2.7小结第3章?使用批量数据?3.1计算学生成果?3.2用中值替代平均值?3.3小结第4章?安排程序和数据?4.1安排计算?4.2安排数据?4.3把各部分代码连接到一同?4.4把计算成果的程序分块?4.5修复后的计算成果的程序?4.6小结第5章?使用顺序容器分析字符串。。。。。
AcceleratedC++中文版.doc

(A book about learning C   from a unique perspective: focusing on problem solving, rather than specifically exploring the features of the language and libraries. This book expects the reader to master the method of writing effective C   program quickly. The most effective part of parsing C   first is the use of high-level data structures at the beginning, and then the foundations on which these data structures are based are parsed later. Preface Chapter 1 Using Strings? 1.1 Input? 1.2 Boxing Names? 1.3 Summary Chapter 2 Loops and Counting? 2.1 Problems? Structure Procedures? 2.6 Counting? 2.7 Summary Chapter 3? Using Batch Data? 3.1 Calculating Student Outcomes? Parts of the code are linked together? 4.4 Block the program that computes the result? 4.5 The program that fixes the result of the computation? 4.6 Summary Chapter 5? Parsing strings using sequential containers. . . . .
AcceleratedC   Chinese version.doc)

[下载]09440270045.rar




上一篇:让你不再害怕C指针
下一篇:Polymorphism in C++ <多型与虚拟>