One of my friends is always drunk. So, sometimes I get a bit confused whether he is drunk or not. So, one day I was talking to him, about his drinks! He began to describe his way of drinking. So, let m...
分类:
编程语言 时间:
2015-06-03 11:59:10
阅读次数:
186
文件与目录的显示: ls
# ls [-aAdfFhilnrRSt]目录名称
# ls[--color={never,auto,always}] 目录名称
# ls [--full-time] 目录名称
选项与参数:
-a :全部的文件,连同隐藏档(
开头为 . 的文件)
一起列出来(常用)
-A :全部的文件,连同隐藏档,但不包括 . 与 .. 这两个目录
-d :仅列出...
分类:
系统相关 时间:
2015-06-02 21:57:20
阅读次数:
274
Turing Tree
Time Limit: 3000MS
Memory Limit: 32768KB
64bit IO Format: %I64d & %I64u
Submit Status
Description
After inventing Turing Tree, 3xian always felt boring wh...
分类:
编程语言 时间:
2015-05-31 09:25:18
阅读次数:
118
Problem Description
Chinese always have the railway tickets problem because of its' huge amount of passangers and stations. Now goverment need you to develop a new tickets query system.
One train ...
分类:
其他好文 时间:
2015-05-29 13:59:49
阅读次数:
116
importflash.display3D.Context3DCompareMode;material.depthCompare=Context3DCompareMode.ALWAYS;material.depthWrite=false;mesh.setLayer(10);
分类:
其他好文 时间:
2015-05-27 18:55:32
阅读次数:
151
Codeforces Round #298 (Div. 2), problem: (A) Exam
An exam for n students will take place in a long and narrow room, so the students will sit in a line in some order. The teacher suspects that students with adjacent numbers (i and i?+?1) always studied side...
分类:
其他好文 时间:
2015-05-27 10:19:29
阅读次数:
150
Want to run your existing windows software ? You 'll have to toggle back to that desktop.如果你想运行现在的软件,那么不得不切换到原来的桌面。They always seem to hover over thei...
分类:
其他好文 时间:
2015-05-26 20:45:28
阅读次数:
140
STPStartInfo stp = new STPStartInfo();//线程详细配置参数 stp.CallToPostExecute = CallToPostExecute.Always;//在这里选择总是回调 //当工作项执行完成后,是否释放...
分类:
其他好文 时间:
2015-05-25 23:45:50
阅读次数:
148
Find thekth largest element in an unsorted array.For example,Given[3,2,1,5,6,4]and k = 2, return 5.Note:You may assume k is always valid, 1 ≤ k ≤ arra...
分类:
其他好文 时间:
2015-05-23 12:50:52
阅读次数:
134
Problem DescriptionNow I think you have got an AC in Ignatius.L's "Max Sum" problem. To be a brave ACMer, we always challenge ourselves to more diffic...
分类:
其他好文 时间:
2015-05-22 20:56:22
阅读次数:
123