摘要: 调研 整理思路 流程图 类设计 序列图(可能) 阅读全文
posted @ 2018-09-15 17:15 友哥 阅读(212) 评论(0) 推荐(0)
摘要: int handler::sample_next(uchar *buf) { // Temporary set inited to RND, since we are calling rnd_next(). int res = rnd_next(buf); std::uniform_real_distribution rnd(0.0, 1.0); while (!res && ... 阅读全文
posted @ 2018-09-15 15:29 友哥 阅读(382) 评论(0) 推荐(0)