10 2011 档案
toRadix
摘要: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 阅读(283) 评论(0) 推荐(0)