- 博客(2)
- 收藏
- 关注
原创 棋盘覆盖问题(c)
看到这个算法,拿来保存一下,以后看能不能优化一下,暂时设为一个静态数组,同时设定固定大小的棋盘。(Microsoft Style..)
2010-07-17 17:32:00 343
原创 整数划分的问题(c)
<br />今天看到一个将正整数n划分成一系列正整数之和,n=n1+n2+...+nk,其中n1>=n2>=...>=nk>=1,k>=1 正整数n的划分数p(n)=q(n,n) 利用递归算法可以得到: <br />/*author: LI CANYU*/ <br />/*date: 16/07/2010*/ <br />#include <stdio.h><br />#include <stdlib.h><br />int Parti(int x, int y) <br />{<br /> if((x
2010-07-17 16:08:00 405
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人