进程调度SCHED 进程调度指的是系统对进程的多种状态之间转换的策略。分别是:SCHED_OTHER、SCHED_FIFO、SCHED_RR。 内存管理MMU 内存管理是多个进程间的内存共享策略。在Linxu系统中,内存管理的主要概念是虚拟内...
分类:
系统相关 时间:
2014-08-06 15:07:52
阅读次数:
288
What will you do when you gather together with your friends in your leisure time? Sitting around and chatting with each other? Doing sports? Or watchi...
分类:
其他好文 时间:
2014-08-06 14:33:41
阅读次数:
236
Problem ETime Limit : 6000/3000ms (Java/Other)Memory Limit : 32768/32768K (Java/Other)Total Submission(s) : 16Accepted Submission(s) : 9Font: Times Ne...
分类:
其他好文 时间:
2014-08-06 11:40:21
阅读次数:
264
When you define a new interface, you are defining a new reference data type. You can use interface names anywhere you can use any other data type name...
分类:
其他好文 时间:
2014-08-05 15:23:49
阅读次数:
231
/*
ASCII表规则记忆
我们只要记住了一个字母或数字的 ASCII 码
(例如记住 A 为 65 , 0 的 ASCII 码为 48 ),
知道相应的大小写字母之间差 32。
0 -- 32 按键
33 -- 47 other字符
48(0x30) -- 57 0到9字符
58 -- 64 other字符
65(0x41) -- 90 A到Z字符
91 -- 96 other字符
97(0x61) -- 122 a到z字符
123 -- 127 other字符
...
分类:
其他好文 时间:
2014-08-05 11:16:29
阅读次数:
314
Description
You have N integers, A1,
A2, ... , AN. You need to deal with two kinds of operations. One type of operation is to add some given number to each number in a given interval.
The other ...
分类:
其他好文 时间:
2014-08-05 11:15:59
阅读次数:
243
新建Maven项目File - New - Other选择Maven Project 单击Next保持默认即可单击Next选择Archetype为 web app单击Next输入一些必要信息单击Finish项目结构如下图配置项目在项目上右键单击添加Source Folder修改Build Path ...
分类:
Web程序 时间:
2014-08-05 02:58:38
阅读次数:
328
Problem DTime Limit : 2000/1000ms (Java/Other)Memory Limit : 32768/32768K (Java/Other)Total Submission(s) : 9Accepted Submission(s) : 6Font: Times New...
分类:
其他好文 时间:
2014-08-04 17:20:47
阅读次数:
196
Then-queens puzzle is the problem of placingnqueens on ann×nchessboard such that no two queens attack each other.Given an integern, return all distinc...
分类:
其他好文 时间:
2014-08-04 13:31:07
阅读次数:
250
This is called programming to interface. This will be helpful in case if you wish to move to some other implementation of List in the future. If you w...
分类:
其他好文 时间:
2014-08-04 06:13:06
阅读次数:
204