题目:Candies Distribution 传送门:http://codeforces.com/problemset/problem/1054/C 分析: 方法一: 1)类似拓扑排序的做法。 2)当$L_i,R_i$均为$0$时,这个数就是当前最大的数,可以移除并且去掉他带来的影响,即左边的$R ...
分类:
其他好文 时间:
2019-02-19 01:26:23
阅读次数:
178
数据分析:是把隐藏在一些看似杂乱无章的数据背后的信息提炼出来,总结出所研究对象的内在规律 数据分析三剑客:Numpy,Pandas,Matplotlib 一 Anaconda 1 下载 官网:https://www.anaconda.com/distribution/ 2 安装 https://bl ...
分类:
其他好文 时间:
2019-02-15 19:57:05
阅读次数:
238
统计学中最常见的几种概率分布分别是正态分布(normal distribution),t分布(t distribution),F分布(F distribution)和卡方分布(χ2 distribution,chi-square distribution),其中后三种属于抽样分布。 为什么要研究概率 ...
分类:
其他好文 时间:
2019-02-15 15:50:54
阅读次数:
630
0.安装Anaconda 这个不教了,自己去Anaconda官网上下个安装包,装上就好。 https://www.anaconda.com/distribution/ 1.使用Anaconda创建一个专门的环境scrapy C:\ProgramData\Anaconda3\Scripts conda ...
c++11:std::uniform_real_distribution<>直接求(尖括号不填默认生成double) 随机10个在1-2之间的浮点数 结果: https://en.cppreference.com/w/cpp/numeric/random/uniform_real_distribut ...
分类:
编程语言 时间:
2019-01-26 17:56:57
阅读次数:
156
参考wili百科:https://en.wikipedia.org/wiki/List_of_Bluetooth_profilesContents1 Advanced Audio Distribution Profile (A2DP)2 Attribute Profile (ATT)3 Audio/ ...
分类:
其他好文 时间:
2019-01-26 14:05:51
阅读次数:
236
Harbor是一个用于存储和分发Docker镜像的企业级Registry服务器。Harbor通过添加用户通常需要的功能(如安全性,身份和管理)来扩展开源Docker Distribution。使registry更接近构建和运行环境可以提高图像传输效率。Harbor支持在registry之间复制映像,还提供高级安全功能,如用户管理,访问控制和活动审计。
分类:
Web程序 时间:
2019-01-22 18:41:37
阅读次数:
284
对于已经得到的样本集,核密度估计是一种可以求得样本的分布的概率密度函数的方法: 通过选取核函数和合适的带宽,可以得到样本的distribution probability,在这里核函数选取标准正态分布函数,bandwidth通过AMISE规则选取 具体原理及定义:传送门 https://en.wik ...
分类:
其他好文 时间:
2019-01-20 20:03:25
阅读次数:
258
draw a topic h and then draw independent xfrom multinomial distribution A paper can have several topics, and each topics has different proportions O i ...
分类:
其他好文 时间:
2019-01-17 14:12:54
阅读次数:
278
pip install fcntl Collecting fcntl Could not find a version that satisfies the requirement fcntl (from versions: ) No matching distribution found for ...
分类:
Windows程序 时间:
2019-01-14 11:02:30
阅读次数:
3935