码迷,mamicode.com
首页 >  
搜索关键字:hdu 4565 so easy    ( 46279个结果
poj 1005:I Think I Need a Houseboat(水题,模拟)
I Think I Need a HouseboatTime Limit:1000MSMemory Limit:10000KTotal Submissions:85149Accepted:36857DescriptionFred Mapper is considering purchasing so...
分类:其他好文   时间:2014-06-07 05:38:33    阅读次数:217
hdu Buy the Ticket
1 import java.math.BigInteger; 2 import java.util.*; 3 public class Main { 4 public static void main(String []args) 5 { 6 Scanner cin...
分类:其他好文   时间:2014-06-07 05:07:21    阅读次数:222
hdu 4115 Eliminate the Conflict
DescriptionConflicts are everywhere in the world, from the young to the elderly, from families to countries. Conflicts cause quarrels, fights or even ...
分类:其他好文   时间:2014-06-07 04:23:10    阅读次数:213
HDU 1728 逃离迷宫(BFS)
Problem Description 给定一个m × n (m行, n列)的迷宫,迷宫中有两个位置,gloria想从迷宫的一个位置走到另外一个位置,当然迷宫中有些地方是空地,gloria可以穿越,有些地方是障碍,她必须绕行,从迷宫的一个位置,只能走到与它相邻的4个位置中,当然在行走过程中,glo....
分类:其他好文   时间:2014-06-07 02:57:41    阅读次数:276
软件架构学习小结
软件架构设计系统总体架构,从需求到设计的每一个细节都要考虑到,把握整个项目,使设计的项目尽量效率高,开发easy,维护方便,升级简单。本文从架构师职责、软件架构定义、设计架构、评估架构、架构管理等方面来描写叙述了解软件架构的含义和如何设计软件架构。一、软件架构师的职责架构师分为下面几大类:业务架构师...
分类:其他好文   时间:2014-05-29 13:12:52    阅读次数:335
C# 使用摄像头拍照 支持Win7 64位
So, how do we capture an image from a WebCam?Once you download the source code that is attached to the article you should have the following three pro...
分类:Windows程序   时间:2014-05-29 10:32:00    阅读次数:609
C# 使用摄像头拍照 支持Win7 64位
原文:C# 使用摄像头拍照 支持Win7 64位So, how do we capture an image from a WebCam?Once you download the source code that is attached to the article you should have...
分类:Windows程序   时间:2014-05-29 10:21:38    阅读次数:687
HDU 4832 Chess(DP+组合数)
行列的走法不互相影响,可以分开计算,最后再组合相乘累加即可 1 #include 2 #include 3 int c[1010][1010]; 4 int dpx[1010][1010],x[1010]; 5 int dpy[1010][1010],y[1010]; 6 int n,m,k,x0,...
分类:其他好文   时间:2014-05-28 20:21:06    阅读次数:287
hdu 3032(博弈sg函数)
题意:与原来基本的尼姆博弈不同的是,可以将一堆石子分成两堆石子也算一步操作,其它的都是一样的。分析:由于石子的堆数和每一堆石子的数量都很大,所以肯定不能用搜索去求sg函数,现在我们只能通过找规律的办法求得sg的规律。通过打表找规律可以得到如下规律:if(x%4==0) sg[x]=x-1; if(x...
分类:其他好文   时间:2014-05-27 23:58:54    阅读次数:354
hdu 1063 Exponentiation
http://acm.hdu.edu.cn/showproblem.php?pid=1063 1 import java.math.BigDecimal; 2 import java.util.*; 3 public class Main { 4 public static void mai...
分类:其他好文   时间:2014-05-27 23:57:40    阅读次数:491
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!