码迷,mamicode.com
首页 >  
搜索关键字:special    ( 1954个结果
POJ 3414 Pots
Pots Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 11802 Accepted: 4996 Special Judge Description You are given two pots, having the volume of A and B liters respectively....
分类:其他好文   时间:2015-08-02 23:31:41    阅读次数:212
HNU Cent Savings (DP)
Cent Savings Time Limit: 5000ms, Special Time Limit:12500ms, Memory Limit:65536KB Total submit users: 54, Accepted users: 36 Problem 13345 : No special judgement Problem descript...
分类:其他好文   时间:2015-08-02 21:42:05    阅读次数:181
HNU Judging Troubles (字典树)
Judging Troubles Time Limit: 5000ms, Special Time Limit:12500ms, Memory Limit:65536KB Total submit users: 85, Accepted users: 63 Problem 13352 : No special judgement Problem desc...
分类:其他好文   时间:2015-08-02 21:42:02    阅读次数:167
html mysql special character
function html_encode(str) { var s = ""; if (str.length == 0) return ""; s = str.replace(/&/g, "&"); s = s.replace(//g, ">"); ...
分类:数据库   时间:2015-08-02 16:34:39    阅读次数:146
ZOJ3761(并查集+树的遍历)
Easy billiardsTime Limit: 2 Seconds Memory Limit: 65536 KB Special JudgeEdward think a game of billiards is too long and boring. So he invented a ...
分类:其他好文   时间:2015-08-02 15:02:56    阅读次数:100
HNU Joke with permutation (深搜dfs)
题目链接:http://acm.hnu.cn/online/?action=problem&type=show&id=13341&courseid=0JokewithpermutationTime Limit: 3000ms, Special Time Limit:7500ms, Memory Li...
分类:其他好文   时间:2015-08-02 11:35:37    阅读次数:144
HDU 3251 Being a Hero(最小割)经典
Being a Hero Time Limit: 20000/10000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 1229    Accepted Submission(s): 387 Special Judge Problem Description You...
分类:其他好文   时间:2015-08-02 10:17:01    阅读次数:95
我关注的一周技术动态 2015.8.1
容器技术1. kubernetes资料合集http://special.csdncms.csdn.net/Kubernetes/?from=timeline&isappinstalled=0要点: kubernetes 中文资料合集, 比较全.2. docker技术介绍链接:http://pan.b...
分类:其他好文   时间:2015-08-02 10:02:32    阅读次数:136
Unix系统的umask函数
Unix系统文件及其权限简介 在Unix系统中,所有文件类型都有访问权限。文件类型分为:普通文件(regular file),目录文件(directory file),块特殊文件(block special file),字符特殊文件(character speci...
分类:其他好文   时间:2015-08-01 17:31:37    阅读次数:139
ZOJ 3822(求期望)
DominationTime Limit:8 Seconds Memory Limit:131072 KB Special JudgeEdward is the headmaster of Marjar University. He is enthusiastic about chess and o...
分类:其他好文   时间:2015-08-01 11:21:24    阅读次数:101
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!