虚拟现实基础技术观察

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2016年10月13日

摘要: 今天看到一句对这个问题特别精辟的总结,记录如下: It is possible to transfer into a block, but not in a way that bypasses declarations with initialization. A program that jumps from a point where a local variable with automa... 阅读全文
posted @ 2016-10-13 07:55 Pt0lemaeus 阅读(174) 评论(0) 推荐(0) 编辑

2016年1月6日

摘要: Allocators与Criterion在内存使用及Create、Copy、Assignment的相同点及区别 阅读全文
posted @ 2016-01-06 10:53 Pt0lemaeus 阅读(219) 评论(0) 推荐(0) 编辑

2016年1月1日

摘要: Bitset的构造函数有点特别。 阅读全文
posted @ 2016-01-01 16:14 Pt0lemaeus 阅读(492) 评论(0) 推荐(0) 编辑

摘要: 自C++11后,bitset头文件中提供了用于unordered container的hash function object。出于对这个function class的好奇,我对其进行了一番调查,记录如下。 阅读全文
posted @ 2016-01-01 10:08 Pt0lemaeus 阅读(311) 评论(0) 推荐(0) 编辑

2015年12月17日

摘要: C++ provide some class for stream manipulate, just like the base class istream,ostream and iostream.They have the hirachy relation like this. 阅读全文
posted @ 2015-12-17 21:51 Pt0lemaeus 阅读(215) 评论(0) 推荐(0) 编辑

2015年12月15日

摘要: C++Exception知识整理 阅读全文
posted @ 2015-12-15 11:45 Pt0lemaeus 阅读(142) 评论(0) 推荐(0) 编辑

摘要: C++String知识整理 阅读全文
posted @ 2015-12-15 11:44 Pt0lemaeus 阅读(104) 评论(0) 推荐(0) 编辑

摘要: C++ iterator知识整理 阅读全文
posted @ 2015-12-15 11:42 Pt0lemaeus 阅读(110) 评论(0) 推荐(0) 编辑

2015年12月8日

摘要: 使用adjacent_difference源与目的地可以一致,但这样每个元素的计算结果会影响下一元素的计算吗? 阅读全文
posted @ 2015-12-08 19:12 Pt0lemaeus 阅读(318) 评论(0) 推荐(0) 编辑

2015年12月7日

摘要: 一些比较用易引起疑问的算法源码的整理,还未完成。 阅读全文
posted @ 2015-12-07 19:09 Pt0lemaeus 阅读(331) 评论(0) 推荐(0) 编辑