1.Link:http://poj.org/problem?id=1068http://bailian.openjudge.cn/practice/10682.Content:ParencodingsTime Limit:1000MSMemory Limit:10000KTotal Submissi...
分类:
其他好文 时间:
2014-11-01 23:06:56
阅读次数:
214
Choose the best routeTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 7400Accepted Submission(s): 2...
分类:
其他好文 时间:
2014-11-01 16:10:27
阅读次数:
167
The Best of the 20th Century: Editors Name Top 10 Algorithms
【http://www.uta.edu/faculty/rcli/TopTen/topten.pdf】
译文见:细数二十世纪最伟大的10大算法...
分类:
编程语言 时间:
2014-10-31 20:43:33
阅读次数:
184
花好了很多时间读了事务信息系统:并发控制与恢复的理论、算法与实践英文名叫Transactional Information Systems: Theory, Algorithms, and the Practice of Concurrency Control这本书在国内的翻译版已经绝版了,似乎没出...
分类:
其他好文 时间:
2014-10-31 15:20:26
阅读次数:
226
D - Palindrome Time Limit:1000MS Memory Limit:65536KB 64bit IO Format:%I64d & %I64uSubmit Status Practice URAL 1297DescriptionThe “U.S. Robots” HQ has...
分类:
编程语言 时间:
2014-10-30 22:28:49
阅读次数:
295
Best Cow Line
Time Limit: 1000MS
Memory Limit: 65536K
Total Submissions: 10562
Accepted: 3176
Description
FJ is about to take his N (1 ≤ N ≤ 2,000) cows to the annu...
分类:
其他好文 时间:
2014-10-30 11:46:56
阅读次数:
192
原文地址:http://www.codeproject.com/Articles/808213/Developing-a-Large-Scale-Application-with-a-Single渣译,各位看官请勿喷引言:...单页面应用程序(SPA),被定义为在一个独立的页面上??提供类似于桌面应...
分类:
Web程序 时间:
2014-10-29 23:49:57
阅读次数:
458
//字符反向排列
//vision 1.2
#include
void reverse_string( char *str )
{
char *string;//第一个字符位置
char *last_char;//最后一个字符位置
//for( last_char = str; ; last_char++ )
// if( *last_char == '\...
分类:
其他好文 时间:
2014-10-29 22:24:08
阅读次数:
254
CodeDescriptionTransmitting and memorizing information is a task that requires different coding systems for the best use of the available space. A wel...
分类:
其他好文 时间:
2014-10-29 21:15:45
阅读次数:
114
1.Link:http://poj.org/problem?id=1008http://bailian.openjudge.cn/practice/1008/2.content:Maya CalendarTime Limit:1000MSMemory Limit:10000KTotal Submis...
分类:
其他好文 时间:
2014-10-29 16:21:33
阅读次数:
244