码迷,mamicode.com
首页 >  
搜索关键字:zju    ( 725个结果
zoj 3696 Alien's Organ(泊松分布)
题目链接:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=3696 Alien's Organ Time Limit: 2 Seconds      Memory Limit: 65536 KB There's an alien whose name is Marjar. It is an univer...
分类:其他好文   时间:2014-11-17 09:13:44    阅读次数:191
ZOJ 2706 Thermal Death of the Universe(线段树区间更新)
ZOJ 2706 Thermal Death of the Universe(线段树区间更新)...
分类:其他好文   时间:2014-11-16 17:24:39    阅读次数:252
6-06. 任务调度的合理性(25)(ZJU_PAT)
6-06. 任务调度的合理性(25)(ZJU_PAT)...
分类:其他好文   时间:2014-11-16 10:43:43    阅读次数:237
字符串连接,数组传参
http://zju.acmclub.com/index.php?app=problem_title&id=1&problem_id=1971 注意: 数组作为参数传递给函数F()时,可以在F中不指定数组内元素个数(F(char dst[],char src[]))的原因就在于: 编译函数时设置成函数接收的是数组的首地址,而不是一个具有实际元素个数的数组, 所以也不会进行边界检查。 ...
分类:编程语言   时间:2014-11-13 19:03:07    阅读次数:204
[ZOJ 1008]Gnome Tetravex (dfs搜索 + 小优化)
题目链接:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=1008题目大意:给你n*n的矩阵,每个格子里有4个三角形,分别是上右下左,每个三角形里面标记了数字,问你能否通过移动这n*n个格子,使得相邻两个三角形具有相同的数字?...
分类:其他好文   时间:2014-11-13 14:12:55    阅读次数:152
ACM博客汇总及各大OJ
ACM-ICPC世界网站http://acm.timus.ruhttp://acm.sgu.ruhttp://acm.hnu.cnhttp://acm.hdu.edu.cnhttp://acm.pku.edu.cnhttp://acm.zju.edu.cnhttp://acm.jlu.edu.cnh...
分类:其他好文   时间:2014-11-13 00:32:59    阅读次数:384
POJ 2546 & ZOJ 1597 Circular Area(求两圆相交的面积 模板)
POJ 2546 & ZOJ 1597 Circular Area(求两圆相交的面积 模板)...
分类:其他好文   时间:2014-11-12 23:07:11    阅读次数:321
[ZOJ 1006] Do the Untwist (模拟实现解密)
题目链接:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemId=6题目大意:给你加密方式,请你求出解密。直接逆运算搞,用到同余定理 1 #include 2 #include 3 #include 4 #include 5 #i...
分类:其他好文   时间:2014-11-12 22:48:07    阅读次数:293
利用Python获取ZOJ所有题目的名字
先贴出代码,行数比较少,仅仅用正则表达式分析出题目Title所在的标签并把题目Title提取出来 1 import urllib.request 2 import re 3 import dbm 4 #定义URL,其中%d用于替换页码 5 url = 'http://acm.zju.edu.cn/o...
分类:编程语言   时间:2014-11-10 16:59:37    阅读次数:303
ZOJ 2686 Cycle Game(博弈 找规律)
ZOJ 2686 Cycle Game(博弈 找规律)...
分类:其他好文   时间:2014-11-09 19:31:40    阅读次数:222
725条   上一页 1 ... 45 46 47 48 49 ... 73 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!