码迷,mamicode.com
首页 >  
搜索关键字:memory bandwidth    ( 29041个结果
Sdut 2165 Crack Mathmen(数论)(山东省ACM第二届省赛E 题)
Crack MathmenTimeLimit: 1000ms Memory limit: 65536K有疑问?点这里^_^题目描写叙述Since mathmen take security very seriously, theycommunicate in encryptedmessages. T...
分类:其他好文   时间:2014-07-07 12:55:32    阅读次数:177
POJ3026 最小生成树
问题: POJ3026分析:采用BFS算出两两之间的距离,再用PRIM算法计算最小生成树。AC代码: 1 //Memory: 220K Time: 32MS 2 #include 3 #include 4 #include 5 #include 6 #include...
分类:其他好文   时间:2014-07-03 23:17:55    阅读次数:362
POJ2239 二分图最大匹配
问题:POJ2239分析: 本题给出每门课程的上课时间,求最大选课数,可以转化为二分图最大匹配问题求解。 设集合A为课程集,集合B为上课时间集,根据输入建立二分图。最大选课书就是该二分图的最大匹配数,采用匈牙利算法即可解决。 AC代码 1 //Memory: 252K Time:...
分类:其他好文   时间:2014-07-03 19:50:56    阅读次数:197
HDU 1176 免费馅饼
很简单,就是数塔的变形。数塔从上到下分别对应时间t时刻x位置掉落的馅饼。然后从下往上算即可。免费馅饼Time Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): ...
分类:其他好文   时间:2014-07-03 19:19:57    阅读次数:111
SPOJ 8222 NSUBSTR Substrings
Substrings Time Limit: 1000MS   Memory Limit: Unknown   64bit IO Format: %lld & %llu [Submit]   [Go Back]   [Status]   Description You are given a string S which cons...
分类:其他好文   时间:2014-07-03 16:52:59    阅读次数:166
poj 1952 BUY LOW, BUY LOWER (最长递减子序列+不同子序列计数)
BUY LOW, BUY LOWER Time Limit: 1000MS   Memory Limit: 30000K Total Submissions: 8327   Accepted: 2888 Description The advice to "buy low" is half the formula to success i...
分类:其他好文   时间:2014-07-03 15:58:07    阅读次数:225
hdu2759
题目链接: http://acm.hdu.edu.cn/showproblem.php?pid=2795 题目: Billboard Time Limit: 20000/8000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 9562    Accepted...
分类:其他好文   时间:2014-07-03 15:50:05    阅读次数:178
HDOJ 1261 字串数
JAVA大数.... 字串数 Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 2893    Accepted Submission(s): 679 Problem Description 一个A和两个B...
分类:其他好文   时间:2014-07-02 16:43:57    阅读次数:194
hdu 1398 Square Coins (母函数)
Square CoinsTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 7883Accepted Submission(s): 5332Proble...
分类:其他好文   时间:2014-07-02 14:49:04    阅读次数:196
PKU 1276 Cash Machine
/* Cash Machine Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 26604 Accepted: 9397 Description A Bank plans to install a machine for cash withdrawal. The machine is able to deliver ...
分类:其他好文   时间:2014-07-02 10:44:41    阅读次数:215
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!