码迷,mamicode.com
首页 >  
搜索关键字:edge    ( 2375个结果
ES02 变量、数组、对象、方法
1 变量 1.1 变量的声明 利用var关键字来声明变量,例如: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> < ...
分类:编程语言   时间:2018-03-24 21:28:08    阅读次数:292
[模板] 树链剖分找LCA
```cpp include include define MAX 500005 int d[MAX],fa[MAX],size[MAX],top[MAX],son[MAX]; int N,M,S,tot=0; int head[MAX]; struct edge{ int v,next; }G[M ...
分类:其他好文   时间:2018-03-24 20:39:03    阅读次数:133
8、git配置
linux安装依赖yum install curl-devel expat-devel gettext-devel \ openssl-devel zlib-devel首先下载githttps://mirrors.edge.kernel.org/pub/software/scm/git/wget h... ...
分类:其他好文   时间:2018-03-24 12:42:46    阅读次数:160
Linux下安装Git
Linux下安装Git 第一步:准备安装Git所需的依赖 执行下面的命令 第二步:下载获取Git源码包 如果想要下载别的版本的,可以去这个地址下载: https://mirrors.edge.kernel.org/pub/software/scm/git/ 选择对应版本的tar.gz的包,替换到上面 ...
分类:系统相关   时间:2018-03-22 23:52:30    阅读次数:420
JS实现确认、反选、取消按钮功能
<!DOCTYPEhtml><htmllang="zh-cn"><head><metacharset="UTF-8"><metahttp-equiv="X-UA-Compatible"content="IE=edge"><metaname="viewport"content="width=device-width,initial-s
分类:Web程序   时间:2018-03-22 16:00:34    阅读次数:280
linux下安装git
1:git安装 1.1:安装git环境准备 1.2:创建用户及配置家目录 1.3:编译安装 1.4:环境配置 1.5:配置帮助文件 1.6:查看版本 1.7:认证git下载地址:     https://mirrors.edge.kernel.org/pu...
分类:系统相关   时间:2018-03-19 22:42:10    阅读次数:311
SharePoint Server 2016 WEB 网站浏览器支持
SharePoint Server 2016支持多种常用的Web浏览器,如Internet Explorer,Google Chrome,Mozilla Firefox,Apple Safari和Microsoft Edge。但是,某些Web浏览器可能会导致某些SharePoint Server 2016功能降级,受限 在规划SharePoint Server 2016的部署时,我们建议您查看组
分类:Web程序   时间:2018-03-18 00:16:41    阅读次数:300
1134. Vertex Cover (25)
A vertex cover of a graph is a set of vertices such that each edge of the graph is incident to at least one vertex of the set. Now given a graph with ...
分类:其他好文   时间:2018-03-14 20:07:12    阅读次数:193
[HNOI2006] 超级英雄
"题目链接" cpp include include define MAXN 1005 using namespace std; int link[MAXN],vis[MAXN],head[MAXN]; struct edge{ int v,next; }G[MAXN ...
分类:其他好文   时间:2018-03-09 01:42:13    阅读次数:178
最小生成树
#include #include #include #include #include #include using namespace std; #define maxn 120005 #define maxm 10005 struct edge { int u;int v;int cost; ... ...
分类:其他好文   时间:2018-03-09 01:32:56    阅读次数:158
2375条   上一页 1 ... 76 77 78 79 80 ... 238 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!