码迷,mamicode.com
首页 >  
搜索关键字:路由表 route static-rou    ( 5071个结果
TI_DSP_SRIO - Doorbell原理(中断路由到core-1)
Doorbell的中断到core的机制是由DOORBELLx_ICRRx寄存器实现的,共有八个ICRR寄存器。 When doorbell packets are received by the SRIO peripheral, these ICRRs route doorbell interrupt requests(在ISCR寄存器中指示) from the associated doo...
分类:其他好文   时间:2014-07-08 16:36:13    阅读次数:419
Problem Gas Station
Problem Description:There areNgas stations along a circular route, where the amount of gas at stationiisgas[i].You have a car with an unlimited gas ta...
分类:其他好文   时间:2014-07-07 15:52:25    阅读次数:231
解决内网、外网同时上的问题
状况:平时大家经常遇到上内网的同时也需要上外网,这个时候我们经常会用两个网卡分别上内网,或一个网卡同时上内、外网。 问题:但是会遇到一种麻烦的情况就是内网和外网不能同时上(例如:腾讯通和QQ不能同时在线)。怎么办呢? come on,让我们来着手解决问题吧! 在MS-DOS下我们输入route 这个...
分类:其他好文   时间:2014-07-06 17:43:18    阅读次数:188
HDU4240_Route Redundancy
题目很简单、给一个有向图,求两点间的最大流量与任意一条路中的最大流量的比值。最大流不说了,求出单条流量最大的路径可以用类似Spfa的方法来搞,保存到达当前点的最大流量,一直往下更新即可。召唤代码君:#include #include #include #include #define maxn 10...
分类:其他好文   时间:2014-07-05 19:53:06    阅读次数:184
MVC 路由模块分析(一)
概述主要分为四个部分进行分析。First ——Usage;then ——Extension;and then ——Design;last ——Test。1. Usage1.1 Display RouteData的值MVC针对每一个请求,都会将请求转化为一个RouteData对象,添加到全局路由表中。...
分类:Web程序   时间:2014-07-02 14:44:29    阅读次数:206
如何去掉centos下讨厌的169.254.0.0的静态路由
每次使用route-n命令查看路由的时候,总是能看见很烦人的169.254.0.0这个静态路由的存在,看着烦啊,有什么办法不让它显示呢?方法很简单[root@naomi~]#vi/etc/sysconfig/networkNETWORKING=yes HOSTNAME=heimao NOZEROCONF=yesok,现在重启网络再看看应该不会再出现这个讨厌的..
分类:其他好文   时间:2014-07-02 06:40:38    阅读次数:289
如果重新设计网络,有没有可能合并IP地址跟MAC地址?
前阵子看网络基础相关的书籍,冒过一个疑问,为什么要有MAC地址跟IP地址?两者可否合二为一?现在的逻辑是这样子:在数据传输过程中,路由器查看这个数据包的IP地址,跟路由表中记录的“IP集合:下一跳的mac地址”做对照,确定了要往那边扔;网卡在接收数据的时候,也会看看这个数据包中记录的目标MAC地址是...
分类:其他好文   时间:2014-07-02 00:25:19    阅读次数:358
Gas Station
题目 There are N gas stations along a circular route, where the amount of gas at station i is gas[i]. You have a car with an unlimited gas tank and it costs cost[i] of gas to travel from s...
分类:其他好文   时间:2014-07-01 11:02:24    阅读次数:158
linux如何添加路由表(转)
linux下静态路由修改命令方法一:添加路由route add -net 192.168.0.0/24 gw 192.168.0.1route add -host 192.168.1.1 dev 192.168.0.1删除路由route del -net 192.168.0.0/24 gw 192....
分类:系统相关   时间:2014-07-01 10:23:01    阅读次数:278
Gas Station
题目 There are N gas stations along a circular route, where the amount of gas at station i is gas[i]. You have a car with an unlimited gas tank and it costs cost[i] of gas to travel from s...
分类:其他好文   时间:2014-06-30 16:57:25    阅读次数:231
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!