码迷,mamicode.com
首页 >  
搜索关键字:integer    ( 14932个结果
LeetCode: Gray Code
LeetCode: Gray CodeThe gray code is a binary numeral system where two successive values differ in only one bit.Given a non-negative integer n represen...
分类:其他好文   时间:2014-09-01 22:31:13    阅读次数:289
LeetCode: Merge Sorted Array
LeetCode: Merge Sorted ArrayGiven two sorted integer arrays A and B, merge B into A as one sorted array. Note:You may assume that A has enough space (...
分类:其他好文   时间:2014-09-01 22:29:23    阅读次数:172
学习Java中遇到的问题
1.注意Object和类型之间的区别如Integer和int之间的区别,Integer是对象,而int不是。22.1)map只是一个借口,而HashMap则是实现这个借口的类。2.2)如何遍历一个map?提供一种方法,可以参考如下代码:int mapsize = li.size(); Itera.....
分类:编程语言   时间:2014-09-01 22:25:53    阅读次数:303
First Missing Positive
Given an unsorted integer array, find the first missing positive integer.For example,Given [1,2,0] return 3,and [3,4,-1,1] return 2.Your algorithm sho...
分类:其他好文   时间:2014-09-01 22:19:33    阅读次数:190
poj 1325 Machine Schedule
Time Limit: 1000 MS Memory Limit: 10000 KB64-bit integer IO format: %I64d , %I64u Java class name: Main[Submit] [Status] [Discuss]DescriptionAs we all...
分类:其他好文   时间:2014-09-01 21:04:53    阅读次数:278
Reverse Integer
问题描述 Example1: x = 123, return 321 Example2: x = -123, return -321 Have you thought about this? Here are some good questions to ask before coding. Bonus points for you if you have already...
分类:其他好文   时间:2014-09-01 15:38:13    阅读次数:199
HDU 4585 Shaolin
ShaolinTime Limit: 1000msMemory Limit: 32768KBThis problem will be judged onHDU. Original ID:458564-bit integer IO format:%I64d Java class name:MainSh...
分类:其他好文   时间:2014-09-01 09:16:12    阅读次数:180
SetWindowPos函数详解
WinAPI: SetWindowPos - 改变窗口的位置与状态SetWindowPos(hWnd: HWND; {窗口句柄}hWndInsertAfter: HWND; {窗口的 Z 顺序}X, Y: Integer; {位置}cx, cy: Integer; {大小}uFlags: UINT ...
分类:Windows程序   时间:2014-08-31 22:45:21    阅读次数:505
设计权限管理系统(四)
CREATE TABLE INFORMIX.SYS_MODULEAUTHORITY( AUTHORITYID INTEGER NOT NULL, MODULEID INTEGER NOT...
分类:其他好文   时间:2014-08-31 21:22:41    阅读次数:166
设计权限管理系统(一)
CREATE TABLE INFORMIX.SYS_USER( USERID INTEGER NOT NULL, LOGINNAME VARCHAR2(20 BYTE), LOGINPASSWORD VARCHAR2(1...
分类:其他好文   时间:2014-08-31 21:21:21    阅读次数:234
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!