网络寻址定位,PFNETs
1)PFNETs网络寻址定位
2)the Technology of Network Resources Addressing and Locating网络资源寻址定位技术
3)network addressing网络寻址
4)addressable network可寻址网络
1.The brief analysis addressable network and turns on the net in bidirectional HFC the application;浅析可寻址网络及在双向HFC接入网的应用
5)content addressable network内容寻址网络
1.Based on the theory and model of content addressable network(CAN),the domain cluster CAN(DC-CAN) replica location strategy is presented for education resource grid.针对教育资源网格环境,引入了内容寻址网络CAN技术,提出了DC-CAN副本定位策略。
英文短句/例句

1.A Few Optimized Load Balancing Methods of Content Addressable Network内容寻址网络中几种负载均衡优化方法
2.Enhanced P2P Content-Addressable Network and the Discussion of Its Implementation under the NGI Environment;改进的P2P内容寻址网络及其在NGI环境中的实现探讨
3.Memory BISR Based on Content Addressable Memory利用内容可寻址技术的存储器BISR方法
4.The men and women at BAY TSP are the Web version of undercover cops, posing as pirates, seeking copyrighted materialBay TSP公司的员工就像网络卧底警察,装作盗版者并寻找版权内容。
5.A Firewall System Based on Content-Addressable Memory and ARM;一种基于ARM和内容可寻址存储器的硬件防火墙
6.Research on Computer Network Resources Naming and Addressing Technologies;计算机网络资源命名和寻址技术的研究
7.IP Addressable Audio Playback System Based on the Network Microcontroller;基于网络微控制器的IP可寻址音频播放系统
8.Please provide your name , telephone number , e-mail address and state your questions clearly .请提供联络人姓名、电话、电邮地址及查询内容。
9.The contents of this memory are addressable by location, without regard to the type of data contained there.主存的内容按位置寻址,而不考虑储存的是何种数据。
10.It's important to know which search engines your prospects use and how to optimize web content for those search engines.重要的是知道未来期望使用哪个查寻引擎,怎么针对那些搜索引擎怎么优选网络内容。
11.In the Address indexed box, type the address at which the content will be crawled.在“编入索引的地址”框中,键入将要对其进行爬网的内容的地址。
12.In the Link box, type the Web address or path where the content is located.在“链接”框中,键入此内容所在的网址或路径。
13.This is the address and description of the Web site to include in the content index.这是要包含在内容索引中的网站的地址和说明。
14.This is the address of the Web site to include in the content index.这是要包含在内容索引中的网站的地址。
15.Enter an address and description of the Web site to include in the content index.输入要包含在内容索引中的网站地址和说明。
16.This auction is for the domain name– web address- only.这次拍卖内容仅限为域名或者说是网址。
17.An Introduction of Websites for British and American Language and Literature Journals;常用英美语言文学期刊网址及内容简介
18.Node - An addressable unit in a network, which can be a computer, workstation or control unit.节-在网络中的一个可寻址的单元,可能是计算机,工作站或控制单元。
相关短句/例句

the Technology of Network Resources Addressing and Locating网络资源寻址定位技术
3)network addressing网络寻址
4)addressable network可寻址网络
1.The brief analysis addressable network and turns on the net in bidirectional HFC the application;浅析可寻址网络及在双向HFC接入网的应用
5)content addressable network内容寻址网络
1.Based on the theory and model of content addressable network(CAN),the domain cluster CAN(DC-CAN) replica location strategy is presented for education resource grid.针对教育资源网格环境,引入了内容寻址网络CAN技术,提出了DC-CAN副本定位策略。
6)CAN[英][k?n][美][k?n]内容寻址网络
1.The Content Addressable Network (CAN) is a method to implement the structured P2P network.内容寻址网络(ContentAddressableNetworkCAN)是结构化P2P的一种实现方案,它使用分布式哈希表(DHT)实现了文件信息和它的存储位置的映射。
2.An introduction to the basic architecture and the principle of CAN is given .介绍了内容寻址网络的基本结构和工作原理,分析了内容寻址网络的3种基本操作:节点加入,节点失效以及寻路。
3.At the beginning, basic architecture and the principle of CAN are introduced, then above content location method is elucidated in detail.本文提出在保持内容寻址网络(Content Addressable Network:CAN)现有特性的基础上建立一种更快捷有效的内容定位结构:基于快捷链接和最小距离的内容定位。
延伸阅读

寻址方式寻址方式addressing mode xunzh一fangsh-寻址方式(如dn治sing mode)生成计算机指令中实际使用的有效地址的方法。 不同的计算机有多种寻址方式,下面介绍广泛采用的几种,并以一地址指令为例加以说明。 (l)直接寻址 指令的地址码部分给出操作数在存储器中的地址,如图1所示,图中的寻址方式由操作码(〕P约定,A为地址。存储器 ┌───┐┌─┬─┬─┐│ ││OP│ │A ││ │└─┴─┴─┘│ │ ├───┤ │操作数│ └───┘图1直接寻址 (2)寄存器寻址 中央处理器中一般设置有一定数量的通用寄存器,用以存放操作数、操作数地址或运算的中间结果。指令的地址码A为通用寄存器地址,操作数在该寄存器中。这种寻址方式也可看作是一种直接寻址。(3)间接寻址 根据指令的地址码从存储器或寄存器中取出的内容不是操作数,也不是下一条要执行的指令,而是操作数的地址或指令的地址。这种寻址方式称为间接寻址,简称间址。间接寻址有一次间址和多次间址两种情况,大多数计算机只允许一次间址,图2(a)与(b)分别表示寄存器一次间址和存储器一次间址,图2(b)取操作数需访问存储器两次。指令字┌─┬─┬─────┐ │OP│ │R │┌───┐└─┴─┴─────┘│ │ ┌───────┐ │ │ │ │ ├───┤ ├───────┤ │操作数│ │宙.....,....-│ │ │ ├───────┤ └───┘ │ │ └───────┘ 存储器通用寄存器┌─┬─┬─┐ │OP│ │A │┌───────┐└─┴─┴─┘│ │ ├───────┤ │一一一丁-一一 │ ├───────┤ │-一二匕-二二 │ ├───────┤ │ │ ├───────┤ │操作数 │ └───────┘图2间接寻址(a)通用寄存器间址;(b)存储器间址 (4)基址寻址 在中央处理器中设置一个专用的基址寄存器,或由指令指定一个通用寄存器作为基址寄存器,操作数的地址由基址寄存器的内容和指令的地址码A相加得到,如图3所示。在这种情况下,地址码A实际上是一个位移量。 基址寄存器主要用于为程序或数据分配存储区,或扩大地址码长度。