我看字典>英语词典>traversing翻译和用法

traversing

英 [trəˈvɜːsɪŋ]

美 [trəˈvɜːrsɪŋ]

v.  横过; 横越; 穿过; 横渡
traverse的现在分词

现在分词:traversing 

计算机

柯林斯词典

  • VERB 横穿;横越;穿过
    If someone or somethingtraversesan area of land or water, they go across it.
    1. I traversed the narrow pedestrian bridge.
      我走过狭窄的人行天桥。
    2. …a steep-sided valley traversed by streams.
      溪流横贯、两侧山势陡峭的山谷

双语例句

  • The dentry also maintains relationships between directories and files for traversing file systems.
    dentry还维护目录和文件之间的关系,从而支持在文件系统中移动。
  • Traversing and manipulating the DOM in general can have a heavy performance burden on a web application.
    完全遍历和操作DOM会给web应用程序造成很大性能负担。
  • Algorithm Design and Implementation of Traversing NAT for Media Streams
    一种媒体流穿越NAT的算法设计与实现
  • The Collections framework introduced iterators for traversing a list or other collection, which optimizes the process of iterating through the elements in a collection.
    集合框架引入了迭代器,用于遍历一个列表或者其他集合,从而优化了对一个集合中的元素进行迭代的过程。
  • System calls are an efficient way of traversing between user-space and the kernel to request services in the kernel-space.
    系统调用是穿越用户空间和内核空间,请求内核空间服务的一种有效方法。
  • In spite of its name, silk was not the most important commodity traversing the Silk Road.
    虽然名为丝绸之路,丝绸却并不是穿过该路线运送的最重要的商品。
  • Design and Development of Traversing Record System Based on PDA
    基于PDA的导线测量记簿系统的设计与开发
  • The method involves traversing the table and getting the network address family, interface and protocol.
    这个例程遍历这个表,获取网络地址系列、接口和协议。
  • When traversing spreadsheets and extracting data, you can store the data in any number of objects: Strings.
    遍历电子表格抽取数据时,可以将数据存储在任意数量的对象中:Strings.Arrays。
  • The elements are doubly-linked so that an arbitrary element can be removed without traversing the list.
    那些元素双向链接的,所以不用遍历链表就可以删除任意一个元素。