
Pro
文章平均质量分 78
d_delete
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Probability Integral Transform
probability integral transform. 两个连续随机变量之间的转换(给定一个随机数分布如何生成另一种随机数分布)原创 2016-07-28 16:30:35 · 2780 阅读 · 0 评论 -
Using C++ 11's Smart Pointers
Using C++ 11’s Smart PointersThis tutorial deals with C++ 11’s smart pointer, which consists unique_ptr, shared_ptr, and its partner, weak_ptr. 本文摘自David Kieras, EECS Department, University of Michig原创 2016-08-12 14:36:35 · 447 阅读 · 0 评论