- 博客(5)
- 收藏
- 关注
原创 动态规划(最长公共子序列,最大子段和)
最长公共子序列 注意:题设中没有说 数组中选取的元素必须连续出现 最大子段和 注意: 需要考虑全为负的极端情况 #include<bits/stdc++.h> #include <iostream> #include <string.h> #include <math.h> #include<stdio.h> using namespace std; int MaxSubsequenceSum(int a[],int n){ in
2021-04-14 12:12:31
206
原创 Windows wget 快速下载安装
Windows wegt 下载安装 step 1: 下载exe文件(下载链接:https://eternallybored.org/misc/wget/) step 2: 将下载的exe文件移动到cmd ‘指定目录里’(方便使用) step 3: 打开cmd,输入wegt,测试是否安装成功 ...
2021-04-08 13:40:46
836
原创 dtype(‘O‘)是什么意思?
第一个字符指定数据类型: 'b' boolean 'i' (signed) integer 'u' unsigned integer 'f' floating-point 'c' complex-floating point 'O' (Python) objects 'S', 'a' (byte-)string 'U' Unicode 'V' raw data (void) ...
2020-08-19 21:52:56
5607
1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