英语人>网络例句>可包含的 相关的搜索结果
网络例句

可包含的

与 可包含的 相关的网络例句 [注:此内容来源于网络,仅供参考]

From a programming point of view, a board is an addressable system component that contains resources.

从编程角度看,线路板是一中包含源的可寻址系统组件。

This curriculum mainly narrated the VHDL complete characteristic, also has contained the related number system design knowledge, the content including the electronic design automation tool's use, CMOS and the programmable logical craft, the Boolean algebra and the combinatory logic design basic principle

本课程主要讲述了VHDL的全部特征,也包含了有关数字系统设计的知识,内容包括电子设计自动化工具的使用,CMOS和可编程逻辑工艺、布尔代数和组合逻辑设计的基本原则,各种建模的技术,有限状态机的设计,以及三个重要的可测试设计;扫描路径、内置自检和边界扫描等。

This method combined the traceroute result with the topology information obtained by tomography to construct a final topology using minimum similarity cluster algorithm and merging and constructing anonymous routers algorithm.the simulation on ns2 shows that this method not only be able to infer the network topology which contains uncooperative routers, but also enormously reduce the number of probes.

该方法可通过提出的最小相似度聚类算法和匿名节点构造归并算法,将网络层析成像获得的拓扑信息与traceroute探测结果融合,构成最终的拓扑结构。ns2的仿真表明,该方法不仅可识别包含不协作节点的网络拓扑,且所使用的探测包的数量也大大减少。

According to the different orientations of domain walls with respect to the (100) observation plane of a foil, 90°domain boundaries may be divided into two kinds. one is thin lens or ring shaped a-a 90°domain boundary, and the domain wall lies on the {110} plane; Usually, most of these domain boundaries are uncharged; according to the extinction rules for the (011) domain walls, the displacement vector 〓 along 〓 can be dertermined, which is parallel to the line of intersection between the domain wall and the plane consisting of spontaneous polarization vectors on both sides of domain boundary; from selected area electon diffraction of crystals including domain boundary, we not only examine slight difference in the crystal parts on both sides of the domain boundary, but also obtain crystallographic relationship between them, that is, there exists a 180°rotation symmetry operator along a normal of domain wall. The other is Z or ring shaped a-c 90°domain boundary along {010} direction, and the displacement vector 〓 runs along 〓 direction.

根据界面相对于样品中(100)观测面取向的不同,90°畴可分为两类:一类为薄透镜片状或环状的a-a90°畴,其界面平行于{110},多数不带电,由消光规律可确定其位移矢量平行于畴界面与自发极化所在平面的交迹,即,〓方向,而从包含畴界的选区电子衍射图可知,这种不带电的90°畴界两侧存在微小的取向差,其界面两侧的结晶学关系为以界面法线为二次轴的旋转关系;另一类为Z状或环状的a-c90°畴,其界面平行于[010]或[001],相应的位移矢量为〓方向。

The plastic deformation induced due to cyclic rotation of principal stress axes alone can be in the same magnitude as that due to shear with fixed principal stress axes. 2 The volumetric strain due to shearing of cyclic rotation of principal stress axes is found to be composed of a reversible dilatancy component and an irreversible dilatancy component. The former is characterized by its reversibility and is independent of past shear history, the latter by its irreversibility increases with the increase of cycle number yet its increase rate decreases with its accumulation. 3 The obvious non-coaxiality between directions of the principal stresses and principal strain increments is found and its degree depends largely on the change of shear stress component. 4 The intermediate principal stress has considerable effects on the deformation behavior of sands in the condition of cyclic rotation of principal stress axes. The accumulation rate of the irreversible dilatancy component increases with the increase of the intermediate principal stress parameter.

具有初始各向异性的砂土在纯应力主轴循环旋转排水条件下的主要变形规律为:①纯应力主轴循环旋转可产生与应力主轴固定单调剪切处于同一数量级的塑性变形;②纯应力主轴循环旋转引起的剪切体变包含可逆性剪切体变分量和不可逆性剪切体变分量两部分,其中可逆性剪切体变分量在一周内可完全恢复,基本与应力历史无关;不可逆性剪切体变分量随循环周数的增加呈单调增加,且增加速率随其自身累积值的增大呈减小趋势;③应变增量主轴与应力主轴之间的非共轴现象显著,且在一周内具有分段性;④中主应力对应力主轴循环旋转条件下砂土的变形特性有重要影响,不可逆性剪切体变分量的累积速率随中主应力系数的增加而增加。

System.out.println("a.length="+ a.length); System.out.println("b.length ="+ b.length);// The handles inside the array are // automatically initialized to null: for(int i = 0; i nbsp;b.length; i++) System.out.println; System.out.println("c.length ="+ c.length); System.out.println("d.length ="+ d.length); a = d; System.out.println("a.length ="+ a.length);// Java 1.1 initialization syntax: a = new Weeble { new Weeble, new Weeble }; System.out.println("a.length ="+ a.length);// Arrays of primitives: int e;// Null handle int f = new int[5]; int g = new int[4]; for(int i = 0; i nbsp;g.length; i++) g = i*i; int h ={ 11, 47, 93 };// Compile error: variable e not initialized://!

