lenmom

博客园 首页 新随笔 联系 订阅 管理
上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 43 下一页

2018年7月24日 #

摘要: folly/FBVector.h Simply replacing std::vector with folly::fbvector (after having included the folly/FBVector.h header file) will improve the performan 阅读全文
posted @ 2018-07-24 11:50 老董 阅读(429) 评论(0) 推荐(0)

摘要: folly/AtomicHashmap.h folly/AtomicHashmap.h introduces a synchronized UnorderedAssociativeContainer implementation designed for extreme performance in 阅读全文
posted @ 2018-07-24 11:48 老董 阅读(472) 评论(0) 推荐(0)

摘要: folly/ProducerConsumerQueue.h The folly::ProducerConsumerQueue class is a one-producer one-consumer queue with very low synchronization overhead. The 阅读全文
posted @ 2018-07-24 11:46 老董 阅读(481) 评论(0) 推荐(0)

2018年7月15日 #

摘要: 基础知识 基于对象:Object Based 面对的是单一class的设计。 面向对象:Object Oriented 面对的是多重classes的设计,涉及到类和类之间的关系。 课程中设计到两种不同类设计:没有指针(成员变量)的类和带指针(成员变量)的类设计。 头文件一般采用h结尾,源文件一般采用 阅读全文
posted @ 2018-07-15 20:24 老董 阅读(1234) 评论(0) 推荐(0)

2018年7月9日 #

摘要: 原文地址: https://www.cnblogs.com/Leo_wl/archive/2012/06/27/2566346.html 阅读目录 学习代码库的一般步骤 folly库的学习心得 总结 回到目录 学习代码库的一般步骤 1) 编译安装;2) 学习doc/manual文档;3) 学习tes 阅读全文
posted @ 2018-07-09 11:36 老董 阅读(6535) 评论(0) 推荐(0)

2018年7月7日 #

摘要: vcpkg —— VC++ 打包工具 vcpkg 是微软 C++ 团队开发的在 Windows 上运行的 C/C++ 项目包管理工具,可以帮助您在 Windows 平台上获取 C 和 C++ 库. vcpkg 自身也是使用 C++ 开发的 (而其他的 C++ 包管理大多并不是 C++ 开发的),并且 阅读全文
posted @ 2018-07-07 17:06 老董 阅读(4185) 评论(0) 推荐(0)

摘要: 1.GCC编译器的选择 Windows下最常见的安装GCC的方式有两种:Cygwin和MinGW。本文主要介绍MinGW的安装配置。 2.下载MinGW 下载地址:http://sourceforge.net/projects/mingw/ 想省事的话可以下载 mingw-get-setup.exe 阅读全文
posted @ 2018-07-07 10:25 老董 阅读(697) 评论(0) 推荐(0)

2018年7月6日 #

摘要: 原文地址: https://www.cnblogs.com/mfryf/p/3305778.html 近期在学习Linux下的C编程,买了一本叫《Linux环境下的C编程指南》读到makefile就越看越迷糊,可能是我的理解能不行。 于是google到了以下这篇文章。通俗易懂。然后把它贴出来,方便学 阅读全文
posted @ 2018-07-06 18:35 老董 阅读(431) 评论(0) 推荐(0)

摘要: http://www.cnblogs.com/ranjiewen/category/799058.html http://www.cnblogs.com/ranjiewen/p/8260275.html STL的一些技巧函数使用 阅读全文
posted @ 2018-07-06 09:23 老董 阅读(255) 评论(0) 推荐(0)

2018年7月2日 #

摘要: 阅读全文
posted @ 2018-07-02 13:42 老董 阅读(336) 评论(0) 推荐(0)

上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 43 下一页