import datetimeimport timeclass PK(object): def __init__(self,name,attack=0.0,defence=0.0): self.name = name self.attack = attack self.defence = defen ...
分类:
其他好文 时间:
2018-07-12 16:32:14
阅读次数:
178
External resources are resolved using the XmlResolver provided via XmlDocument.XmlResolverproperty. If your XML documents **should not contain any ext ...
分类:
Web程序 时间:
2018-07-03 21:32:32
阅读次数:
282
原理 中间人攻击(Man in the Middle Attack, MITM)是一种由来已久的网络入侵手段,并且在今天仍然有着广泛的发展空间,如SMB会话劫持、DNS欺骗等攻击都是典型的MITM攻击。简而言之,所谓的MITM攻击就是通过拦截正常的网络通信数据,并进行数据篡改和嗅探,而通信的双方却毫 ...
分类:
其他好文 时间:
2018-06-28 00:03:02
阅读次数:
255
动词搭配宾语(200个) Book 5 第六册1-7课中“谓语+宾语搭配” The human attack on the ecosphere has instigated an ecological counterattack. Nature knows best. A wire zings th ...
分类:
其他好文 时间:
2018-06-23 00:01:26
阅读次数:
181
YOLO 优点:速度快,端到端。在Titan gpu上的帧率是45fps,并且加速版的帧率可以达到155fps。 缺点:实践证明,该算法对小物体和离得近的物体分类效果比较差。 实验效果 SSD 在Titan X上的帧率达到58fps,(在VOC2007测试中, 58 FPS下 72.1%mAP,对F ...
分类:
编程语言 时间:
2018-06-22 21:44:54
阅读次数:
527
#include #include #include #include #include #include #include using namespace std; int n; string cmd; int now=0; struct node{ int attack; int health;... ...
分类:
其他好文 时间:
2018-06-22 20:32:14
阅读次数:
358
题目大意 一共有N个人,编号为 $1...N$ 题目要求给每一个人都要有一个属性,分别为 $R,P,G$ 并且对于这些属性的人有一定的要求: 1.属性为 $G$ 的人至少连续有 $m$ 个 2.最多有连续 $k$ 个为 $R$ 属性的人 问符合这种要求的排列有多少个 大致思路: 这个题比较麻烦的是有 ...
分类:
其他好文 时间:
2018-06-08 00:48:10
阅读次数:
170
YOLO (You Only Look Once)dl cnn object detection 一、YOLOYOLO是一个实时的目标检测系统。最新的V2版本在Titan X 上可以每秒处理 40-90 张图片,在VOC 2007上可以取得78.6%的准确率,在COCO上可以取得48.1%准确率。之... ...
分类:
其他好文 时间:
2018-06-05 21:18:07
阅读次数:
629
2018-05-30 13:40:50 [http-nio-8081-exec-3] [ERROR] com.opensymphony.xwork2.interceptor.ParametersInterceptor -Developer Notification (set struts.devMo ...
分类:
其他好文 时间:
2018-05-30 15:10:34
阅读次数:
682