码迷,mamicode.com
首页 >  
搜索关键字:acm 竞赛    ( 20843个结果
有关于结对编程的一些看法
结对编程是一个很有意思的形式,我很对这个感兴趣,因为大学的时候就是参加了ACM/ICPC,三个人,一台电脑,去共同解决几个问题。典型的结对编程。 结对编程(英语:Pair programming)是一种敏捷软件开发的方法,两个程序员在一个计算机上共同工作。一个人输入代码,而另一个人审查他输入的...
分类:其他好文   时间:2014-05-26 23:48:51    阅读次数:363
贪心(盈利问题)
DescriptionAccounting for Computer Machinists (ACM) has sufferred from the Y2K bug and lost some vital data for preparing annual report for MS Inc.All...
分类:其他好文   时间:2014-05-26 22:06:57    阅读次数:213
strchr函数
strchr函数(2011-09-23 08:53:12)转载▼标签:杂谈分类:ACM-study函数名称: strchr 函数原型: char* strchr(char* str,char ch); 函数功能: 找出str指向的字符串中第一次出现字符ch的位置 函数返回: 返回指向该位置的指针,如...
分类:其他好文   时间:2014-05-26 14:16:12    阅读次数:272
hdu 2680 Choose the best route 解题报告
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=2680题目意思:实质就是给定一个多源点到单一终点的最短路。 卑鄙题~~~有向图。初始化map时 千万不要写成 map[i][j] = map[j][i] = X。 1 #include 2 #inc...
分类:其他好文   时间:2014-05-26 12:45:46    阅读次数:255
看个人思路吧,清晰的话就简单 CodeForces 271A - Beautiful Year
It seems like the year of 2013 came only yesterday. Do you know a curious fact? The year of 2013 is the first year after the old 1987 with only distinct digits. Now you are suggested to solve the f...
分类:其他好文   时间:2014-05-24 21:52:34    阅读次数:320
URAL1826. Minefield 题解
原题:http://acm.timus.ru/problem.aspx?space=1&num=18261826. MinefieldTime limit: 0.5 secondMemory limit: 64 MBTo fulfill an assignment, a reconnaissance...
分类:其他好文   时间:2014-05-24 12:57:02    阅读次数:282
2012 ICPC/ACM 成都现场赛 Candy
题目来源:http://acm.hdu.edu.cn/showproblem.php?pid=4465题意:输入m,p;从两个盒子里各有n颗糖,每天取一颗,发现其中一个盒子空,求另外一个盒子糖果数的期望。p,1-p为取糖概率;分析: 给盒子编号 A,B ,设另外一个盒子(为B) 剩 n - k 个 ...
分类:其他好文   时间:2014-05-24 12:48:56    阅读次数:206
(准备写)URAL1824 Ifrit Bomber 题解
http://acm.timus.ru/problem.aspx?space=1&num=18241824. Ifrit BomberTime limit: 0.5 second Memory limit: 64 MBIn the six years that passed since the fi...
分类:其他好文   时间:2014-05-24 11:46:13    阅读次数:298
2014北京邀请赛 F Football on Table
题目来源:http://acm.bnu.edu.cn/bnuoj/problem_show.php?pid=34986题意:一个人在玩桌面足球,有m行球员,每行球员有ai个,给出每个球员的宽度和相邻球员之间的距离,球从最左边射出,给出球的起点坐标跟方向向量,问能够到达最右边的概率。思路:球员的相对位...
分类:其他好文   时间:2014-05-24 08:06:56    阅读次数:303
智原GM推出GM8126升级产品GM8138
GM8138/39相较GM8126/28的改进之处: 1、GM8138支持1080P@45fps,GM8139支持1080P@60fps。GM8128要超频才可以达到1080P@30fps。 2、ISP性能优化,sharpness税利度效果大幅改善。这一点GM8126一直饱受批评。 3、H.264 encoder支持HP,以利于降低bitrate。 4、软件改进:支持kernel 3.3版...
分类:其他好文   时间:2014-05-23 01:33:44    阅读次数:556
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!