整数转16进制 小例子...
分类:
其他好文 时间:
2015-03-31 09:05:00
阅读次数:
318
题目链接:n-queens
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
/**
*
The n-queens puzzle is the problem of placing n queens on an n×n chessboard such that no t...
分类:
其他好文 时间:
2015-03-31 09:06:07
阅读次数:
156
以前在研究自定义空间的时候,查看过View和ViewGroup绘制的流程的。只是定性的知道会经过onMeasure—onLayout—onDraw这些流程。上一篇Android视图加载到窗口的过程分析中分析了视图加载到窗口的过程。主要就是一系列的addView操作,这篇就从addView方法开始看看View是如何绘制到窗口上的。
ActivityThread#handleResumeActi...
分类:
移动开发 时间:
2015-03-31 09:05:07
阅读次数:
210
——————————接上文Servlet介绍(一)——————这里着重来说一下服务器获取请求参数的几种方法,首先是通过getParameter方法获取请求参数的值,第二种通过getParameterNames获取所有请求参数的名称,返回一个Enumeration 类型,然后循环迭代取值,第三种是通过getParameterValues获取同一参数名的值,该方法返回一个String数组,第四种,也是最...
分类:
其他好文 时间:
2015-03-31 09:05:56
阅读次数:
115
UVA - 10700
Camel trading
Time Limit: 3000MS
Memory Limit: Unknown
64bit IO Format: %lld & %llu
Submit Status
Description
Problem E - Camel trading
Time L...
分类:
其他好文 时间:
2015-03-31 09:04:17
阅读次数:
140
The calculation of GPA
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)
Total Submission(s): 21897 Accepted Submission(s): 5028
Problem Description
每学期的期末...
分类:
其他好文 时间:
2015-03-31 09:05:57
阅读次数:
313
VM9(支持win7 64系统)安装步骤、虚拟机的创建、Linux的安装
Linux版本:红帽企业版6版本
一、安装VM9
1、点击安装运行
2、选择典型安装,然后默认向下走,到选择安装路径
3、目录选择默认即可,接下来就安装了,安装时间比较长,5分钟左右。
4、输入序列号,找一个序列号输入上OK了,点击finish。完成
5、安装完成,启动VM9,
二、创建虚拟...
分类:
系统相关 时间:
2015-03-31 09:06:14
阅读次数:
180
个人信息
个人信息
...
分类:
编程语言 时间:
2015-03-31 09:05:14
阅读次数:
169
1063. Who's the Boss
Constraints
Time Limit: 1 secs, Memory Limit: 32 MB
Description
Several surveys indicate that the taller you are, the higher you can climb the corporate ladder. At T...
分类:
其他好文 时间:
2015-03-31 09:04:14
阅读次数:
125
1050. Numbers & Letters
Constraints
Time Limit: 3 secs, Memory Limit: 32 MB
Description
In the early 80’s, a popular TV show on Dutch television was ‘Cijfers en Letters’ (Numbers and Let...
分类:
其他好文 时间:
2015-03-31 09:03:22
阅读次数:
142
1317. Sudoku
Constraints
Time Limit: 10 secs, Memory Limit: 32 MB
Description
Sudoku is a placement puzzle. The goal is to enter a symbol in each cell of a grid, most frequently a 9 ...
分类:
其他好文 时间:
2015-03-31 09:03:13
阅读次数:
209
http://acm.hdu.edu.cn/showproblem.php?pid=1875
我只想问这样为什么一直 wrong ,求各路大神指教!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
#include
#include
#include
#include
using namespace std;
int c,k,...
分类:
其他好文 时间:
2015-03-31 09:05:10
阅读次数:
104
1162. Sudoku
Constraints
Time Limit: 1 secs, Memory Limit: 32 MB , Special Judge
Description
Sudoku is a very simple task. A square table with 9 rows and 9 columns is divided to 9 sm...
分类:
其他好文 时间:
2015-03-31 09:02:53
阅读次数:
124
1024. Magic Island
Constraints
Time Limit: 1 secs, Memory Limit: 32 MB
Description
There are N cities and N-1 roads in Magic-Island. You can go from one city to any other. One road only ...
分类:
其他好文 时间:
2015-03-31 09:03:59
阅读次数:
173
1003. Hit or Miss
Constraints
Time Limit: 1 secs, Memory Limit: 32 MB
Description
One very simple type of solitaire game known as "Hit or Miss" (also known as "Frustration," "Harvest...
分类:
其他好文 时间:
2015-03-31 09:04:10
阅读次数:
200
1001. AlphacodeConstraintsTime Limit: 1 secs, Memory Limit: 32 MBDescriptionAlice and Bob need to send secret messages to each other and are discussing ways to encode their messages: Alice: "Let's jus...
分类:
其他好文 时间:
2015-03-31 09:03:10
阅读次数:
154
1779. Fibonacci Sequence Multiplication
Constraints
Time Limit: 1 secs, Memory Limit: 63.9990234375 MB
Description
Maybe all of you are familiar with Fibonacci sequence. Now you are ...
分类:
其他好文 时间:
2015-03-31 09:02:49
阅读次数:
221