Description
Karel is a robot who lives in a rectangular coordinate system where each place is designated by a set of integer coordinates (x and y). Your job is to design a program that will help ...
分类:
其他好文 时间:
2014-08-13 01:17:24
阅读次数:
312
Fibonacci again and againTime Limit: 1000msMemory Limit: 32768KBThis problem will be judged onHDU. Original ID:184864-bit integer IO format:%I64d Java...
分类:
其他好文 时间:
2014-08-13 00:34:34
阅读次数:
440
对位宽为8的寄存器组rDATA[0:255]进行了初始化。reg [7:0] rDATA;initial begin $readmemh("sin.dat",rDATA); end将rSR[3]写入文件。reg [7:0] rSR[3];integer fid;initia...
分类:
其他好文 时间:
2014-08-13 00:32:55
阅读次数:
194
Problem Description
FSF has programmed a game.
In this game, players need to divide a rectangle into several same squares.
The length and width of rectangles are integer, and of course the side len...
分类:
其他好文 时间:
2014-08-12 22:06:04
阅读次数:
248
Buy TicketsTime Limit: 4000msMemory Limit: 65536KBThis problem will be judged onPKU. Original ID:282864-bit integer IO format:%lld Java class name:Mai...
分类:
其他好文 时间:
2014-08-12 18:40:14
阅读次数:
201
一、float的配置方法 andriod 默认不支持float型的设置,在values 下的新建floats.xml 文件,在内部添加如下代码: 3.3 17 在代码中的使用方法是:r.setLineWidth(Float.parseFloat(mContext.getRe...
分类:
移动开发 时间:
2014-08-12 18:28:04
阅读次数:
259
1)PersonService 接口类:
public interface PersonService {
public void save(String naem);
public void update(String name,Integer id);
public String getPersonName(Integer id);
}
2)PersonServiceBean 实现类...
分类:
编程语言 时间:
2014-08-12 17:14:24
阅读次数:
181
Air RaidTime Limit: 1000msMemory Limit: 10000KBThis problem will be judged onPKU. Original ID:142264-bit integer IO format:%lld Java class name:MainCo...
分类:
其他好文 时间:
2014-08-12 16:42:44
阅读次数:
302
Machine ScheduleTime Limit: 1000msMemory Limit: 32768KBThis problem will be judged onHDU. Original ID:115064-bit integer IO format:%I64d Java class na...
分类:
其他好文 时间:
2014-08-12 16:34:24
阅读次数:
253
Girls and BoysTime Limit: 5000msMemory Limit: 10000KBThis problem will be judged onPKU. Original ID:146664-bit integer IO format:%lld Java class name:...
分类:
其他好文 时间:
2014-08-12 16:19:44
阅读次数:
201