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
链接:http://poj.org/problem?id=2349
题意:北极有一些村庄,现需要在这些村庄间建立起通讯,有s个卫星频道,任何两个拥有卫星频道的村庄都可以直接通过卫星进行通讯而无视距离,没有卫星的村庄通过无线电进行通讯,并且这两个村庄的距离不能超过D,D值取决于无线电收发器的功率,功率越大,D值越大,但价格也越高,出于购买费用和维护费用的考虑,所有村庄的无线电收发器都相同,即D值相...
分类:
Web程序 时间:
2014-08-05 00:51:30
阅读次数:
302
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, 笔记备忘)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
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
题目来源: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
网卡的配置分为两种:动态——暂留内存而已。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
题目链接: 点击打开链接
题意:
给定一个有向图,求:
1) 至少要选几个顶点,才能做到从这些顶点出发,可以到达全部顶点
2) 至少要加多少条边,才能使得从任何一个顶点出发,都能到达全部顶点
顶点数
求完强连通分量后,缩点,计算每个点的入度,出度。
第一问的答案就是入度为零的点的个数,
第二问就是max(n,m) // 入度为零的个数为n, 出度为...
分类:
Web程序 时间:
2014-08-04 18:05:17
阅读次数:
290
在客户端和服务器互访过程中,授权是会一直保持,通过验证,可以接受或拒绝连接。...
分类:
Web程序 时间:
2014-08-04 14:18:37
阅读次数:
286
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