码迷,mamicode.com
首页 >  
搜索关键字:other    ( 5856个结果
hdu 3499 Flight dijkstra 变形
Problem Description Recently, Shua Shua had a big quarrel with his GF. He is so upset that he decides to take a trip to some other city to avoid meeting her. He will travel only by air and he can g...
分类:其他好文   时间:2014-08-11 17:48:42    阅读次数:353
pycharm每日技巧-4
To quickly select the currently edited element (class, file, method or field) in any view (Project view, Structure view or other), press Alt+F1 (View ...
分类:其他好文   时间:2014-08-11 17:27:22    阅读次数:297
Linux内核的三种调度策略
一 Linux内核的三种调度策略:1,SCHED_OTHER分时调度策略,2,SCHED_FIFO实时调度策略,先到先服务。一旦占用cpu则一直运行。一直运行直到有更高优先级任务到达或自己放弃3,SCHED_RR实时调度策略,时间片轮转。当进程的时间片用完,系统将重新分配时间片,并置于就绪队列尾。放...
分类:系统相关   时间:2014-08-11 17:15:22    阅读次数:256
windos live writer 安装使用
写博客用到的小工具1、下载一款软件叫windoslivewriter2、http://windows.microsoft.com/zh-cn/windows-live/essentials-other#essentials=overviewother3、安装配置方法配置好客户端后,类别里没有提供“创作类型”,导致提示501错误发布不成功,原因可能有四个:1、一定要装...
分类:Windows程序   时间:2014-08-11 03:02:31    阅读次数:354
Json.NET - Documentation Creating JSON
Setting values and creating objects and arrays one at a time gives you total control but it is more verbose than other options. Creating JSON Copy imageCopy ?1JArray array = new JArray(); ?2JVal...
分类:Web程序   时间:2014-08-10 19:01:30    阅读次数:284
Hat’s Words(字典树)
Problem Description A hat’s word is a word in the dictionary that is the concatenation of exactly two other words in the dictionary. You are to find all the hat’s words in a dictionary....
分类:其他好文   时间:2014-08-10 18:40:10    阅读次数:232
平方数
平方数 Time Limit : 3000/1000ms (Java/Other) Memory Limit : 65535/32768K (Java/Other) Total Submission(s) : 3 Accepted Submission(s) : 3 Font: Times New Roman | Verdana | Georgia Font Size: ← → Prob...
分类:其他好文   时间:2014-08-10 13:05:30    阅读次数:287
Given a tree, find the node with the minimum sum of distances to other nodes
O(n) complexity, have a traversal for the tree. Get the information of all children, then traverse the tree again.  #include #include #include #include using namespace std; class Node { pub...
分类:其他好文   时间:2014-08-10 13:00:30    阅读次数:238
test Windows Live Writer
1, 下载Live Writer http://windows.microsoft.com/zh-cn/windows-live/essentials-other#essentials=overviewother 2, 日志服务选择其他日志服务 3, 将自己的博客园主页地址和账号密码填好 4, 完成...
分类:Windows程序   时间:2014-08-10 10:17:50    阅读次数:274
hdoj 1892(二维树状数组)
Problem HTime Limit : 5000/3000ms (Java/Other)Memory Limit : 65535/32768K (Java/Other)Total Submission(s) : 8Accepted Submission(s) : 3Font: Times New...
分类:其他好文   时间:2014-08-09 11:26:47    阅读次数:382
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!