???????????
???????????? ???????[ 2013/1/10 9:50:23 ] ????????
??????????????????????????????????????????????????????????????????????????????????????????????????????????http://v.youku.com/v_show/id_XMzgzOTEzNjMy.html
???????к??????????????????????
???????????????????????
?????????????????????????????????????????????????????????????Щ????????(????hanio??????)????????????????????????????????????????????????Ч??????????????????Щ????????????????????????????÷??????????????;??????Щ????????????????飬?????????????????????????????????????????????????????????????????????????;?????????????????????????????????Щ?????????м????????????????;?????????????м???????????????????????????????????????
????1. ????????
???????????????????????β????????飬????????????????????β?????????????У???????????????????????????????????????????????
????public long fact(int n)
????{
????if (n==0) return 1;
????else return n*fact(n-1);
????}
???????????÷????????????????????????????????????????λ???????????????????????
????????????????????淵???????????β???????????????????????????????????????????????
????????д????????????????????
????public long fact(int n)
????{
????int s=0;
????for (int i=1; i
????s=s*i; //??s?????м???
????return s;
????}
????????????????????????ж????????????????????????????????й??????????Щ???
???????????????????????????β????????????????????????????????е????????£?
????public int f(int n)
????{
????if (n= =1 | | n= =0) return 1;
????else return f(n-1)+f(n-2);
????}
????????????飬?????????Щ?????????м???????????????????????????????????????е???
??????????s1??s2?????м????????????麯?????£?
????public int f(int n)
????{
????int i?? s;
????int s1=1?? s2=1;
????for (i=3; i {
????s=s1+s2;
????s2=s1; // ????f(n-2)???
????s1=s; //????f(n-1)???
????}
????return s;
????}
????2. ????????
?????÷????????????м??????????????麯??????й????????仯????????????????£?
???????????s0???
????while (??????)
????{
????????????????????s;
????if (s????????) ????;
????else {
????????s???????s1;
??????s1???
????}
????}
??????????????????????н????????????????????????????????????????????????????????????ο????????????????
??????
???·???
??????????????????
2023/3/23 14:23:39???д?ò??????????
2023/3/22 16:17:39????????????????????Щ??
2022/6/14 16:14:27??????????????????????????
2021/10/18 15:37:44???????????????
2021/9/17 15:19:29???·???????·
2021/9/14 15:42:25?????????????
2021/5/28 17:25:47??????APP??????????
2021/5/8 17:01:11