码迷,mamicode.com
首页 >  
搜索关键字:wing    ( 719个结果
cwebp 命令大全
本文由月小升博客https://java-er.com翻译自google官方文档https://developers.google.com/speed/webp/docs/cwebp翻译的感觉我背了3年的单词,有点用翻译让我静下心来仔细的阅读官方文档,对webp了解更深入一层了2020.02.29cwebp名字cwebp—压缩一张图片文件为webp文件摘要命令行cwebp[options]inpu
分类:Web程序   时间:2020-03-01 00:54:33    阅读次数:93
Xor Sum 2 / AtCoder - 4142
Input Output Sample Input 1 Sample Output 1 Sample Input 2 Sample Output 2 Sample Input 3 Sample Output 3 ...
分类:其他好文   时间:2020-02-29 18:53:12    阅读次数:65
AcWing 332. 股票交易
大型补档计划 "题目链接" $f[i][j]$ 表示前 $i$ 天,手里有 $j$ 个股票挣得最多钱 买股票。枚举 $u include include using namespace std; const int N = 2005; int T, maxP, W, AP[N], BP[N], AS ...
分类:Windows程序   时间:2020-02-28 22:35:45    阅读次数:60
AcWing 322. 消木块
由于木块可以由一些木块的消除,使两边相同颜色的合并 所以我们设定一个归并方式,即每个区间记录一下右边的延展性。 (等于左边找右边) 设 $f[i][j][k]$ 为$[i, j]$ 区间,右侧有 $k$ 个颜色 $= a[j]$ 的。 考虑两种转移方式。 第一种操作:直接搞掉右边的。 设 $i in ...
分类:Windows程序   时间:2020-02-28 22:26:07    阅读次数:67
79. 滑动窗口的最大值
队列的两个基本操作:入队 将一个数据放到队列尾部;出队 从队列的头部取出一个元素。 题解: https://www.acwing.com/solution/acwing/content/853/ 首先,最直接的做法当然是模拟滑动窗口的过程,每向右滑动一次都遍历一遍窗口内的数字找最大的输出,这样的复杂 ...
分类:其他好文   时间:2020-02-23 09:33:34    阅读次数:58
Trajectory Estimation for Geo-Fencing Applications on Small-Size Fixed-Wing UAVs
张宁 Trajectory Estimation for Geo-Fencing Applications on Small-Size Fixed-Wing UAVshttps://ieeexplore.ieee.org/document/8967579 —The steadily increasi ...
分类:移动开发   时间:2020-02-22 19:56:27    阅读次数:111
寒假时间安排
8:00 8:30 早餐 8:40 9:00 英语阅读背单词 9:00 10:30 python基础学习 10:45 12:15 ACwing刷题 12:15 13:00 吃饭 13:00 13:20 休息 13:20 13:40 睡觉 13:50 15:20 ACwing刷题 15:20 15:3 ...
分类:其他好文   时间:2020-02-21 16:20:29    阅读次数:51
高精度乘除法模板(AcWing.793 794)
高精度乘法一般都是由一个大数乘以一个可以由int存放的整数类型。 #include <iostream> #include <vector> using namespace std; vector<int> mul(vector<int> &a,int b){ int t = 0; vector<i ...
分类:Windows程序   时间:2020-02-20 09:38:46    阅读次数:90
67. 数字在排序数组中出现的次数 (未完)
可以用hash表,本题使用二分法 二分查找算法模板 视频讲解:AcWing 67. 数字在排序数组中出现的次数 ...
分类:编程语言   时间:2020-02-20 00:07:18    阅读次数:74
Linux的录屏
先安装一下: [root@iZbp143t3oxhfc3ar7jey0Z ~]# sudo yum install asciinema Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile Resolving ...
分类:系统相关   时间:2020-02-16 20:23:52    阅读次数:108
719条   上一页 1 ... 13 14 15 16 17 ... 72 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!