码迷,mamicode.com
首页 >  
搜索关键字:attack on titan    ( 561个结果
51. N-Queens (Graph; WFS)
Then-queens puzzle is the problem of placingnqueens on ann×nchessboard such that no two queens attack each other.Given an integern, return all distinc...
分类:其他好文   时间:2015-10-06 12:54:25    阅读次数:221
ZOJ2587 Unique Attack(判定最小割唯一性)
看了题解,自己大概想了下。最小割唯一的充分必要条件是残量网络中所有点要嘛能从源点floodfill到要嘛能floodfill到汇点。必要性,这是当然的,因为假设从源点floodfill或者从汇点反着floodfill得到的集合若不相补,那这就有两个最小割的方案,最小割不唯一。充分性,首先这样就找到一...
分类:其他好文   时间:2015-10-04 20:56:18    阅读次数:265
[LeetCode#51]N-Queens
Problem:Then-queens puzzle is the problem of placingnqueens on ann×nchessboard such that no two queens attack each other.Given an integern, return all...
分类:其他好文   时间:2015-10-02 06:38:33    阅读次数:193
leetcode - N-Queens
Then-queens puzzle is the problem of placingnqueens on ann×nchessboard such that no two queens attack each other.Given an integern, return all distinc...
分类:其他好文   时间:2015-09-20 22:02:49    阅读次数:169
Centos6.5安装Nvidia显卡驱动教程
显卡驱动程序 Nvidia 331.67 稳定版本最近已经发布,添加支持的GPUs有:GeForce GT 705, GeForce GT 720, GeForce GTX 860M, GeForce GTX 870M, GeForce GTX 880M 和 GeForce GTX TITAN Bl...
分类:其他好文   时间:2015-09-20 11:42:08    阅读次数:907
File_attack记录
GITHUB链接:github source回顾与记录:1、多线程。python多线程是后面在添加socket服务器的时候才用到的。使用的是threading.Thread类继承的办法实现。使用了生产者和消费者模式。 在这里是使用sys_status作为 产品。 当sys_status为false时...
分类:其他好文   时间:2015-09-18 11:34:19    阅读次数:165
H3C交换机关于ARP选项的一些配置
1、arp anti-attack valid-check enable 命令用于开启ARP报文源MAC地址一致性检查功能。 undo arp anti-attack valid-check enable命 令用于关闭ARP源MAC地址一致性检查功能。 2、gratuitous-arp-learning enabl...
分类:其他好文   时间:2015-09-17 15:39:55    阅读次数:5925
dnsmasq possible DNS-rebind attack detected错误
最近在做openwrt的平台,dns使用的是dnsmasq,但是通过板子上网,将PC的dns设置成板子的时候,发现百度等都可以,但是公司邮箱打不开。公司邮箱的域名xx-xx-notes.xxx.com.cn的形式,于是把dnsmasq的log打开看了下。终于找到问题所在。 打开dnsmasq log...
分类:其他好文   时间:2015-09-16 17:29:14    阅读次数:3929
ZOJ 3747 Attack on Titans
Attack on TitansTime Limit: 2000msMemory Limit: 65536KBThis problem will be judged onZJU. Original ID:374764-bit integer IO format:%lld Java class nam...
分类:其他好文   时间:2015-09-07 14:22:37    阅读次数:184
[LeetCode]N-Queens
N-QueensThen-queens puzzle is the problem of placingnqueens on ann×nchessboard such that no two queens attack each other.Given an integern, return all...
分类:其他好文   时间:2015-09-06 01:00:42    阅读次数:184
561条   上一页 1 ... 36 37 38 39 40 ... 57 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!