码迷,mamicode.com
首页 >  
搜索关键字:swa    ( 1891个结果
Luogu P3379 【模板】最近公共祖先(LCA)
qwq 懒得写了明天补 为啥不开两倍会re啊 代码 ...
分类:其他好文   时间:2019-01-22 00:35:58    阅读次数:177
redis安装配置参考
1.操作系统参数和服务配置:sed-i‘s@SELINUX=enforcing@SELINUX=disabled@g‘/etc/selinux/configsystemctlstopfirewalldsystemctldisablefirewalldecho"vm.overcommit_memory=1">>/etc/sysctl.confecho&
分类:其他好文   时间:2019-01-21 19:34:32    阅读次数:162
Luogu1829 JZPTAB
"JZPTAB" 求$\sum_{i=1}^n\sum_{j=1}^mlcm(i,j)$ $=\sum_{i=1}^n\sum_{j=1}^m\frac{ij}{\gcd(i,j)}$ 枚举gcd,这里默认n include using namespace std; define int long ...
分类:其他好文   时间:2019-01-20 14:03:11    阅读次数:199
病毒木马防御与分析实战
《病毒木马防御与分析》系列以真实的病毒木马(或恶意程序)为研究对象,通过现有的技术手段对其分析,总结出它的恶意行为,进而制定出相应的应对方法,对其彻底查杀。当然,因为我个人水平的有限,查杀分析的病毒可能不是过于高端复杂,但对你认识病毒工作原理还是会很有帮助的,甚至最后你也可以利用c语言实现一个简单的 ...
分类:其他好文   时间:2019-01-20 11:54:03    阅读次数:309
CF581D Three Logos 暴力
Three companies decided to order a billboard with pictures of their logos. A billboard is a big square board. A logo of each company is a rectangle of ...
分类:其他好文   时间:2019-01-20 00:59:14    阅读次数:335
二 linuk系统安装
一 VM虚拟机安装与使用 安装: VM官网:www.vmware.com 不需要太高版本 安装较为简单,选典型安装,别放c盘即可 使用 1.创建虚拟机时,把每个处理器的内核数量调高(我调为8),注意别大于本机 2.虚拟机快照功能,能将虚拟机恢复到快照时的状态 3.虚拟机 管理 克隆:能克隆一个虚拟机 ...
分类:其他好文   时间:2019-01-19 18:52:39    阅读次数:177
[网络流24题] 飞行员配对方案问题
题目链接: "戳我" 算是最大流的模板了吧qwq 建立一个源点和汇点,分别向二分图的两边连边(容量为1) 最后输出方案的时候判断一下边不为0即可。 代码如下 include include include include include define MAXN 100010 using namesp ...
分类:其他好文   时间:2019-01-19 13:14:33    阅读次数:169
kubeadm安装kubernetes-v1.13.1
kubeadm安装kubernetes v1.13.1 centos虚拟机使用kubeadm安装k8s v1.13.1。 机器信息如下: | 主机名 | ip | | | | | master | 192.168.239.200 | | node1 | 192.168.239.201 | | nod ...
分类:Web程序   时间:2019-01-18 22:30:47    阅读次数:251
linux kernel swap daemon
The name swap daemon is a bit of a misnomer as the daemon does more than just swap modified pages out to the swap file. Its task is to keep the memory ...
分类:系统相关   时间:2019-01-18 18:31:41    阅读次数:150
DQN 相关论文。
开山之作: 《Playing Atari with Deep Reinforcement Learning》(NIPS) http://export.arxiv.org/pdf/1312.5602 《Human-level control through deep reinforcementlear ...
分类:其他好文   时间:2019-01-18 13:58:03    阅读次数:1111
1891条   上一页 1 ... 65 66 67 68 69 ... 190 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!