Data Structures
1. Integer
– find number of 1s
– next largest smaller
– smallest larger number
– determine if is palindrom
– itoa, atoi
– add 2 numbers w/...
分类:
其他好文 时间:
2014-08-05 15:50:40
阅读次数:
408
作者:iamlaosong
主要叙说一下StrConv 函数conversion参数最后两个值的含义和用途,并举例说明。
1、语法
StrConv(string, conversion, LCID)
StrConv 函数的语法有下面的命名参数:
部分 说明
string 必要参数。要转换的字符串表达式。
conversion 必要参数。Integer。其值的和...
分类:
其他好文 时间:
2014-08-05 14:13:39
阅读次数:
434
GearsTime Limit: 2000msMemory Limit: 65536KBThis problem will be judged onZJU. Original ID:378964-bit integer IO format:%lld Java class name:MainBob h...
分类:
其他好文 时间:
2014-08-05 13:50:39
阅读次数:
372
java jdk缓存-128~127的Long与Integer...
分类:
编程语言 时间:
2014-08-05 11:19:09
阅读次数:
206
Description
The multiplication puzzle is played with a row of cards, each containing a single positive integer. During the move player takes one card out of the row and scores the number of points eq...
分类:
其他好文 时间:
2014-08-05 11:12:25
阅读次数:
267
Roman numerals罗马数字的题目, 注意几个关键的数字即可: (100, 400, 500, 900) -> ('C', 'CD', 'D', 'CM'); (10, 40, 50, 90)->('X', 'XL', 'L', 'XC') 1 def checkio(data): 2 .....
分类:
其他好文 时间:
2014-08-05 11:06:19
阅读次数:
232
Given a roman numeral, convert it to an integer.Input is guaranteed to be within the range from 1 to 3999. 1 public class Solution { 2 public int ...
分类:
其他好文 时间:
2014-08-05 11:02:09
阅读次数:
242
public class RuntimeExceptionDemo01 { public static void main(String[] args) { String string="123"; int temp=Integer.parseInt(string); System.out.prin...
分类:
其他好文 时间:
2014-08-05 11:01:09
阅读次数:
203
The Child and HomeworkTime Limit: 1000msMemory Limit: 262144KBThis problem will be judged onCodeForces. Original ID:437A64-bit integer IO format:%I64d...
分类:
其他好文 时间:
2014-08-05 10:50:09
阅读次数:
321
Party All the TimeTime Limit: 2000msMemory Limit: 32768KBThis problem will be judged onHDU. Original ID:435564-bit integer IO format:%I64d Java class ...
分类:
其他好文 时间:
2014-08-05 09:34:18
阅读次数:
280