最新 最热

论文笔记系列-Well Begun Is Half Done:

<footer style="color:white;;background-color:rgb(24,24,24);padding:10px;border-radius:10px;"><br>

2019-03-02
1

mongo固定集合

固定集合:事先创建,大小固定     类型于环形队列,空间不足队列头文件被替换     不能手动删除文档,只能自动替换db.ceateCollection("COLLECTION_NAME",{capped:true,size:byteSize:max:100})        COLLE...

2019-02-25
0

<DQueue、双端队列、滑动窗口>239.Sliding Window Maximum

Given an array nums, there is a sliding window of size k which is moving from the very left of the array to the very right. You can only see the k numbers in th...

2019-02-25
1

自定义View Measure过程 - 最易懂的自定义View原理系列(2)

测量规格(MeasureSpec) = 测量模式(mode) + 测量大小(size)

2019-02-22
1

堆积木

题目描述 蒜头君有 n 块积木,编号分别为 1 到 n。一开始,蒜头把第 i 块积木放在位置 i。蒜头君进行 m 次操作,每次操作,蒜头把位置 b 上的积木整体移动到位置 a 上面。比如 1 位置的积木是 1,2 位置的积木是 2,那么把位置 ...

2019-02-21
1

tensorflow | 维度转换

学习维度转换 shape 计算维度tf.shape(input,name = None)案例1a = tf.constant([i for i in range(20)],shape =[2,2,5])with tf.Session() as sess: print (sess.run(tf.sha...

2019-02-18
1

泊松分布 二项分布 正态分布之间的联系,与绘制高斯分布图

二项分布有两个参数,一个 n 表示试验次数,一个 p 表示一次试验成功概率。现在考虑一列二项分布,其中试验次数 n 无限增加,而 p 是 n 的函数。

2019-02-14
1

Confluence 6 配置附件大小 原

https://www.cwiki.us/display/CONF6ZH/Configuring+Attachment+Size

2019-01-30
1

新建数据文件的初始大小

为表空间添加一个100M的数据文件,产生的数据文件直接就是100M,还是开始为0,逐渐增大的?

2019-01-29
1

Jupyter如何将numpy数据以图像形式展现?

<footer style="color:white;;background-color:rgb(24,24,24);padding:10px;border-radius:10px;"><br>

2019-01-18
1