1)Anycast任意播
1.This paper introduce the MSDP protocol, and give out anycast RP mechanism for the purposes of load balancing and redundancy.鉴于在运行PIM SM的大型组播网络中 ,RP是一个单点故障点 ,在分析了MSDP协议原理之后 ,给出了任意播解决方案 ,以实现负载均衡和容
2)Anycast group任意播组
3)ASM任意源组播
1.While supporting ASM very well, it is helpful for host mobile multicast.该方案具有良好的扩展性和负载平衡性,能够很好地支持任意源组播(ASM),并为主机移动组播提供了方便。
4)Anycast任播
1.Analysis of Anycast and its Security Issues over IPv6 Network;IPv6任播及其安全性分析
2.Anycast Routing Protocol Based on Density and Distance基于密度和距离的任播路由协议
3.This paper proposes a new kind of Anycast communication model which is built on the basis of Anycast tree and can solve Anycast scalability problem.针对任播扩展局限性问题提出了一种任播树模型并且在此基础上建立了可扩展的任播通信模型。
英文短句/例句
1.Anycast Multi-Target Routing Protocol Based on Mobile Agent基于移动Agent的任播多目标路由协议
2.Navigation Warning Broadcasting Responsibility Areas航行警告广播责任区
3.She retails any kind of rumor.她任何一种谣言都传播。
4.U.S. News Communication: From Libertarian to Responsibility;美国新闻传播:从自由放任到强调责任
5.At the last minute, and without explanation, it was pulled from the air.在最后的时刻,没有任何解释,它被播出。
6.report for the Times, the BBC, etc任《泰晤士报》、 英国广播公司等记者.
7.Phoebe announces four programs a week.菲碧一星期担任四个节目的播音员。
8.Richard is go to narrate in the new radio play理查将在这个新的广播剧中担任旁白
9.Richard went to narrate in the new radio play.理查将在这个新的广播剧中担任旁白。
10.Our task is to spread scientific knowledge to villagers.我们的任务是向村民传播科学知识。
11.The announcer doubled in brass as the station's music librarian.这位播音员还兼任电台乐器保管员。
12.An increased velocity is randomly dispersed.增加的速度任意地四散传播。
13.How to Communicate Advanced Culture Is the Basic Task of News Media传播先进文化是新闻传媒的根本任务
14.Current Analysis of Railroad Corporate's CSR Communication Information铁路企业社会责任信息传播现状分析
15.Trust model-based secure application layer multicast protocol基于信任模型的安全应用层多播协议
16.Anyone can broadcast electromagnetic waves and no one really owns the transmission medium.任何人都能广播电磁波,实际上没有人拥有这种传播介质。
17.With the TV and radio news pulsing through the house all day there is no protection for anyone from the real world.房子里整天播放着电视和广播新闻,任何人都无法逃避现实生活。
18.Several television channels and radio stations do nothing but broadcast the Koran.有些电视频道和广播电台除了播放***,没有任何其它节目。
相关短句/例句
Anycast group任意播组
3)ASM任意源组播
1.While supporting ASM very well, it is helpful for host mobile multicast.该方案具有良好的扩展性和负载平衡性,能够很好地支持任意源组播(ASM),并为主机移动组播提供了方便。
4)Anycast任播
1.Analysis of Anycast and its Security Issues over IPv6 Network;IPv6任播及其安全性分析
2.Anycast Routing Protocol Based on Density and Distance基于密度和距离的任播路由协议
3.This paper proposes a new kind of Anycast communication model which is built on the basis of Anycast tree and can solve Anycast scalability problem.针对任播扩展局限性问题提出了一种任播树模型并且在此基础上建立了可扩展的任播通信模型。
5)arbitrariness[英]['ɑ:bi,tr?rinis][美]['ɑrb?,tr?r?n?s]任意
6)arbitrary[英]['ɑ:b?tr?ri][美]['ɑrb?'tr?r?]任意
延伸阅读
ANSYS中在任意面施加任意方向任意变化的压力方法在任意面施加任意方向任意变化的压力 在某些特殊的应用场合,可能需要在结构件的某个面上施加某个坐标方向的随坐标位置变化的压力载荷,当然,这在一定程度上可以通过ANSYS表面效应单元实现。如果利用ANSYS的参数化设计语言,也可以非常完美地实现此功能,下面通过一个小例子描述此方法。 !!!在执行如下加载命令之前,请务必用选择命令asel将需要加载的几何面选择出来 !!! finish /prep7 et,500,shell63 press=100e6 amesh,all esla,s nsla,s,1 ! 如果载荷的反向是一个特殊坐标系的方向,可在此建立局部坐标系,并将 ! 所有节点坐标系旋转到局部坐标系下. *get,enmax,elem,,num,max dofsel,s,fx,fy,fz fcum,add !!!将力的施加方式设置为"累加",而不是缺省的"替代" *do,i,1,enmax *if,esel,eq,1,then *get,ae,elem,i,area !此命令用单元真实面积,如用投影面积,请用下几条命令 ! *get,ae,elem,i,aproj,x !此命令用单元X投影面积,如用真实面积,请用上一条命令 ! *get,ae,elem,i,aproj,y !此命令用单元Y投影面积 ! *get,ae,elem,i,aproj,z !此命令用单元Z投影面积 xe=centrx !单元中心X坐标(用于求解压力值) ye=centry !单元中心Y坐标(用于求解压力值) ze=centrz !单元中心Z坐标(用于求解压力值) ! 下面输入压力随坐标变化的公式,本例的压力随X和Y坐标线性变化. p_e=(xe-10)*press+(ye-5)*press f_tot=p_e*ae esel,s,elem,,i nsle,s,corner *get,nn,node,,count f_n=f_tot/nn *do,j,1,nn f,nelem(i,j),fx,f_n !压力的作用方向为X方向 ! f,nelem(i,j),fy,f_n !压力的作用方向为Y方向 ! f,nelem(i,j),fz,f_n !压力的作用方向为Z方向 *enddo *endif esla,s *enddo aclear,all fcum,repl !!!将力的施加方式还原为缺省的"替代" dofsel,all allsel