Online Judge | Problem Set | Authors | Online Contests | User | ||||||
---|---|---|---|---|---|---|---|---|---|---|
Web Board Home Page F.A.Qs Statistical Charts | Current Contest Past Contests Scheduled Contests Award Contest |
Re:多谢In Reply To:Re:怎么做呢 Posted by:hust07p43 at 2007-10-10 09:01:04 > f(n) =a1*f(n-1)+a2*f(n-2)+a3*f(n-3) > f(n-1)= f(n-1) > f(n-2)= f(n-2) > > 然后就有 > > f(n) a1 a2 a3 f(n-1) > f(n-1) = 1 0 0 * f(n-2) > f(n-2) 0 1 0 f(n-3) Followed by: Post your reply here: |
All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator