码迷,mamicode.com
首页 >  
搜索关键字:zoj 3675 trim the n    ( 5415个结果
zoj 3557 How Many Sets II
How Many Sets IITime Limit:2 Seconds Memory Limit:65536 KBGiven a setS= {1, 2, ...,n}, numbermandp, your job is to count how many setTsatisfies the fo...
分类:其他好文   时间:2014-05-12 13:05:52    阅读次数:238
ZOJ 1151 Word Reversal反转单词 (string字符串处理)
链接:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemId=151 For each list of words, output a line with each word reversed without changing the order of the words. This problem contains multi...
分类:其他好文   时间:2014-05-11 22:20:43    阅读次数:443
ZOJ 2724 Windows 消息队列 (优先队列)
链接:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=2724 Message queue is the basic fundamental of windows system. For each process, the system maintains a message queue. If something h...
分类:Windows程序   时间:2014-05-11 20:31:56    阅读次数:796
ZOJ - 1880 Tug of War
题意:求在两边人数不相差超过1个的情况下,实力尽量相等的情况 思路:从实力和的一半开始类背包操作 #include #include #include #include using namespace std; const int MAXN = 45010; const int MAXM = 110; int a[MAXM]; int dp[MAXN][MAXM]; int n; ...
分类:其他好文   时间:2014-05-11 05:02:03    阅读次数:279
为SSD编程(4)——高级功能和内部并行
在这个部分,我将简要的介绍一些SSD的主要功能,如TRIM和预留空间。我同样会介绍SSD中不同等级的内部并行。...
分类:其他好文   时间:2014-05-11 02:51:49    阅读次数:287
[最小表示] zoj 1729 Hidden Password
题目链接: http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemId=729 题目意思:...
分类:其他好文   时间:2014-05-11 01:52:41    阅读次数:367
案例:如何实现网上考试?
下面就是满足你设想的几个主程序,你还可以在实际应用中不断完善和扩充: login.asp  ' 考生验证    name=trim(request("name"))  passwd=trim(request("passwd"))  if name"" then  ' 检查考生是否输入用户名和密码  Set conn = Server.CreateObject("ADODB.Co...
分类:其他好文   时间:2014-05-10 04:25:30    阅读次数:276
zoj 1648 Circuit Board
题目:意思就是判断给定的几条线段是否有相交的。 方法:模版吧,有空在来细细学习。 代码: #include #include using namespace std; struct Point { double x,y; }; struct LineSeg { Point a,b; }; double Cross(Point a, Point b, Poi...
分类:其他好文   时间:2014-05-10 03:39:07    阅读次数:326
php数组用中文作为键
php数组用中文作为键,读取的时候需加一个trim();
分类:Web程序   时间:2014-05-09 19:42:04    阅读次数:273
[容斥原理] zoj 3556 How Many Sets I
题目链接: http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemId=4535 How Many Sets I Time Limit: 2 Seconds      Memory Limit: 65536 KB Give a set S, |S| = n, then how many ordered set g...
分类:其他好文   时间:2014-05-09 13:50:00    阅读次数:347
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!