存储单位 最小的单位是bit,表示一位二进制的0或1,一般写作'b',是网络数据传输的单位 最小的存储单位是字节,用byte表示,一般写作'B',1B = 8b 1024B = 1KB 1024KB = 1MB 1024MB = 1GB 1024GB = 1TB 进制转换 十进制: 基数是0-9,逢 ...
分类:
其他好文 时间:
2018-07-28 17:21:57
阅读次数:
191
[题目链接] http://poj.org/problem?id=1037 [算法] DP [代码] ...
分类:
其他好文 时间:
2018-07-21 21:34:36
阅读次数:
156
线程和进程之间的关系 ? 线程时在进程基础之上创建并使用的更小的程序单元,所以线程依赖于进行的支持。线程的启动速度要比进程快上很多,高并发处理的时候,线程的性能要高于进程 多线程实现 任何情况下,只要定义了多线程,那么多线程的启动永远只有一种方案:Thread类的start()方法 不要调用Thre ...
分类:
编程语言 时间:
2018-07-12 20:13:38
阅读次数:
150
题目链接:http://poj.org/problem?id=3253 Description Farmer John wants to repair a small length of the fence around the pasture. He measures the fence and ...
分类:
其他好文 时间:
2018-07-12 20:06:43
阅读次数:
158
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
Businessmen Problems time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output Two famous competin ...
分类:
其他好文 时间:
2018-07-01 14:52:59
阅读次数:
209
最後から 涙ぐむ「なみだぐむ」含泪,泪眼汪汪 ゆらゆら 悠悠荡荡,摇晃。物体幅度较大地摇晃 木立「こだち」树木;树丛 被さる「かぶさる」盖到……上,把……蒙上 しぼむ 凋谢 耕す「たがやす」 ふためく 发出吧嗒吧嗒的响声 2、大喊大叫 なぎ倒す「なぎたおす」割草;扫射;收入干草棚;草堆;皱眉;打草 ...
分类:
其他好文 时间:
2018-06-29 20:38:34
阅读次数:
149
# 安装 Corosync以及pacemaker 部署 yum install -y pacemaker pcs psmisc policycoreutils-python corosync fence-agents-all systemctl start pcsd.service systemct ...
分类:
其他好文 时间:
2018-06-12 16:25:52
阅读次数:
212
"Holiday is coming, holiday is coming, hurray hurray!" shouts Joke in the last day of his college. On this holiday, Joke plans to go to his grandmothe ...
分类:
其他好文 时间:
2018-05-25 23:36:32
阅读次数:
337
一直对Fast RCNN中ROI Pooling层不解,不同大小的窗口输入怎么样才能得到同样大小的窗口输出呢,今天看到一篇博文讲得挺好的,摘录一下,方便查找。 Introduction 在一般的CNN结构中,在卷积层后面通常连接着全连接。而全连接层的特征数是固定的,所以在网络输入的时候,会固定输入的 ...
分类:
其他好文 时间:
2018-05-23 14:23:06
阅读次数:
870