ChinaUnix.net
相关文章推荐:

acm Bone Collector

有谁在校的时候参加acm而现在在工作的吗,能说说acm的伟大用处吗?

by kgdvoso - C/C++ - 2011-05-26 13:45:07 阅读(1983) 回复(8)

相关讨论

acm problem 763和465 http://acm.uva.es/p/v4/465.html http://acm.uva.es/p/v7/763.html 我把论坛上搜索到的test file都测试了,都是对的,但是死活就是WA 有没有AC的高手指教一下!谢谢了~~~

by flyintwink - C/C++ - 2006-05-09 10:30:32 阅读(769) 回复(1)

NEAT collector 内部测试开始。 我们将在25号正式发布前推出内部测试版。 请有意参与内部测试的朋友。到 论坛:http://www.neatstudio.com/bbs/index.php?showforum=6 查看相关帖子。 主页:http://www.neatstudio.com/ 论坛:http://www.neatstudio.com/bbs/index.php?showforum=6 ---------------------------------------- 1、 问:NEAT collector 是干什么用的? 答:NEAT collector 是能帮您完成从目标站点到...

by walkerlee - PHP - 2004-12-27 15:09:43 阅读(961) 回复(1)

第一阶段:练经典常用算法,下面的每个算法给我打上十到二十遍,同时自己精简代码,因为太常用,所以要练到写时不用想,10-15分钟内打完。   1.最短路(Floyd、Dijstra、BellmanFord);   2.最小生成树(先写个prim,kruscal要用并查集,不好写);   3.大数(高精度)加减乘除;   4.二分查找(代码可在五行以内);   5.叉乘、判线段相交、然后写个凸包;   6.BFS、DFS,同时熟练hash表(要熟,要灵活,代...

by djkpengjun - Linux文档专区 - 2009-11-06 15:50:18 阅读(1066) 回复(0)

我们学校现在放假,我在学校的acm系统做题目; 有经验的前辈教我一下,是否要把输入知道EOF放到一个字符串中? 我学C的

by 文化机器人 - C/C++ - 2009-01-12 13:02:24 阅读(4800) 回复(13)

[CODE] #include #include typedef struct land { int up; int down; int left; int right; }lands; int max(int i,int m,int j ,int b[][50]) { int sss; int q,p; sss=0; for(q=0;q<=i-1;q++) for(p=0;p=sss) { sss=b[q][p]; } } for(p=0;p<=j;p++) { if(b[p]>=sss) ...

by dianlongliu - C/C++ - 2008-05-11 11:06:42 阅读(1228) 回复(0)

一个下午终于把前天acm没有做出来的提搞定拉. 大家看看有没有更优的解拉.. 题意:基本就是求缺少的铁路数. There are n cities in A country. The country has already built part of a railway. The both sides of the railway are connecting different cities, and a two-way street. Some cities may not connect (Together means with direct access or indirectly up). In order to cause the transportation to be unimpede...

by dianlongliu - C/C++ - 2008-04-30 13:55:06 阅读(1344) 回复(0)

acm大赛的题目,没有Python语言的编译器,所以在这里写个看看。已经通过了题目要求的实例。 把浮点数转换成了字符串,处理,然后转换成整数,处理,在转会字符串处理,哈哈,有意思。 from string import * """ s = '95.123' length = len(s) - find(s,'.') - 1 point = length * 12 -1 s = replace(s,'.','') integ = pow(int(s),12) integ = str(integ) f = integ[:point] + '.' + integ[point:] print f """ def acm_1001(): ...

by rockylinux - Python文档中心 - 2006-09-26 10:34:18 阅读(1320) 回复(0)

我们再来回顾一下Oracle GoldenDate的逻辑架构图:

从这个图中,我看可以看到collector是在target端的,它是一个运行在目标端的后台进程,接受从TCP/IP网络传输过来的数据库变化,并写到trail文件或者extract 文件里。通...

by itpub.com.cn - Oracle - 2011-12-19 13:56:43 阅读(655) 回复(0)