2011年10月11日
摘要: string toRadix(double N, int radix) { string HexN = ""; double Q = Math.Floor(Math.Abs(N)), R; string s = "0123456789abcdefghijklmnopqrstuvwxyz"; while (t... 阅读全文
posted @ 2011-10-11 09:31 rolends1986 阅读(276) 评论(0) 推荐(0) 编辑