码迷,mamicode.com
首页 >  
搜索关键字:csu 1547 rectangle    ( 2022个结果
CSU1613: Elephants(分组背包)
Description Zuosige always has bad luck. Recently, he is in hospital because of pneumonia. While he is taking his injection, he feels extremely bored. However, clever Zuosige comes up with a new ga...
分类:其他好文   时间:2015-05-10 20:35:40    阅读次数:215
CSU1610: Binary Subtraction
Description Zuosige always has bad luck. Recently, he is in hospital because of pneumonia. While he is taking his injection, he feels extremely bored. However, clever Zuosige comes up with a new ga...
分类:其他好文   时间:2015-05-10 20:35:16    阅读次数:150
CSU1611: Concatenation(状态压缩)
Description Zuosige always has bad luck. Recently, he is in hospital because of pneumonia. While he is taking his injection, he feels extremely bored. However, clever Zuosige comes up with a new ga...
分类:其他好文   时间:2015-05-10 20:34:29    阅读次数:158
CSU 1611: Concatenation(状态压缩DP)
1611: Concatenation Time Limit: 1 Sec  Memory Limit: 128 MB Submit: 14  Solved: 4 [Submit][Status][Web Board] Description Zuosige always has bad luck. Recently, he is in hospital because ...
分类:其他好文   时间:2015-05-10 20:34:05    阅读次数:134
CSU1612: Destroy Tunnels
Description Zuosige always has bad luck. Recently, he is in hospital because of pneumonia. While he is taking his injection, he feels extremely bored. However, clever Zuosige comes up with a new ga...
分类:其他好文   时间:2015-05-10 20:34:04    阅读次数:128
CSU1614:First Blood
Description Zuosige always has bad luck. Recently, he is in hospital because of pneumonia. While he is taking his injection, he feels extremely bored. However, clever Zuosige comes up with a new ga...
分类:其他好文   时间:2015-05-10 20:33:26    阅读次数:142
CSU 1617: Itself is Itself(强连通缩点)思想转换到图论
1617: Itself is Itself Time Limit: 6 Sec  Memory Limit: 128 MB Submit: 21  Solved: 4 [Submit][Status][Web Board] Description Zuosige always has bad luck. Recently, he is in hospital becau...
分类:其他好文   时间:2015-05-10 18:58:14    阅读次数:130
方法重写
重写的equls(比较矩形面积是否相等)的方法:调用方: Rectangle rec1 = new Rectangle { Hight = 10, Width = 8 }; Rectangle rec2 = new Rectangle { Hight = 10, Width = 8 ...
分类:其他好文   时间:2015-05-10 16:58:32    阅读次数:111
矩形类
一、题目简介矩形类>为完成项目功能,使用GeometricObject1,Rectangle1,TestRectangle类,其中GeometricObject1 作为主类,Rectangle1作为子类,TestRectangle作为测试类。声明矩形类Rectangle,其中有多个构造方法,用不同的...
分类:其他好文   时间:2015-05-09 21:45:27    阅读次数:147
计算器(java)
import java.awt.BorderLayout; import java.awt.Button; import java.awt.FlowLayout; import java.awt.Rectangle; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.math.B...
分类:编程语言   时间:2015-05-09 20:29:15    阅读次数:130
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!