您要查找的是不是:
- page table lookup 查页表
- This is the essence of a table lookup. 这是表查找功能的精髓。
- They wrote a program to do a table lookup. 他们编写了一个执行数据表查找功能的程序。
- Gets the engine's page table array. 得到引擎的页表数组。
- The usual bottleneck in a conventional router is the relentless next-hop route table lookup for the constant stream of incoming packets. 常规路由器中常见的瓶颈就是为不断送来的恒定的包流紧张地查找下一跳跃的路由表。
- A hardware register containing the physical address of the system page table. 一种硬件寄存器,其中保存有系统页表的物理地址。
- To warrant fast table lookup, states and events must be represented with an integer. 为保证快速的表格查找,状态和事件必须以整数来表示。
- The page tables are usually not pageable. 网页表格通常不分页。
- With QBRT,the forwarding decision is based on a full route table lookup to quickly and accurately determine each packet's next-hop route. 有了QBRT,转发决策是依据完整的路由表查找,快速、精确地决定每个包的下一跳跃路由。
- If the route table lookup shows that the packet is destined for a nonlocal subnet, the router forwards the packet to the next-hop router using the next-hop router's MAC address . 如果查找路由表显示包的目的地不在本地子网,路由器就利用下一跳路由器的MAC地址把包转发给下一跳路由器。
- With QBRT, the forwarding decision is based on a full route table lookup to quickly and accurately determine each packet's next-hop route. 有了qbrt,转发决策是依据完整的路由表查找,快速、精确地决定每个包的下一跳跃路由。
- It was analyzed the nonlinear cause of the catalytic sensor, and put forward the emendation scheme based on the fast table lookup scheme. 摘要分析了甲烷传感器(载体催化元件)使用过程中产生非线性的原因,并提出了快速查表法的校正方案;
- Each process has its own set of page directories and page tables. 每个进程都有自己的页目录和页表。
- If the route table lookup shows that the packet is destined for a nonlocal subnet,the router forwards the packet to the next-hop router using the next-hop router's MAC address . 如果查找路由表显示包的目的地不在本地子网,路由器就利用下一跳路由器的MAC地址把包转发给下一跳路由器。
- To break the linear address corresponding to each page table component, various macros are used in the kernel. 要将线性地址划分成对应的每个页表元素,需要在内核中使用不同的宏。
- If the route table lookup shows that the packet is destined for a nonlocal subnet, the router forwards the packet to the next-hop router using the next-hop router's MAC address. 如果查找路由表显示包的目的地不在本地子网,路由器就利用下一跳路由器的mac地址把包转发给下一跳路由器。
- Each level of page table deals with different sizes of memory - this global directory may deal with areas 4 MB in size. 每一级的页表都处理不同大小的内存这个全局目录可以处理4 MB的区域。
- A program that must translate letters from upper to lower case when they are in upper case can do a very fast table lookup that requires no conditionals, for example. 比如说,一个程序需要将大写字母转化为小写字母,可以不需任何条件地利用一个表格进行快速查找来实现。
- At bootstrapping, the system sets up the page table for 8 MB of physical memory. 在启动时,系统为8 MB的物理内存设置页表。
- The interest table lookup process is the bottleneck of packet forwarding delay and the most time consuming part is the repeated string matching involved. 路由表的搜寻一直是封包转送效能的瓶颈所在,然而,在路由搜寻的程序中,最耗时的就是字串比对。