码迷,mamicode.com
首页 >  
搜索关键字:memory bandwidth    ( 29041个结果
POJ 2109 :Power of Cryptography
Power of Cryptography Time Limit: 1000MS   Memory Limit: 30000K Total Submissions: 18258   Accepted: 9208 Description Current work in cryptography involves (among oth...
分类:其他好文   时间:2014-07-10 23:57:35    阅读次数:335
POJ 1789 Truck History
Truck History Time Limit: 2000MS   Memory Limit: 65536K Total Submissions: 17275   Accepted: 6623 Description Advanced Cargo Movement, Ltd. uses trucks of different typ...
分类:其他好文   时间:2014-07-10 23:51:01    阅读次数:266
poj 2533 Longest Ordered Subsequence
Longest Ordered Subsequence Time Limit: 2000MS   Memory Limit: 65536K Total Submissions: 31787   Accepted: 13903 Description A numeric sequence of ai is ordered if a1 a2...
分类:其他好文   时间:2014-07-10 20:27:45    阅读次数:202
POJ 2253 Frogger
Frogger Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 24618   Accepted: 7992 Description Freddy Frog is sitting on a stone in the middle of a lake. Sudde...
分类:其他好文   时间:2014-07-10 20:13:26    阅读次数:271
poj 2506 Tiling
Tiling Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 7461   Accepted: 3645 Description In how many ways can you tile a 2xn rectangle by 2x1 or 2x2 tiles?  ...
分类:其他好文   时间:2014-07-10 20:04:45    阅读次数:184
poj 1156 Palindrome
Palindrome Time Limit: 3000MS   Memory Limit: 65536K Total Submissions: 51631   Accepted: 17768 Description A palindrome is a symmetrical string, that is, a string read i...
分类:其他好文   时间:2014-07-10 19:53:48    阅读次数:245
HDU 1086:You can Solve a Geometry Problem too
You can Solve a Geometry Problem too Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 6997    Accepted Submission(s): 3385 Problem Desc...
分类:其他好文   时间:2014-07-10 19:30:48    阅读次数:256
zoj3326An Awful Problem
题目链接: 点我点我 题目: An Awful Problem Time Limit: 1 Second      Memory Limit: 32768 KB In order to encourage Hiqivenfin to study math, his mother gave him a sweet candy when the day of the mo...
分类:其他好文   时间:2014-07-10 19:29:30    阅读次数:315
POJ 3278: Catch That Cow
Catch That Cow Time Limit: 2000MS   Memory Limit: 65536K Total Submissions: 44613   Accepted: 13946 Description Farmer John has been informed of the location of a fugit...
分类:其他好文   时间:2014-07-10 17:30:26    阅读次数:145
C语言char s[] 和 char *s的区别
C语言char s[] 和 char *s的区别,下面这个回答讲解的很清晰。 The difference here is that char *s = "Hello world"; will place Hello world in the read-only parts of the memory and making s a pointer to that,...
分类:编程语言   时间:2014-07-10 17:23:56    阅读次数:267
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!