句柄。此时,编译器会禁止我们对这个句柄作任何实际操作,除非已正确地初始化了它。数组b被初始化成指向由Weeble句柄构成的一个数组,但那个数组里实际并未放置任何Weeble对象。然而,我们仍然可以查询那个数组的大小,因为b指向的是一个合法对象。这也为我们带来了一个难题:不可知道那个数组里实际包含了多少个元素,因为length只告诉我们可将多少元素置入那个数组。换言之,我们只知道数组对象的大小或容量,不知其实际容纳了多少个元素。尽管如此,由于数组对象在创建之初会自动初始化成null,所以可检查它是否为null,判断一个特定的数组&空位&是否容纳一个对象。类似地,由基本数据类型构成的数组会自动初始化成零、null或者false。

An ultra-high strength, weldable, low alloy steel with excellent cryogenic temperature toughness in the base plate and in the heat affected zone when welded, having a tensile strength greater than 830 MPa (120 ksi) and a micro-laminate microstructure comprising austenite film layers and fine-grained martensite/lower bainite laths, is prepared by heating a steel slab comprising iron and specified weight percentages of some or all of the additives carbon, manganese, nickel, nitrogen, copper, chromium, molybdenum, silicon, niobium, vanadium, titanium, aluminum, and boron; reducing the slab to form plate in one or more passes in a temperature range in which austenite recrystallizes; finish rolling the plate in one or more passes in a temperature range below the austenite recrystallization temperature and above the Ar3 transformation temperature; quenching the finish rolled plate to a suitable Quench Stop Temperature; stopping the quenching; and either, for a period of time, holding the plate substantially isothermally at the QST or slow-cooling the plate before air cooling, or simply air cooling the plate to ambient temperature.

在基体板以及焊接时的热影响区处的低温韧性优异的超高强度、可焊接、低合金钢具有高于830MPa(120ksi)的抗拉强度,并且具有包含奥氏体薄膜层和细晶粒的马氏体/下贝氏体板条的显微层状组织,所述钢的制备过程为:加热含有铁以及特定重量百分比的添加元素的钢坯,所述添加元素为碳,锰,镍,氮,铜,铬,钼,硅,铌,钒,钛,铝,以及硼中的一些或全部;在奥氏体可发生再结晶的温度范围内,采用一个或多个道次,将所述钢坯轧制成板材;在低于奥氏体再结晶温度但高于Ar 3 转变点的温度下,采用一个或多个道次对所述板材进行终轧;将所述终轧板材淬火至一适当淬火终止温度;停止所述淬火;或者在空冷前在QST点基本等温保持所述板材一段时间,或者对所述板材进行缓慢冷却,或者只是简单地将所述板材空冷至室温。

The analysis model of grouped-metadata may construct based on coupling information of variables and methods inside component. According to formal component couping testing criteria description, coupling relationship among methods inside component is decribed using component methods coupling graph. And DU table is further constructed, which includes definition and definition information of component method. Then observation mechanism based on observation–points is introduced in order to increase the observability of component. An implementation framework of testable component is constructed bansed on coupling information.

分层描述性元数据中的分析模型基于构件内变量和方法之间的耦合信息来构造,根据形式化的构件耦合测试准则描述,使用构件方法耦合图的概念描述构件中方法之间的耦合关系,进而构造包含构件内定义和使用信息的DU表,并引入旨在提高构件可观察性的基于观察点的监控机制,构造一个基于构件耦合信息的可测试构件的总体实现框架。

To invest in China to establish a subsidiary, the main production to CT, PP, OPS, PET, HIPS material, such as one-time environment-friendly plastic food packaging containers, the company has developed a series includes meals together, instant noodles / food, ice cream, Magic dike products, packaging supplies, such as supermarkets and fresh food packaging containers of plastic products, can also be based on customer requirements to develop new plastic food packaging containers, Product Features: can hold microwave heating, can be resistant to cold storage, and environmental protection.

我司是著名跨国塑料食品包装生产厂家--日本中央化学株式会社在中国投资建立的子公司,主要生产以CT、PP、OPS、PET、HIPS等为材质的一次性环保型塑料食品包装容器,公司已开发出一系列包含餐合、方便面/食品、雪糕、魔圩制品、超市生鲜包装耗材等的塑料食品包装容器产品,亦可根据客户要求开发新的塑料食品包装容器,产品特点:可放微波炉加热、可耐低温贮藏、环保等。

The required process specification can be found on the paste supplier's Web site and also is built into the software of some of the modern thermal profilers.

所需的工艺技术规范可到焊膏供应商的网站去查询,还可从包含有最新的热曲线分布图的软件中获得。

第17/41页 首页 < ... 13 14 15 16 17 18 19 20 21 ... > 尾页
推荐网络例句

In the negative and interrogative forms, of course, this is identical to the non-emphatic forms.

。但是,在否定句或疑问句里,这种带有"do"的方法表达的效果却没有什么强调的意思。

Go down on one's knees;kneel down

屈膝跪下。。。下跪祈祷

Nusa lembongan : Bali's sister island, coral and sand beaches, crystal clear water, surfing.

Nusa Dua :豪华度假村,冲浪和潜水,沙滩,水晶般晶莹剔透的水,网络冲浪。