摘要:
Sqrt(x)http://www.guokr.com/question/461510/ 牛顿开方法 public int sqrt(int x) { float X1 = 1f; float Xn = x; for (int i = 0; i < 20... 阅读全文
posted @ 2015-09-09 22:31
fripSide
阅读(126)
评论(0)
推荐(0)
|
日常任务
天天挖坑
|
|
|
|