码迷,mamicode.com
首页 >  
搜索关键字:roman to integer    ( 15811个结果
POJ 2907 Collecting Beepers (DFS+回溯)
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
BNUOJ 5997 Fibonacci again and again
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
[Verilog] 读写文件
对位宽为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
HDU - 4944 FSF’s game
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
BNUOJ 2947 Buy Tickets
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
Android 在xml中配置 float 和 integer 值
一、float的配置方法 andriod 默认不支持float型的设置,在values 下的新建floats.xml 文件,在内部添加如下代码: 3.3 17 在代码中的使用方法是:r.setLineWidth(Float.parseFloat(mContext.getRe...
分类:移动开发   时间:2014-08-12 18:28:04    阅读次数:259
Spring_6_使用注解的方式实现AOP
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
BNUOJ 1541 Air Raid
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
BNUOJ 5363 Machine Schedule
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
BNUOJ 1585 Girls and Boys
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!