码迷,mamicode.com
首页 >  
搜索关键字:integer    ( 14932个结果
POJ 3630 Phone List
Phone ListTime Limit: 1000msMemory Limit: 65536KBThis problem will be judged onPKU. Original ID:363064-bit integer IO format:%lld Java class name:Main...
分类:其他好文   时间:2014-08-30 19:03:59    阅读次数:195
EditText属性大全
android:EditText属性/去边框EditText继承关系:View-->TextView-->EditText EditText的属性很多,这里介绍几个: android:hint="请输入数字!"//设置显示在空间上的提示信息android:numeric="integer"//设.....
分类:其他好文   时间:2014-08-30 17:39:29    阅读次数:190
[LeetCode] Integer to Roman
public class Solution { public String intToRoman(int num) { StringBuffer result = new StringBuffer(); int n=num; // 刚开始写代码的时候写错变量了,不想...
分类:其他好文   时间:2014-08-30 17:33:29    阅读次数:148
HDU 1251 统计难题
统计难题Time Limit: 2000msMemory Limit: 65535KBThis problem will be judged onHDU. Original ID:125164-bit integer IO format:%I64d Java class name:MainIgnat...
分类:其他好文   时间:2014-08-30 16:20:09    阅读次数:289
SQLServer
ASCII(character_expression)返回最左端字符的ASCII代码值CHAR(integer_expression)UNICODE(ncharacter_expression)按照Unicode标准的定义,返回输入表达式的第一个字符的整数值。NCHAR(integer_expres...
分类:数据库   时间:2014-08-30 16:18:19    阅读次数:267
HDU 2102 A计划
A计划Time Limit: 1000msMemory Limit: 32768KBThis problem will be judged onHDU. Original ID:210264-bit integer IO format:%I64d Java class name:Main可怜的公主在...
分类:其他好文   时间:2014-08-30 12:28:29    阅读次数:246
UVA - 11762 Race to 1
Dilu have learned a new thingabout integers, which is - any positive integer greater than 1 can be divided byat least one prime number less than or equal to that number. So, he is nowplaying with this...
分类:其他好文   时间:2014-08-29 22:45:39    阅读次数:366
UVa1635 - Irrelevant Elements(质因数分解)
Young cryptoanalyst Georgie is investigating different schemes of generating random integer numbers ranging from 0 to m - 1. He thinks that standard random number generators are not good enough, s...
分类:其他好文   时间:2014-08-29 21:26:38    阅读次数:317
POJ 3278 Catch That Cow
Catch That CowTime Limit: 2000msMemory Limit: 65536KBThis problem will be judged onPKU. Original ID:327864-bit integer IO format:%lld Java class name:...
分类:其他好文   时间:2014-08-29 21:22:58    阅读次数:204
HDU 1548 A strange lift
A strange liftTime Limit: 1000msMemory Limit: 32768KBThis problem will be judged onHDU. Original ID:154864-bit integer IO format:%I64d Java class name...
分类:其他好文   时间:2014-08-29 21:21:08    阅读次数:278
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!