摘要: 英语不好, 见谅。 1 float myRound (float src, int idx) 2 { 3 //move idx numbers right of the point 4 //to the left 5 for (int i = idx; i--;) { 6 ... 阅读全文
posted @ 2015-01-27 20:26 wu_overflow 阅读(569) 评论(0) 推荐(0) 编辑