摘要: ##剑指offer系列面试题 package com.study; /* * 数值的整数次方 * 要求:实现函数 double Power(double base, int exponent) 求base的exponent次方 * */ public class suanfa9 ... 阅读全文
posted @ 2015-07-05 10:54 高适 阅读(665) 评论(0) 推荐(0) 编辑