题目 Atcoder 思路 代码 #include <iostream> #include <cstring> #include <algorithm> using namespace std; const int N = 100010; int n, w[4][N], to[N], st[N]; ...
分类:
其他好文 时间:
2021-06-02 15:31:22
阅读次数:
0
Tensorflow绪论 有句话说的好:“工欲善其事 必先利其器”。 为什么选择Tensorflow2 Tensorflow目前发布了两个版本:1.x和2.0,通过对这两个版本的使用,相较于Tensorflow1.x,有以下特点: (1)简单易用: Tensorflow2去除了冗余的接口,并将计算过 ...
分类:
其他好文 时间:
2021-06-02 15:30:53
阅读次数:
0
题目 Atcoder 思路 代码 #include <iostream> #include <algorithm> #include <cstring> using namespace std; const int N = 100010, M = N << 1; int n, m; int h[N] ...
分类:
其他好文 时间:
2021-06-02 15:30:41
阅读次数:
0
1、单目运算符&为取址运算符,其作用是获取对象的地址,生成指向对象的指针,与其说是获取地址,不如说是生成指针。对象地址的转换说明为%p,其中的p为pointer的首字母。 #include <stdio.h> int main(void) { int n; double x; int a[3]; p ...
分类:
编程语言 时间:
2021-06-02 15:15:47
阅读次数:
0
1:开启对页面的压缩处理 gzip on; //开启压缩 gzip_min_length 1000; //小文件不压缩 gzip_comp_level 4; //压缩比率 gzip_types text/plain text/css application/json application/x-ja ...
分类:
其他好文 时间:
2021-06-02 15:02:12
阅读次数:
0
from fastapi.staticfiles import StaticFiles app.mount(path='/coronavirus/',app=StaticFiles(directory=' ./coronavirus/static', name='static')) ...
表明index很关键,否则另一个x轴的数据不显示 ...
分类:
其他好文 时间:
2021-06-02 14:27:06
阅读次数:
0
安装方式 首选pip安装,pip安装失败选择自定义安装、文件安装,一般windows系统pip安装有时会失败 pip安装 pip -h 查看指令 自定义安装 路径: https://www.scipy.org/scipylib/download.html 文件安装路径: http://www.lfd ...
分类:
编程语言 时间:
2021-06-02 14:24:22
阅读次数:
0
使用爬虫爬取图片,然后设置为桌面背景 全部函数 还有好多路径错误,有待优化 使用pyinster打包出exe执行文件 ...
分类:
编程语言 时间:
2021-06-02 14:19:58
阅读次数:
0