《C++ Cookbook中文版》,原名《C++ Cookbook》,作者:D. Ryan Stephens、Christopher Diggins、Jonathan Turkanis、Jeff Cogswell,翻译:金名、周成兴,出版社:清华大学出版社,ISBN:9787302155553,pdf 高清版本,大小 25MB。 内容简介:   语言进行改进和扩充,将“类”的概念引入了c语言,构成了最早的c++语言(1983年)。后来,stroustrup和他的同事们又为c++引进了运算符重载、引用、虚函数等许多特性,并使之更加精炼,于1989年推出了at&t c++2.0版。随后美国国家标准协会ansi(american national standard institute)和国际标准化组织iso(international standards organization)一起进行了标准化工作,并于1998年正式发布了c++语言的国际标准iso/iec:98—14882c++支持面向对象的程序设计方法,特别适合于中型和大型的软件开发项目,从开发时间、费用到软件的重用性、可扩充性、可维护性和可靠性等方面,c++均具有很大的优越性。同时,c++又是c语言的一个超集,这就使得许多c代码不经修改就可被c++编译器编译通过。c++基本上可以运行在所有的平台上,并且有无数的应用程序都是用c++实现的。无论你正在实现什么、你的目标平台是什么,你都可能碰到其他的研发人员已经解决很多年的那些共同的问题。本书就是用来解决这些共同的问题,并对每一个解决方案进行了解释。   本书的结构非常简单明了,基本上每一节都是由一个问题描述和一个代码解决方案组成,并且紧跟着是一个讨论。从本书中,你一定能找到那些正让你束手无策的问题的解决方案。 目录: 前言 第1章创建c++应用程序 1.0 概述 1.1 获得和安装gcc 1.2 从命令行创建“hello,world”应用程序 1.3 从命令行创建静态库  1.4 从命令行创建动态库  1.5 从命令行创建复杂的应用程序  1.6 安装boost.build 1.7 使用boost.build创建“hello,world”应用程序 1.8 使用boost.build创建静态库 1.9 使用boost.build创建动态库 1.10 使用boost.build创建复杂应用程序 1.11 使用ide创建静态库  1.12 使用ide创建动态库  1.13 使用ide创建复杂应用程序 1.14 获得gnu make  1.15 使用gnu make创建“hello,world”应用程序  1.16 使用gnu make创建静态库  1.17 使用gnu make创建动态库 . 1.18 使用gnu make创建复杂应用程序  1.19 定义宏  1.20 从ide指定命令行选项  1.21 生成调试版程序  1.22 生成发布版程序  1.23 指定运行库  1.24 严格遵循c++标准  1.25 使源文件自动链接到指定的库  1.26 使用输出模板 第2章代码结构  2.0 概述  2.1 确保头文件只包含了一次  2.2 保证一个跨多个源文件的变量只有一个实例存在  2.3 使用向前的类声明来减少#include的使用  2.4 使用命名空间来阻止名字冲突  2.5 包含一个内联文件 第3章数值计算 3.0 概述 3.1 将字符串转换为数值 3.2 将数值转换为字符串 3.3 测试字符串中是否含有有效的数值 3.4 在限定精度内进行浮点数的比较 3.5 解析含有用科学计数法表示的数值的字符串 3.6 不同数值类型之间的转换 3.7 获得某种数值类型的最小和最大值 第4章 字符串与文本 第5章 日期与时间 第6章 数据管理 第7章 算法 第8章 类 第9章 异常与安全性 第10章 数据流与文件 第11章 科学与数学计算 第12章 多线程 第13章 国际化问题 第14章 xml 第15章 杂项
2021-11-16 19:19:01 24.59MB CPP Cookbook Cookbook中文版 CppCookbook中文版
1
NumPy Cookbook(2nd) 英文无水印pdf 第2版 pdf所有页面使用FoxitReader和PDF-XChangeViewer测试都可以打开 本资源转载自网络,如有侵权,请联系上传者或csdn删除 本资源转载自网络,如有侵权,请联系上传者或csdn删除
2021-11-11 10:57:48 5.55MB NumPy Cookbook
1
《LLVM Cookbook》以任务驱动的方式,带领读者编写基于LLVM 的编译器前端、优化器、后端。通过丰富的实例,读者能够从中理解LLVM 的架构,以及如何使用LLVM 来编写自己的编译器。 相比于传统的介绍编译技术的书籍,此书更偏向于实战,因此适合熟悉编译但对LLVM 比较陌生的人员,也适合正在学习编译技术并且在寻找实战机会的人员。
2021-11-08 19:54:36 2.83MB LLVM 编译器 解释器
1
包含Redis中文参考手册,Redis中文入门手册,Redis Cookbook
2021-11-08 18:17:29 2.2MB Redis参考 Redis Redis资料 Cookbook
1
Book Description Publication Date: October 26, 2010 Written in the cookbook style, this book offers learning and techniques through recipes. It contains step-by-step instructions for administrators and developers to manage databases on PostgreSQL. The book is designed in such a way that you can read it chapter by chapter or refer to recipes in no particular order. This book is for Sysadmins, Database Administrators, Architects, Developers, and anyone with an interest in planning for or running live production databases. This book is most suited to those who have some technical experience. Editorial Reviews About the Author Simon Riggs Simon Riggs is one of the few Major Developers and Committers on the PostgreSQL database project, and is also CTO of 2ndQuadrant, providing 24x7 support and services to PostgreSQL users worldwide. Simon has worked with enterprise-class database applications for more than 20 years, with prior certifications on Oracle, Teradata and DB2. Simon is responsible for much of the database recovery and replication code in PostgreSQL, and designed or wrote many of the latest performance enhancements. He uses his operational experience to contribute to many aspects of both internal design and usability. Hannu Krosing Hannu Krosing is Principal Consultant at 2ndQuadrant and a Technical Advisor at Ambient Sound Investments. As the original database architect at Skype Technologies, Hannu was responsible for designing the Skytools suite of replication and scalability technologies. Hannu has more than 12 years experience working with, and contributing to, the PostgreSQL project. Simon Riggs Simon Riggs is one of the few Major Developers and Committers on the PostgreSQL database project, and is also CTO of 2ndQuadrant, providing 24x7 support and services to PostgreSQL users worldwide. Simon has worked with enterprise-class database applications for more than 20 years, with prior certifications on Oracle, Teradata and DB2. Simon is responsible for
2021-11-08 00:48:07 2.56MB PostgreSQL
1
Packt.C++.17.STL.Cookbook.2017
2021-11-06 19:50:22 11.26MB C++
1
If you were stranded on a desert island with only your laptop (and presumably a large solar panel), what software would you want to have with you? For me the answer definitely includes the latest version of Wolfram Mathematica. Whether you are a scientist, engineer, or mathematician, a Wall Street quant, a statistician or programmer, or even an artist or musician, you will be a better one if you have this tool at your disposal. Of course, having a tool and knowing how to use it well are quite different things. That is why I wrote the Mathematica Cookbook.
2021-11-06 17:43:43 19.04MB mathematica
1
这是除了Camel In Action之外, 又一本介绍Camel的好书. 书中实例非常详尽, 可作为案头书
2021-11-05 08:46:41 3.27MB camel EAI
1
Python深度学习食谱 这是发布的的代码库。 它包含从头到尾完成本书所必需的所有支持项目文件。 关于这本书 深度学习正在彻底改变各种行业。 在许多应用中,深度学习已被证明可以做出更快,更准确的预测,从而胜过人类。 本书提供了自上而下和自下而上的方法,以演示针对不同领域的现实问题的深度学习解决方案。 这些应用程序包括计算机视觉,自然语言处理,时间序列和机器人技术。 Python深度学习食谱提供了针对所提出问题的技术解决方案,以及对解决方案的详细说明。 此外,提供了有关使用诸如TensorFlow,PyTorch,Keras和CNTK的流行框架之一实施建议的解决方案的利弊的讨论。 这本书包括与神经网络的基本概念有关的食谱。 所有技术以及经典网络拓扑。 本书的主要目的是为Python程序员提供详细的配方列表,以将深度学习应用于常见和不常见的场景。 说明和导航 所有代码都组织在文件夹中。 每个
2021-11-04 16:23:44 5.71MB JupyterNotebook
1
coverage-cookbook-complete-verification-academy Candence Academy官方coverage文档
2021-11-04 09:30:54 2.04MB systemverilo function cov code
1