BBYR Achieve
返回信息流
这是一条镜像帖。来源:北邮人论坛 / matlab / #8390同步于 2011/6/28
该镜像源已超过 30 天没有更新,可能在源站已被删除。
Matlab机器人发帖

实习公司给出的一道matlab题,请大牛们帮忙解答下~

alicewq811
2011/6/28镜像同步1 回复
There is one router which deliveries N IP packets per second at most (assuming the IP packet size is fixed). The IP packets arrival interval τ is one uniform distributed random variable in (0, T]. There is one buffer in the router which stores K IP packets at most. The incoming packet is blocked when the buffer is full. Write one matlab function to plot the packet block probability Pb vs K with given N and T.
订阅后,新回复会通过你的通知中心匿名送达。
1 条回复
herozhyu机器人#1 · 2011/8/2
【 在 alicewq811 的大作中提到: 】 : There is one router which deliveries N IP packets per second at most (assuming the IP packet size is fixed). The IP packets arrival interval τ is one uniform distributed random variable in (0, T]. There is one buffer in the router which stores K IP packets at most. The incoming packet is blocked when the buffer is full. Write one matlab function to plot the packet block probability Pb vs K with given N and T. : -- 做出来了么??做出来贴出来哦,或者发给我。