Wang Xifeng's Little Plot
Problem Description
《Dream of the Red Chamber》(also 《The Story of the Stone》) is one of the Four Great Classical Novels of Chinese literature, and it is commonly ...
分类:
其他好文 时间:
2014-10-14 21:15:09
阅读次数:
231
一、ping简介 Ping是Windows下的一个命令,在Unix和Linux下也有这个命令。 ping也属于一个通信协议,是TCP/IP协议的一部分。 利用“ping”命令可以检查网络是否连通,可以很好地帮助我们分析和判定网络故障。应用格式:Ping空格IP地址。ping是一个DOS命令...
分类:
其他好文 时间:
2014-10-12 11:15:57
阅读次数:
573
Preface Though I have used Java programme language for almost a year, I'm not familiar with a notion 'hash'. I have gotten a little knowledge about h....
分类:
其他好文 时间:
2014-10-11 23:15:57
阅读次数:
364
Going Home
Time Limit: 1000MS
Memory Limit: 65536K
Total Submissions: 18169
Accepted: 9268
Description
On a grid map there are n little men and n houses. In each un...
分类:
其他好文 时间:
2014-10-11 17:43:45
阅读次数:
189
网络通信经常涉及到字节序转化,接下来理解主机序和网络序有什么异同。
①主机字节顺序HBO(Host Byte Order)
采用小头序(little-endian),从低到高的顺序存储。
低位字节排放在内存的低地址端,高位地址排放在高位地址端。
②网络字节顺序NBO(Network Byte Order)
采用大头序(big-endian),从高到低的顺序存储。
高位字...
分类:
编程语言 时间:
2014-10-10 15:13:14
阅读次数:
232
A flip-flop is a circuit that produce an output value of 0 OR 1,which remains constant until a temporary pulse from another circuit causes it to shift...
分类:
其他好文 时间:
2014-10-10 02:28:33
阅读次数:
200
CoffeeScript is a little language that compiles into JavaScript. Underneath that awkward Java-esque patina, JavaScript has always had a gorgeous hear....
分类:
其他好文 时间:
2014-10-10 01:13:55
阅读次数:
532
More is better
Time Limit: 5000/1000 MS (Java/Others) Memory Limit: 327680/102400 K (Java/Others)
Total Submission(s): 15097 Accepted Submission(s): 5561
Problem Description
Mr Wang want...
分类:
其他好文 时间:
2014-10-09 17:03:28
阅读次数:
170
来自:http://blog.csdn.net/little__zm/article/details/19570535对intellij不熟,找了很多文章,只这篇最为顺利。其他都有各种各校的问题,先记录这个好了。虽然文章用的是mac,但我在windows上实操起来,是一样的。上一篇说了如何配置在ma...
分类:
编程语言 时间:
2014-10-09 02:18:37
阅读次数:
165
代码一:联合体union的存放顺序是所有成员都从低地址开始存放,若处理器是Big_endian(从高字节到低字节存放数据)的,则返回0;若是Little_endian(从低字节到高字节存放数据)的,则返回1。 int checkCPU() { union w {...
分类:
其他好文 时间:
2014-10-09 01:01:17
阅读次数:
223