最新 最热

QQ图和PP图

对于一组数据是否符合某个分布,有很多种统计检验的方法,比如K-S检验,卡方检验,从图形上我们可以用Q-Q图和P-P图来检查数据是否服从某种分布。他们可以检验的分布图包括:β分布,t分布、卡方分布、伽马分布、正态分布、均匀分...

2020-09-25
1

css高度坍塌与清除浮动

但是当为子元素设置浮动以后,子元素会完全脱离文档流,此时将会导致子元素无法撑起父元素的高度,导致父元素的高度塌陷.由于父元素的高度塌陷了,则父元素下的所有元素都会向上移动,这样将会导致页面布局混乱....

2020-09-23
1

Array - 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 t...

2020-09-23
1

Array - 209. Minimum Size Subarray Sum

Given an array of n positive integers and a positive integer s, find the minimal length of a contiguous subarray of which the sum ≥ s. If there isn't one, retur...

2020-09-23
1

Python 技术篇-使用PIL库等比例压缩、缩小图片

PIL 库安装直接pip install pillow就好了 PIL 库的 resize() 方法可以修改图片尺寸,里面的参数需要整数,所以我用 int 转化了一下。 等比例就是通过 size 属性获取图片的宽和高,然后同步缩小相同的倍数就可以了。...

2020-09-23
1

PWN:House Of Einherjar

参考:http://blog.topsec.com.cn/pwn的艺术浅谈(二):linux堆相关/

2020-09-17
1

numpy的random模块

For random samples from N(mu, sigma^2), use:

2020-09-16
1

ggplot_QQ图和ECDF

ECDF:Empirical cumulative distribution function,用于描述数据的分布,横坐标为指标,纵坐标为累计概率

2020-09-15
1

ggplot2 核密度图和直方图

color, size, linetype: 同上 fill: 填充 alpha: 透明度

2020-09-15
1

ggplot Stripchart and line

对于dot、scatter、stripchart,这三个图,有啥区别,我也看不懂,也没有相关的资料,后续用到再说吧

2020-09-15
1