码迷,mamicode.com
首页 >  
搜索关键字:wang xifengs little    ( 2433个结果
[ACM] HDU 5024 Wang Xifeng's Little Plot (构造,枚举)
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
little skill---ping
一、ping简介 Ping是Windows下的一个命令,在Unix和Linux下也有这个命令。 ping也属于一个通信协议,是TCP/IP协议的一部分。 利用“ping”命令可以检查网络是否连通,可以很好地帮助我们分析和判定网络故障。应用格式:Ping空格IP地址。ping是一个DOS命令...
分类:其他好文   时间:2014-10-12 11:15:57    阅读次数:573
Why we should overwrite the hashCode() when we overwrite the equals()
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
POJ2195 Going Home 【最小费用流】+【二分图最佳匹配】
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
C++技术问题总结-第11篇 网络通信中主机序网络序
网络通信经常涉及到字节序转化,接下来理解主机序和网络序有什么异同。 ①主机字节顺序HBO(Host Byte Order) 采用小头序(little-endian),从低到高的顺序存储。 低位字节排放在内存的低地址端,高位地址排放在高位地址端。 ②网络字节顺序NBO(Network Byte Order) 采用大头序(big-endian),从高到低的顺序存储。 高位字...
分类:编程语言   时间:2014-10-10 15:13:14    阅读次数:232
write a little about flip-flop
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 1.8.0 documents
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
并查集 HDU 1856
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
[转]intellij 13新建javaweb项目并用tomcat 7启动
来自: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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!