码迷,mamicode.com
首页 >  
搜索关键字:side-channel attack    ( 514个结果
HDU 4970 Killing Monsters
开始以为是线段树,算了一下复杂度也觉得能过。。。但是这题貌似卡了线段树。。。具体做法: 对每一个塔,记录attack[l]+=d,attack[r+1]-=d;这样对于每个block,受到的伤害就是前缀和attack[1]+attack[2]+...+attack[i]; 从后往前遍历,计算从当.....
分类:其他好文   时间:2014-08-21 11:02:03    阅读次数:163
怪物AI(复习)
怪物AI执行//-----------------------------------------------主动攻击------------------------------------------------------初始状态attack_style Enum攻击方式 ...
分类:其他好文   时间:2014-08-20 22:21:22    阅读次数:275
N-Queens
The n-queens puzzle is the problem of placing n queens on an n×n chessboard such that no two queens attack each other....
分类:其他好文   时间:2014-08-18 10:51:34    阅读次数:121
Leetcode--N-Queens
Problem Description: The n-queens puzzle is the problem of placing n queens on an n×n chessboard such that no two queens attack each other. Given an integer n, return all distinct solution...
分类:其他好文   时间:2014-08-08 12:46:55    阅读次数:180
Brute force Attack
介绍各种预防暴力破解的方法,以及最终建议使用哪些方法。...
分类:其他好文   时间:2014-08-05 15:53:39    阅读次数:353
N-Queens leetcode
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...
分类:其他好文   时间:2014-08-04 13:31:07    阅读次数:250
Java学习之Xml系列三:dtd校验、改、增、删
见摘要、见代码注释,其他话不多说: DTD文档: <?xml?version="1.0"?encoding="UTF-8"?> <!ELEMENT?SwordLibrary?(Sword*)> <!ELEMENT?Sword?(SwordName,Price,Attack)> <!ELEMENT?SwordName?(#PCDATA)...
分类:编程语言   时间:2014-08-01 00:18:51    阅读次数:359
ZOJ 2587 Unique Attack 判断最小割是否唯一
很裸的判断最小割是否唯一。判断方法是先做一遍最大流求最小割,然后从源点和汇点分别遍历所有能够到达的点,看是否覆盖了所有的点,如果覆盖了所有的点,那就是唯一的,否则就是不唯一的。#include #include #include #include #include #include #include...
分类:其他好文   时间:2014-07-28 23:55:24    阅读次数:570
N-Queens leetcode java
题目:The n-queens puzzle is the problem of placing n queens on an n×n chessboard such that no two queens attack each other.Given an integer n, return a....
分类:编程语言   时间:2014-07-27 11:00:22    阅读次数:262
Data Center手册(2): 安全性
有个安全性有下面几种概念: Threat:威胁 Vulnerability: 安全隐患 Attack: 攻击 有关Threat 常见的威胁有下面几种 DoS(Denial of Service拒绝服务攻击) Breach of confidential information 破解机密信息 Data...
分类:其他好文   时间:2014-07-24 14:39:19    阅读次数:298
514条   上一页 1 ... 47 48 49 50 51 52 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!