1 #include 2 #define pb push_back 3 #define _for(i,a,b) for(int i = (a);i = 10) write(x / 10); 23 putchar(x % 10 + '0'); 24 } 25 struct edge 26 { 27 l... ...
分类:
其他好文 时间:
2019-09-13 15:57:21
阅读次数:
106
概述 CSS是英文Cascading Style Sheets的缩写,称为层叠样式表,用于对页面进行美化。CSS规则由两个主要的部分构成:选择器,以及一条或多条声明,语法:style = 'key1:value1;key2:value2;' 如下图: 存在方式有三种:元素内联、页面嵌入和外部引入 元 ...
分类:
编程语言 时间:
2019-09-02 14:08:31
阅读次数:
94
题目描述 The good folks in Texas are having a heatwave this summer. Their Texas Longhorn cows make for good eating but are not so adept at creating creamy ...
分类:
其他好文 时间:
2019-08-23 22:03:07
阅读次数:
94
Scala编程实战 1. 课程目标 1.1. 目标:使用Akka实现一个简易版的spark通信框架 2. 项目概述 2.1. 需求 Hivesql > select count(*) from user >整个表只有1条数据 Map 0% reduce 0% Map 10% reduce 0% Ma ...
分类:
其他好文 时间:
2019-08-22 00:59:40
阅读次数:
82
series: [{ name: 'AQI', type: 'heatmap', coordinateSystem: 'geo', blurSize: 10, pointSize: 10, // 设置热力图上点的大小 symbolSize: 200, itemStyle: { normal: { w... ...
分类:
其他好文 时间:
2019-08-16 18:25:01
阅读次数:
412
一般我们使用pheatmap通过Rstudio交互得到的图片在plots的Export导出即可,如何保存对象到文件呢?这个需求在自动化流程中很常见,作者似乎也没说明。 生成示例数据: 看下数据亚子: 实现方法 接下来实现方法,分为两步: 1.保存对象 library(pheatmap) xx Ref ...
分类:
其他好文 时间:
2019-08-16 00:34:41
阅读次数:
171
//2019.07.23 1、箱形图,又称为盒式图,一般可以很好地反映出数据分布的特征,也可以进行多项数据之间分布特征的比较,它主要包含五个基础数据:中位数,两个上下分位数以及上下边缘线数据2、双轴图的绘制代码:import numpy as npimport matplotlib.pyplot a ...
分类:
其他好文 时间:
2019-07-23 17:17:19
阅读次数:
115
Visualization of seaborn seaborn[1]是一个建立在matplot之上,可用于制作丰富和非常具有吸引力统计图形的Python库。Seaborn库旨在将可视化作为探索和理解数据的核心部分,有助于帮人们更近距离了解所研究的数据集。无论是在kaggle官网各项算法比赛中,还是 ...
分类:
编程语言 时间:
2019-07-14 15:08:36
阅读次数:
430
题目描述 The good folks in Texas are having a heatwave this summer. Their Texas Longhorn cows make for good eating but are not so adept at creating creamy ...
分类:
其他好文 时间:
2019-07-08 00:03:53
阅读次数:
135