-
C++ Primer的第三版结合了Stanley Lippman的实践经验和Josée Lajoie对于ANSI/ISO标准C++的深入理解。这本指导书的第三版...
C++ Primer的第三版结合了Stanley Lippman的实践经验和Josée Lajoie对于ANSI/ISO标准C++的深入理解。这本指导书的第三版已经被重新改写过,以便更加精确地讲述标准C++的特性和用法。在本书中,对于C++初学者特别有价值的是一些来自真实世界中的程序例子,它们说明了泛型程序(generic program)的设计、面向对象程序的设计、模板的用法,以及使用标准C++进行程序设计的方方面面。而且,本书也在适当的地方讲到了一些习惯用法以及效率指导。-C Primer combination of the third edition of the Stanley Lippman had practical experience and Jose; for ANSI/ISO C standard in-depth understanding. This third edition of the guide book has been redrafted too, to be more precise description of the C standard features and usage. In the book, for C beginners particular value of some real-world examples of the procedures, they show Generic procedures (generic program) in the design, object-oriented design, the use of templates, and the use of standard C for all aspects of the design process. Moreover, the book was also the right place describes some of the efficiency and usage guide.
- 2023-04-14 20:45:03下载
- 积分:1
-
八数码游戏代码
用C语言编写的八数码游戏的代码,用曼哈顿路径求启发函数,并且还附加了启发式函数
- 2022-07-25 08:08:47下载
- 积分:1
-
液晶电视的OSD的代码,可通过遥控或按键在液晶面板驱动。
液晶电视OSD代码,可通过遥控或按键板对液晶驱动板进行控制。OSD菜单功能简洁明了-LCD TV OSD code, available through remote control or buttons on the LCD panel drive control board. OSD menu features clear and concise
- 2022-02-03 02:02:52下载
- 积分:1
-
西门子PLC工程实例,为一个系统的PLC程序原文件,包含远程I/O站!...
西门子PLC工程实例,为一个系统的PLC程序原文件,包含远程I/O站!-Siemens PLC project examples for a system of PLC program original document, including remote I/O station!
- 2022-05-16 04:35:18下载
- 积分:1
-
smartphone的闹钟程序源码,大家有兴趣可以修改
smartphone的闹钟程序源码,大家有兴趣可以修改-smartphone source of alarm procedures, we are interested in can be modified
- 2022-03-01 11:29:13下载
- 积分:1
-
MAX7219 digital tube
MAX7219数码管驱动芯片的c51驱动-MAX7219 digital tube-driven chip c51 driver
- 2023-08-09 17:45:02下载
- 积分:1
-
源代码统计软件,可以输出html文件。
源代码统计软件,可以输出html文件。-source statistical software can output html document.
- 2022-02-04 08:44:12下载
- 积分:1
-
高等教育出版社 电路 第四版 低9 10 11 章
高等教育出版社 电路 第四版 低9 10 11 章-ppt for dianlu 9 10 11
- 2022-08-21 20:16:09下载
- 积分:1
-
51单片机4*4扫描C程序
这个是51单片机4*4扫描的C程序。欢迎大家下载、试用。谢谢大家的支持!
- 2022-07-18 04:29:28下载
- 积分:1
-
词法分析器。
要求:1.读出所给文件的所有词
2.将所有词输出写入一个txt文档中。
3.每个词用特殊符号‘^’隔开
源程序为自己所编译的c...
词法分析器。
要求:1.读出所给文件的所有词
2.将所有词输出写入一个txt文档中。
3.每个词用特殊符号‘^’隔开
源程序为自己所编译的cpp文件,即“text2.cpp”,Compile――〉Build――〉BuildExiecute,将结果写入另一个文件“after_execute.txt”中。
-lexical analyzer. Requirements : 1. Read out documents to all the words of two. Output of all words into a txt documents. 3. Each word with a special symbol "^" separate source for the translation of their documents cpp, "text2.cpp" Compile-- "Build--" BuildExiecute. The results will be included in another document "after_execute.txt".
- 2022-01-31 14:44:26下载
- 积分:1