- 博客(10)
- 收藏
- 关注
原创 高斯取整函数与Beatty定理
高斯取整函数与Beatty定理 :http://www.java3z.com/cwbwebhome/article/article19/res046.html
2011-09-03 10:00:10 666
原创 hdu 1085
#include #include #include using namespace std;// hdu 1085 Holding Bin-Laden Captive!int coin[5];int c1[5555],c2[5555];int m
2011-09-01 20:16:33 441
原创 hdu 1059
#include #include #include using namespace std;int c[60066], a[7];void Zero_One(int cost, int weight, int m) { for (int i = m;
2011-09-01 16:39:59 340
原创 母函数的应用
#include #include #include using namespace std;// hdu 1028 Ignatius and the Princess IIIint c1[121],c2[121];int main(int argc,
2011-09-01 16:39:04 318
原创 HDU 1398
题目就不多说了,看了别人的课件说与母函数相关,看了办天不太好理解,上网看看别人怎么写的,发现这个题目可以抽像成我们常见的问题。设,则x^n的系数就是所求的数,这与组合数学有关,利用组合知识也可求出。但是把x, x^4, x^9 ....,看成无限个项目,其积的组合就是多重
2011-08-30 20:29:18 296
原创 三个水杯
题目 http://59.69.128.200/JudgeOnline/problem.php?pid=21三个水杯时间限制:1000 ms | 内存限制:65535 KB 难度:4描述 给出三个水杯,大小不一,并且只有最大的水杯的水是装满的,其余两个为空
2011-08-28 16:20:58 327
原创 hdu 1204
转自:http://friends119119.blog.163.com/blog/static/12434199520100299446587/首先要说明几点: 1. 这是一道数学题, 对学过随机过程的来说非常easy, 就是一个非常简单的Markov 过程.
2011-07-31 15:38:15 14343 1
原创 hdu 1050 Moving Table
题目:http://acm.hdu.edu.cn/showproblem.php?pid=1050很容猜到是用信心,但老是做不对,,,,郁闷!!! 首先要注意几点:1。对数据的预先处理。对于 (room 2 to room 3 ) and (room 4 to r
2011-07-30 18:09:57 272
原创 hdu 1102 kruskal
题目: http://acm.hdu.edu.cn/showproblem.php?pid=1102本题的给输入是矩阵的存储,但最后又给出已经修好的路,所以我先用矩阵存储输入,再将其中的边提出来,用struct Edge{int u,v,w;};存储,因为下面
2011-07-30 18:00:40 469
原创 hdu 2276 Kiki & Little Kiki 2 矩阵的应用
http://acm.hdu.edu.cn/showproblem.php?pid=2276题目描述: There are n lights in a circle numbered from 1 to n. The left of light 1 is light n, and
2011-07-28 19:49:32 315
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人