码迷,mamicode.com
首页 >  
搜索关键字:ospf fr isis de    ( 6629个结果
HDU 3853 概率dp
LOOPSTime Limit: 15000/5000 MS (Java/Others)Memory Limit: 125536/65536 K (Java/Others) Total Submission(s): 2337Accepted Submission(s): 951 Problem De...
分类:其他好文   时间:2014-08-17 22:34:32    阅读次数:324
Poor Hanamichi
Poor HanamichiTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 0Accepted Submission(s): 0Problem De...
分类:其他好文   时间:2014-08-17 21:13:32    阅读次数:242
poj 2431 Expedition (贪心+优先队列)
Expedition Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 6890   Accepted: 2065 Description A group of cows grabbed a truck and ventured on an expedition de...
分类:其他好文   时间:2014-08-17 19:59:02    阅读次数:1506
Pwn2Own 2014 - AFD.sys Dangling Pointer Vulnerability
这个内核漏洞在Pwn2Own 2014上用来提权绕过IE沙箱(保护模式),siberas公司后来公布了漏洞的细节及利用方法,通过其公开的文档已经能够准确定位漏洞成因及利用方法。(http://www.siberas.de/papers/Pwn2Own_2014_AFD.sys_privilege.....
分类:其他好文   时间:2014-08-17 16:59:12    阅读次数:284
POJ 3468
A Simple Problem with IntegersTime Limit:5000MS Memory Limit:131072KCase Time Limit:2000MSDescriptionYou haveNintegers,A1,A2, ... ,AN. You need to de....
分类:其他好文   时间:2014-08-17 11:37:52    阅读次数:244
DBA Scripts
标记一下,慢慢研究 http://www.oracle-base.com/dba/scripts.php Monitoring access.sqlactive_sessions.sqlcache_hit_ratio.sqlcall_stack.sqlcode_dep.sqlcode_dep_distinct.sqlcode_de...
分类:数据库   时间:2014-08-16 23:51:01    阅读次数:616
HDU 2222 Keyword Search AC自动机模板
#include #include #include #include #include #include #include #include #include #include #include #pragma comment(linker, "/STACK:1024000000"); #define EPS (1e-6) #define LL long long #de...
分类:其他好文   时间:2014-08-16 19:48:41    阅读次数:239
Linux中如何清空文件
经常会碰到查看日志文件,如果日志文件太大,用less,more,vi,tail命令查看起来会比较麻烦,也挺难定位到具体错误,而定期备份,定期清空应该是好主意,当然清空之前必须备份。要是日志文件本身不存在,用mkdir可以建个空文件,但系统程序已经在调用,那么要如何清空其中文件,其实挺简单: 方法一: # cat /dev/null > error.log 方法二: # echo "" | tee error.log 方法三: # truncate -s error.log NOTE: # echo /de...
分类:系统相关   时间:2014-08-16 11:14:00    阅读次数:341
poj2280Amphiphilic Carbon Molecules(极角排序)
链接卡了几天的破题,对于hdu的那份数据,这就一神题。。借助极角排序,枚举以每一个点进行极角排序,然后构造两条扫描线,一个上面一个下面,两条同时走,把上线和下线的点以及上线左边的点分别统计出来,如下图样例3:假如现在以d为p[0],那么所有可能结果一定是他与其他点的连线所分割的平面,那么首先以de为...
分类:其他好文   时间:2014-08-16 10:58:50    阅读次数:437
[C++] 几行代码生成漂亮图片,数学家就是牛!
信息获得处:http://news.cnblogs.com/n/501488/分形:http://baike.baidu.com/subview/83243/11213590.htm?fr=aladdin 代码:[采用宏定义的来选择绘制不同的图,所以把最后两个给注释掉了,因为宏冲突,想自己试试...
分类:编程语言   时间:2014-08-16 00:57:19    阅读次数:307
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!