- 重点词汇
- marineadj.海洋的;海产的;海军的;海船的;
- wavesn.波( wave的名词复数 );挥手;涌现的人(或事物);汹涌的行动(或思想)态势;
- inprep. 在里面;在(某范围或空间内的)某一点;在(某物的形体或范围)中;在…内;在…中;进入
- self-propulsionn.自力推进
- boatn.小船,小艇;轮船;
- researchn.研究,调查,探索;
- onprep. (覆盖、附着)在…上;由…支撑着;在(运输工具)上;在(某一天);就在…之后;关于(事或人);(身上)带着;为(某团体或组织)的一员;吃;(表示方向)在,向,对;在,接近(某地);根据;以…支付;通过;与…相比
- testn.试验;考验;测验;化验;
- Waves[电影]波浪;
- 相关例句
fibre-reinforced plastics - methods of producing test plates - contact and spray-up moulding
纤维增强塑料.试验板的生产方法.接触模压法和喷射成形法
互联网摘选
纤维增强塑料.试验板的生产方法.第2部分:接触模压法和喷射成形法
互联网摘选
xpand was then used to parse and translate the grammar into a hashmap-based data structure
接下来,使用Xpand解析语法并将其转换为基于HashMap的数据结构
互联网摘选
so there are 215 = 32, 768 nodes in each binarytree stored into the hashmap.
(所以每个BinaryTree有215=32,768个节点被存储在HashMap中)。
互联网摘选
很显然,这种方法很糟糕,但是解决方法也很简单:永远不要将可变对象类型用作HashMap中的键。
互联网摘选
in the example here, you don't need a response, so an empty hash map is used.
在本例中,您不需要响应,因此使用了空的Hashmap。
互联网摘选
attributes (such as id and iata) are defined using groovy hashmap key: value syntax.
而属性(诸如id和iata)是用Groovy散列映射键:值语法定义的。
互联网摘选
the two retrieval methods simply retrieve the value from the hashmap (figure 14 and 15).
这两个检索方法只检索HashMap中的值(图14和图15)。
互联网摘选
get to retrieve the string, and then call string. indexof to extract the desired rights identifier.
接着,程序将调用HashMap.get检索该字符串,然后调用String.indexOf抽取想要的权限标识符。
互联网摘选
this is unexpected because hash maps have constant time search whereas trees have log(n) search.
这很出乎意料,因为hashmap的搜索时间是常量,但trees的搜索时间却是log(n)。
互联网摘选
主要差别是,实例化了一个HashMap,用于将一个String值与一个String键相关联。
互联网摘选
the static hasmany setting is a groovy hashmap: the key is trip; the value is the trip class.
静态的hasMany设置是个Groovy的hashmap:键是trip;值是Trip类。
互联网摘选
比如在HashMapmap上调用方法要比在Mapmap上调用方法更高效,虽然两个map都是HashMap。
互联网摘选
清单4说明如何使用定制的数据绑定在业务对象和java.util.HashMap之间建立映射。
互联网摘选