摘要: 1 #typedef DyDouble double 2 #typedef DyInt64 int 3 DyDouble GetMaxPrecision(DyDouble db) 4 { 5 assert( sizeof(DyDouble ) == sizeof( DyInt64 ) ); 6 DyInt64 exp = ((*((DyInt64*)& db) >>52) ... 阅读全文
posted @ 2016-11-10 11:48 厉害啊我的云 阅读(997) 评论(0) 推荐(0)
摘要: 以前没有过 阅读全文
posted @ 2016-11-10 11:15 厉害啊我的云 阅读(100) 评论(0) 推荐(0)