Forbes magazine publishes every year its list of billionaires based on the annual ranking of the world's wealthiest people. Now you are supposed to si ...
分类:
其他好文 时间:
2020-02-23 17:59:01
阅读次数:
76
PAT 甲级 Advanced 1034 Head of a Gang (30) [图的遍历,BFS,DFS,并查集] ...
分类:
其他好文 时间:
2020-02-23 11:43:41
阅读次数:
55
1020 Tree Traversals (25分) ps:tmp定义在函数里过了,定在函数外面错了,人给整傻了 #include <bits/stdc++.h> using namespace std; const int maxn = 1e5 + 10 ; int post[maxn], in[ ...
分类:
其他好文 时间:
2020-02-20 20:26:35
阅读次数:
54
PAT 甲级 Advanced 1099 Build A Binary Search Tree (30) [?叉查找树BST] ...
分类:
其他好文 时间:
2020-02-20 00:03:26
阅读次数:
60
ALTER PROCEDURE [dbo].[pro_ImportExcelByTime] AS BEGIN --第一步,开启高级功能 EXEC sp_configure ‘show advanced options‘, 1; RECONFIGURE; EXEC sp_configure ‘xp_c ...
分类:
数据库 时间:
2020-02-19 15:23:29
阅读次数:
100
1011 World Cup Betting (20分) #include <bits/stdc++.h> using namespace std; double a, b, c ; double MAX = -1.0, tot = 1.0 ; int main(int argc, char con ...
分类:
其他好文 时间:
2020-02-19 00:43:43
阅读次数:
67
PAT 甲级 Advanced 1086 Tree Traversals Again (25) [树的遍历] ...
分类:
其他好文 时间:
2020-02-18 20:53:36
阅读次数:
79
gizp压缩是一种http请求优化方式,通过减少文件体积来提高加载速度。html、js、css文件甚至json数据都可以用它压缩,可以减小60%以上的体积。 webpack在打包时可以借助 compression webpack plugin 实现gzip压缩,首先需要安装该插件: npm i -D ...
分类:
其他好文 时间:
2020-02-18 18:23:04
阅读次数:
69
首先介绍一下Ani Katchova的R教程,然后再继续总结Advanced R.R introductionsetwd(“path”)设置工作路径mydatasummary(olsreg)count data modelpossion model coeff: glm(Y~X, family=po... ...
分类:
其他好文 时间:
2020-02-18 16:42:30
阅读次数:
111
PAT 甲级 Advanced 1053 Path of Equal Weight (30) [树的遍历] ...
分类:
其他好文 时间:
2020-02-18 14:44:14
阅读次数:
80