摘要:
1、已知有一个数列f(0)=1,f(1)=4,f(n+2)=2*f(n+1)+f(n),其中n是大于0的正数,求f(10)的值。 分析:设x=n+2 => f(x)=2*f(n-1)+f(n-2) 1 public static void main(String[] args){ 2 3 Syste 阅读全文
posted @ 2016-03-31 16:26
Just_Do
阅读(383)
评论(0)
推荐(0)


浙公网安备 33010602011771号