码迷,mamicode.com
首页 >  
搜索关键字:connected    ( 1446个结果
[简单路径] Useful Decomposition
Ramesses knows a lot about problems involving trees (undirected connected graphs without cycles)! He created a new useful tree decomposition, but he d ...
分类:其他好文   时间:2019-11-09 22:05:43    阅读次数:81
Educational Codeforces Round 37 (Rated for Div. 2) E. Connected Components? 图论
E. Connected Components? You are given an undirected graph consisting of n vertices and edges. Instead of giving you the edges that exist in the graph ...
分类:其他好文   时间:2019-11-07 19:37:43    阅读次数:118
BBC短片:20世纪最伟大的科学家之一 —— 屠呦呦
The envelope was stuffed full of original documents connected to the discovery of artemisinin and one name stood out from the rest – TuYouyou. Finally ...
分类:其他好文   时间:2019-11-05 12:07:04    阅读次数:313
[算法模版]Tarjan爷爷的两种图论算法
[算法模版]Tarjan爷爷的两种图论算法 前言 Tarjan爷爷发明了很多图论算法,这些图论算法有很多相似之处(其中一个就是我都不会)。这里会对这三种算法进行简单介绍。 定义 强连通(strongly connected) : 在一个有向图$G$里,设两个点$ a, b $发现,由$a$有一条路可 ...
分类:编程语言   时间:2019-11-04 15:35:03    阅读次数:74
第四次实验报告:使用Packet Tracer理解RIP路由协议
姓名 张丽芬 学号 201821121095 班级 计算1814 1 实验目的 理解RIP路由表的建立与更新 感受RIP坏消息传得慢 2 实验内容 使用Packet Tracer,正确配置网络参数,使用命令查看和分析RIP路由信息。 建立网络拓扑结构 配置参数 分析RIP路由信息 3. 实验报告 3 ...
分类:其他好文   时间:2019-11-02 19:56:43    阅读次数:120
第四次实验报告:RIP路由协议的解析
在此次实验中,通过对两个路由器之间的路由表的建立与更新情况的分析,解析RIP路由协议,以此了解网络层的工作原理。 ...
分类:其他好文   时间:2019-11-02 00:02:56    阅读次数:121
6.流程类优化
网优四大部分优化 覆盖类优化 容量类优化 功率类优化(干扰类优化) 流程类优化 按照流程的步骤,一步步分析优化,与流程相关的优化 入网初始接入,重入网,切换,寻呼,位置更新等 所有制式的状态,发生的变化都是类似的。 空闲状态rrc idle 连接状态rrc connected 状态转移 都是伴随信令 ...
分类:其他好文   时间:2019-11-01 09:57:08    阅读次数:90
PAT-1013 Battle Over Cities (25 分) DFS求连通块
It is vitally important to have all the cities connected by highways in a war. If a city is occupied by the enemy, all the highways from/toward that c ...
分类:其他好文   时间:2019-10-29 13:38:19    阅读次数:92
PAT-1021 Deepest Root (25 分) 并查集判断成环和联通+求树的深度
A graph which is connected and acyclic can be considered a tree. The height of the tree depends on the selected root. Now you are supposed to find the ...
分类:移动开发   时间:2019-10-29 13:23:13    阅读次数:101
IDEA debug提示Connected to the target VM, address: '127.0.0.1:xxxxx', transport: 'socket'的原因
这个原因纠缠了我很长一段时间因为并不耽误程序的运行一直没解决。今天在一位同事的指导下发现,idea很正常,不正常的只是我的眼睛。。。 废话不多说,跟网上资料说的maven版本不兼容,ctrl+shift+F8 去除勾选什么的没有关系。 很明显这里不是显示启动信息的地方,这是显示变量的地方,就是断点进 ...
分类:其他好文   时间:2019-10-23 16:47:36    阅读次数:1290
1446条   上一页 1 ... 13 14 15 16 17 ... 145 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!