码迷,mamicode.com
首页 >  
搜索关键字:network flow    ( 15312个结果
Internet protocol security (ipsec) packet processing for multiple clients sharing a single network address
Embodiments of the present invention address deficiencies of the art in respect to secure communications for multiple hosts in an address translation ...
分类:Web程序   时间:2014-08-05 02:54:48    阅读次数:381
POJ2349&ZOJ1914--Arctic Network【最小生成树】
链接:http://poj.org/problem?id=2349 题意:北极有一些村庄,现需要在这些村庄间建立起通讯,有s个卫星频道,任何两个拥有卫星频道的村庄都可以直接通过卫星进行通讯而无视距离,没有卫星的村庄通过无线电进行通讯,并且这两个村庄的距离不能超过D,D值取决于无线电收发器的功率,功率越大,D值越大,但价格也越高,出于购买费用和维护费用的考虑,所有村庄的无线电收发器都相同,即D值相...
分类:Web程序   时间:2014-08-05 00:51:30    阅读次数:302
SSH Secure Shell Client--- the host may be dow
the host may be down,or there may be a problem with the network connection.Sometimes such problems can also be caused by a misconfigured firewall.遇到这样...
分类:其他好文   时间:2014-08-05 00:19:28    阅读次数:454
Ralink RT3290无线网卡驱动安装 (linux)
Ralink RT3290无线网卡驱动安装 (linux, 笔记备忘)1. 设备信息查看无线网卡设备信息1 # lspci 2 02:00.0 Network controller: Ralink corp. Device 32902. 驱动下载http://pan.baidu.com/s/1sjs...
分类:系统相关   时间:2014-08-05 00:02:58    阅读次数:814
Method and apparatus for establishing IEEE 1588 clock synchronization across a network element comprising first and second cooperating smart interface converters wrapping the network element
Apparatus for making legacy network elements transparent to IEEE 1588 Precision Time Protocol operation. Network elements are wrapped by device(s) cap...
分类:移动开发   时间:2014-08-04 21:05:07    阅读次数:464
UVA 10369 Arctic Network
题目来源:http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=1310 最小生成树问题,Prim算法在这种给出坐标的情况相对Kruskal算法优势还是很大。 .....
分类:Web程序   时间:2014-08-04 20:39:27    阅读次数:312
CentOS网络基本配置命令
网卡的配置分为两种:动态——暂留内存而已。ifconfigeth0192.168.0.X/24静态——启动之后存在。cd/etc/sysconfig/network-scripts/catifcfg-eth0(展示文本)vimEsc+.(快捷,使用上一条命令的参数)ONBOOT=yes(自动运行)BOOTPROTO=dhcp(自动分配)将此命令代替为:BOOTPROTO=sta..
分类:其他好文   时间:2014-08-04 18:08:58    阅读次数:257
poj1236 Network of Schools ,求强连通分量(Tarjan算法),缩点
题目链接: 点击打开链接 题意:  给定一个有向图,求: 1) 至少要选几个顶点,才能做到从这些顶点出发,可以到达全部顶点 2) 至少要加多少条边,才能使得从任何一个顶点出发,都能到达全部顶点     顶点数 求完强连通分量后,缩点,计算每个点的入度,出度。  第一问的答案就是入度为零的点的个数,  第二问就是max(n,m) // 入度为零的个数为n, 出度为...
分类:Web程序   时间:2014-08-04 18:05:17    阅读次数:290
Chapter 1 Securing Your Server and Network(10):使用扩展保护避免授权中继攻击
在客户端和服务器互访过程中,授权是会一直保持,通过验证,可以接受或拒绝连接。...
分类:Web程序   时间:2014-08-04 14:18:37    阅读次数:286
tarjan+缩点+强连通定理
C - Network of Schools Time Limit:1000MS     Memory Limit:10000KB     64bit IO Format:%I64d & %I64u Submit Status Description A number of schools are connected to a computer network....
分类:其他好文   时间:2014-08-04 11:02:27    阅读次数:177
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!