[Charlie refused to come clean with the names of the students responsible for the prank; Mr. Trask is furious]Mr. Trask: [furious] I am left with no r...
分类:
其他好文 时间:
2015-04-28 13:41:11
阅读次数:
181
traceroute程序可以使我们看到IP数据报从一台主机传到另一台主机的所经过的路由,并且可以使用IP源站路由选项。traceroute取代IP RR的原因1不是所有的路由器都支持IP RR选项,而traceroute程序不需要中间路由器具备任何特殊的或可选的功能。2记录路由一般是单向选项。发送端...
分类:
其他好文 时间:
2015-04-27 01:55:14
阅读次数:
174
typedef struct task_queue { pthread_mutex_t mutex; pthread_cond_t cond; /* when no task, the manager thread wait for ;when a new task come,...
分类:
编程语言 时间:
2015-04-25 14:52:57
阅读次数:
160
When English speakers talk about time and place, there are three little words that often come up:in,on, andat. These common words are prepositions tha...
分类:
其他好文 时间:
2015-04-25 10:38:43
阅读次数:
114
D - Doing Homework
Time Limit:1000MS Memory Limit:32768KB 64bit IO Format:%I64d & %I64u
Submit Status Practice HDU 1074
Description
Ignatius has just come back school from the 30th ACM/ICPC. Now...
分类:
其他好文 时间:
2015-04-23 09:46:23
阅读次数:
208
Because most the the note come from the net or blog,it'd useless to just copy the video or blog, I found it's a waste of time and unnecessary.So Just ...
分类:
其他好文 时间:
2015-04-21 17:40:32
阅读次数:
107
最近在猛撸这本课,统计部分涉及的第一个分析数据的方法便是PCA!因此,今天打算好好梳理一下,涉及主城分析法的理论以及R实现!come on…gogogo… 首先说一个题外话,记得TED上有一期,一个叫Simon Sinek的年轻人提出了一个全新的Why-How-What黄金圈理论(三个同心圆,最里面...
分类:
其他好文 时间:
2015-04-20 01:46:39
阅读次数:
258
Given a linked list and a value x, partition it such that all nodes less than x come before nodes greater than or equal to x.
You should preserve the original relative order of the nodes in each of...
分类:
其他好文 时间:
2015-04-19 17:56:02
阅读次数:
131
Code in the Language of the DomainDan NorthPiCTURE TWO CODEBASES. In one, you come across: if (portfolioIdsByTraderId.get(trader.getId())
.containsKey(portfolio.getId())) {...}You scratch your...
分类:
其他好文 时间:
2015-04-18 17:51:48
阅读次数:
116
Rotate an array ofnelements to the right byksteps.For example, withn= 7 andk= 3, the array[1,2,3,4,5,6,7]is rotated to[5,6,7,1,2,3,4].Note:Try to come...
分类:
其他好文 时间:
2015-04-16 15:41:55
阅读次数:
137