码迷,mamicode.com
首页 >  
搜索关键字:tasks    ( 2110个结果
shell
The goal of this book is to document commonly known and lesser known methods of doing various tasks using only built in features. Using the snippets f ...
分类:系统相关   时间:2020-02-12 20:13:46    阅读次数:59
AtCoder ABC 154E Almost Everywhere Zero
题目链接:https://atcoder.jp/contests/abc154/tasks/abc154_e 题目大意 给定一个整数N($1 \leq N \leq 10^{100}$)和K($1 \leq K \leq 3$),求[1, N]区间内数位上只有K个非零数的整数个数。 分析 找一下规律 ...
分类:其他好文   时间:2020-02-12 12:57:06    阅读次数:389
AtCoder AGC033F Adding Edges (图论)
恢复内容开始 题目链接 https://atcoder.jp/contests/agc033/tasks/agc033_f 题解 又被神仙题搞自闭了…… 首先让我们来读错题:把题面里的"in some order"改成"in this order"! 似乎变简单了很多! 显然一条边$(u,v)$会被 ...
分类:其他好文   时间:2020-02-11 16:12:22    阅读次数:65
开源医学影像平台---Cornerstonejs开发指南
Developer Guide 为了编辑和重建Cornerstone,你将需要安装Node.js的。一旦安装了Node.js和npm软件包管理器,就可以使用它们来安装项目的依赖项并运行常见的开发任务。 Common Tasks Installing dependencies npm install ...
分类:Web程序   时间:2020-02-09 16:33:36    阅读次数:112
k8s 测试环境搭建
# 安装kubectl https://kubernetes.io/docs/tasks/tools/install-kubectl/#install-kubectl-on-linux # 官方安装,不能用google源 https://www.jianshu.com/p/67083a454fcc ...
分类:其他好文   时间:2020-02-07 20:34:52    阅读次数:99
AtCoder AGC029E Wandering TKHS
题目链接 https://atcoder.jp/contests/agc029/tasks/agc029_e 题解 写了一半发现假了然后强行乱改一通改对了…… 我们用“$u$子树内小于$x$的连通块”来表示$u$子树内到$u$路径上的点都小于$x$的点(包括$u$)的集合,集合的大小用$C(u,x) ...
分类:其他好文   时间:2020-02-06 16:28:13    阅读次数:98
AtCoder AGC039F Min Product Sum (容斥原理、组合计数、DP)
题目链接 https://atcoder.jp/contests/agc039/tasks/agc039_f 题解 又是很简单的F题我不会。。。 考虑先给每行每列钦定一个最小值$a_i,b_j$,并假设每行每列的最小值是这个数,且每行每列只需要放$\ge$这个数的数即可,那么这种情况的价值是$\pr ...
分类:其他好文   时间:2020-02-06 10:48:47    阅读次数:106
PP: Triple-shapelet networks for time series classification
Problem: time series classification shapelet-based method: two issues 1. for multi-class imbalanced classification tasks, these methods will ignore th ...
分类:Web程序   时间:2020-02-06 01:44:11    阅读次数:127
Linux Top命令详解
top命令是Linux下常用的性能分析工具,能够实时显示系统中各个进程的资源占用状况,类似于Windows的任务管理器 第一行,任务队列信息 第二行,Tasks — 任务(进程) 第三行,cpu状态信息 第四行,内存状态 1003020k total, 234464k used, 777824k f ...
分类:系统相关   时间:2020-02-05 10:19:55    阅读次数:131
AtCoder AGC035E Develop (DP、图论、计数)
题目链接 https://atcoder.jp/contests/agc035/tasks/agc035_e 题解 没想出来最后一步DP宛如智障…… 考虑一个数$x\notin S$的条件是$x$被删除了且在$x$最后一次被删除之后不能再对$x+2$和$x K$进行删除操作。也就是说$x+2$和$x ...
分类:其他好文   时间:2020-02-03 19:03:38    阅读次数:68
2110条   上一页 1 ... 19 20 21 22 23 ... 211 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!