英语人>网络例句>dense set 相关的网络例句
dense set相关的网络例句

查询词典 dense set

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

It presents test results of performance for three structural types of cement stabilized macadam including suspend-dense structure framework-dense structure and framework-pore structure, for two structural types of lime fly-ash macadam including suspend-dense structure and framework-dense structure, and for cement stabilized soil. By the probability analysis of Weibull on the results of fatigue test, the paper has a serial of fatigue prefigurative models. What's more, amends these models linking to the factual pavement performance.

在对三种结构的水泥稳定碎石(悬浮密实结构、骨架密实结构、骨架空隙结构)、两种结构的二灰稳定碎石(悬浮密实结构、骨架密实结构)、均匀密实结构的水泥稳定细料土进行室内三分点加载疲劳试验的基础上,采用威布尔分布理论对疲劳数据进行处理,得到各自的室内疲劳预估模型,并结合实际路面的情况对室内疲劳预估模型进行修正。

For an abitrary set X, appropriate order relations on WCL (the set of all weak closure operators), WIN (the set of all weak interior operators), WOU (the set of all weak exterior operators), WB (the set of all weak boundary operators), WD (the set of all weak derived operators), WD*(the set of all weak difference derived operators), WR (the set of all weak remote neighborhood system operators) and WN (the set of all weak neighborhood system operators) can be defined respectively, which make WCL, WIN, WOU, WB, WD, WD*, WR and WN to be complete lattices that are ismorphic to CS(X,CS is the set of all closure systems on X.

证明了可以在WCL(X上的弱闭包算子的全体)、 WIN(X上的弱内部算子的全体)、 WOU (X上的弱外部算子的全体)、 WB (X上的弱边界算子的全体)、WD、 WD*(X上的弱差导算子的全体)、 WR(X上的弱远域系算子的全体)和WN(X上的弱邻域系算子的全体)上定义适当的序关系,使它们成为与CS(X,〖JX-*5[JX*5]同构的完备格其中CS(X是给定集合X上的闭包系统的全体。

Dense suggests impenetrability of mind: Dense 意为头脑愚钝的: The woman kept signaling that it was time to leave, but her escort was so dense that he just kept sitting there.

那女人不停地暗示该离开了,但他的护送者却是那样迟钝以致于一直坐在那儿不动 stupid [5stju:pid] adj。

Results(1) Group of electroacupuncture in Shu and dense wave can significantlyreduce the degree of ankle swelling(P<0.05, P<0.01), which shows thatelectroacupuncture has obvious anti-inflammatory and repercussive roles;(2) Theresults of HE staining showed that group of electroacupuncture in Shuand dense wave can significantly reduce inflammatory cell infiltration,inhibit synovial cell proliferation, and decrease proliferation of granulationtissue in rats joints;(3) group of electroacupuncture in dense-wave can increase the pain thresholdof experimental rats (P<0.05, P<0.01), reduce the content of peripheral painmediums, such as K~+, DA and 5-HT(P<0.05, P<0.01), which shows thatelectroacupuncture has significant analgesic effect;(4) In the local lesion of joints, electroacupuncture can significantly reducethe content of IL-1β, IL-8, TNF-a, increase IL-4 content, decrease theexpression of COX-2mRNA, and significantly promote the expression ofHSP-70 protein in synovial tissues of acute gouty arthritis rats (P<0.05,P<0.01),thus restrain the occurrence of synovial tissue inflammation.

结果:(1)电针疏密波组能显著减轻踝关节肿胀度(P<0.05,P<0.01),表明电针有明显的抗炎消肿作用;(2)HE染色显示:电针疏密波组可使大鼠关节炎症细胞浸润明显减轻,滑膜细胞增生明显被抑制,肉芽组织增生明显减少;(3)电针密波组能提高实验性大鼠痛阈(P<0.05,P<0.01),降低外周疼痛介质K~+、DA、5-HT的含量(P<0.05,P<0.01),表明电针有明显的镇痛作用;(4)在病变关节局部,电针能显著降低急性痛风性关节炎大鼠滑膜组织IL-1β、IL-8、TNF-α含量(P<0.05,P<0.01),升高IL-4的含量(P<0.05,P<0.01),并降低关节滑膜内COX-2mRNA的表达(P<0.05,P<0.01),可促使急性痛风性关节炎大鼠滑膜内HSP-70蛋白表达显著增加(P<0.05,P<0.01),从而抑止滑膜组织炎症发生。

Recently, acute poisoning frequently happens which is caused by the release of chlorine in the production process,as the dense gas,chlorine dispersion model contain continuous diffusion and instantaneous dispersion, and we can separately use dense gas flat plume model and dense gas box puff model to calculate the density of the gas.

risk analysis ; dispersion ;近来,生产过程中氯气泄漏引起的急性中毒事故频繁发生,作为重气的氯气泄漏扩散分为连续扩散和瞬间扩散二种模式,并且分别应用重气云羽平板模型和重气云团盒子模型来计算重气扩散浓度。

A set is "less than" another set if and only if the first set is a proper subset of the second set, and a set is "greater than" another set if and only if the first set is a proper superset of the second set.

只有当第一个集合是第二个集合的严格子集时,我们才称第一个集合"小于"第二个集合,同理,只有当第一个集合是第二个集合的严格超集时,我们才称第一个集合"大于"第二个集合。

To declare what we can do with a set, we start a header file Set.h:#ifndef SET_H #define SET_H extern const void * Set; void * add (void * set, const void * element); void * find (const void * set, const void * element); void * drop (void * set, const void * element); int contains (const void * set, const void * element);#endif The preprocessor statements protect the declarations: no matter how many times we include Set.h, the C compiler only sees the declarations once.

宣布我们能做些什么用一套,我们开始一个头文件Set.h :# ifndef SET_H #定义SET_H 外部构造无效*设置;无效*地址(无效*一套,无效*常量元素);无效*找到(常量无效*一套,无效*常量元素);无效*下降(无效*一套,无效*常量元素);国际载(常量无效*一套,无效*常量元素);# endif 预报表保护声明:无论多少次我们包括Set.h , C编译器将只看到申报一次。

Thesis and mainly discuss the following problems:What we mainly discussed in the second chapter as follows:(1) S1,S2 are sets of symmetric orth-symmetric matrices;(2) S1,S2 are sets of bisymmetric matrices;(3) S1,S2 are sets of anti-symmetric orth-anti-symmetric matrices;(4) S1,S2 are sets of bi-anti-symmetric matrices;(5) S1 is the set of symmetric orth-symmetric matrices, S2 is the set of anti-symmetric orth-anti-symmetric matrices;(6) S1 is the set of bisymmetric matrices, S2 is the set of bi-anti-symmetric matrices;(7) S1 is the set of anti-symmetric orth-anti-symmetric matrices, S2 is the set of symmetric orth-symmetric matrices;(8) S1 is the set of bi-anti-symmetric matrices, S2 is the set of bisymmetricmatrices;On the base of studying the basic properties of the matrices, the expression of solutions and some numerical examples are presented.

本文第二章将主要就上述问题讨论如下几种情况: 1.S_1,S_2为对称正交对称矩阵; 2.S_1,S_2为双对称矩阵; 3.S_1,S_2为反对称正交反对称矩阵; 4.S_1,S_2为双反对称矩阵; 5.S_1为对称正交对称矩阵,S_2为反对称正交反对称矩阵; 6.S_1为双对称矩阵,S_2为双反对称矩阵; 7.S_1为反对称正交反对称矩阵,S_2为对称正交对称矩阵; 8.S_1为双反对称矩阵,S_2为双对称矩阵。

The fixed assets are 78 million Yuan. The main equipment for mould is imported from abroad such as: Three coordinate numerical control milling machine imported from Japan, on set; large type the five coordinate milling machine typed dragon imported from Spain, sise (4000 x 2500), one set; three coordinate numerical control processing center size (2000 x 1000) imported from Spain, one set; powerful numerical control milling machine typed dragon imported from Taiwan, size (3200 x 2540), one set; five coordinate milling machine typed with five drift link movement imported from Italy, size (4000 x 2500), one set; Five faces numerical control milling machine HVM502T typed dragon imported from Taiwan, one set; numerical control scanning measuring machine imported from America size (5000 x 2438 x l824), one set. Others sophisticated equipment are made in China, such as numerical control cutting machine, planer typed dragon, pressing machine for research, total 16 set; advanced computer graphical working station, total 40 sets. The automobile cover has become into advantage, which is supplied various auto. Cover mould and cool Press mould to many big factories, such as: Jinan Auto. Manufacturing General Factory, Beijing Light-duty Auto. Manufacture Co., Changhe Auto. Manufacturing Factory, Shandonq Bulldozed General Factory, Jinan Diesel Factory, Qongdao Sifang Locomotive Factory, Dongfeng Auto.

该厂现有固定资产7800万元,用于模具制造的有日本引进的数控三座标铣床一台,西班牙引进的大型五坐标龙门仿形铣床一台(4000*2500),三座标数控加工中心一台(2000*1000),从台湾引进的强力数控龙门铣床一台(32O0*2540),从意大利引进的五轴联动五座标龙门铣床一台(4000*2500),从台湾引进五面体数控龙门铣床HVM502T一台,从美国引进的数控扫描测量机一台(5000*2438*1824)以及国产联高精尖的数控切割机,龙门刨床、研配压床等大型设备 I6 台套,高档计算机图形工作站40多台,在模具制造方面已形成制造汽车覆盖件模具的优势,产品质量达到国内先进水平,多年来为济南汽车制造总厂、北京轻型汽车制造有限公司,昌河汽车制造厂、山东推土机总厂、济南柴油机厂、青岛四方机车厂、东风汽车公司等大型骨干企业的产品更新换代生产制造了各种类型的覆盖件模具及冷冲模具,受到用户的好评,并建立了较稳定的供需关系。

Armour rods (to be installed in suspension clamps) Parallel clamps Sub-Total, items 4.1-4.7 OTHER HARDWARE Counterweights for jumper or suspension insulator strings, including necessary device for attachement 50 kg 100 kg Sub-total, item 5.1 – 5.3 SPARES Insulator Units Type U160 Type U210BS Hardware for Conductor ACSR-BISON Complete set of hardware and fittings for suspension string Complete set of hardware and fittings for tension string Complete set of hardware and fittings for jumper string Complete set of hardware and fittings for transposition string Extra suspension clamps Extra tension clamps Extra tension joints Extra repair sleeves Extra vibration dampers Extra armour rods Extra spacers: for span for jumper alternatively spacer dampers Hardware for Earthwire 7 No. 6 AWG Complete suspension set Complete tension set Vibration dampers, Stockbridge type Extra tension clamps Extra tension joints Extra vibration dampers Extra parallel clamps Extra armour rods Hardware for Earthwire 7 No. 6 AWG Complete suspension set Complete tension set Vibration dampers, Stockbridge type Extra tension clamps Extra tension joints Extra vibration dampers Extra parallel clamps Extra armour rods Sub-Total, items 6.1-6.4 Sub-total, Items 1.4, 2.7, 3.8, 4.8, 5.4 and 6.5 Transfer to Summary, Schedule AS-1

装甲棒 平行夹具小计,项目4月1号至4月7号其他硬件重物跳线或中止绝缘子串,包括必要的设备attachement 50公斤 100公斤小计,项目5月1号至5月3号备件绝缘子单位型U160 类型U210BS 硬件导体钢芯铝绞线,拜森一套完整的硬件和配件的暂停字符串一套完整的硬件和配件的紧张字符串一套完整的硬件和配件的跳投字符串一套完整的硬件和配件的转字符串额外的悬浮夹额外的紧张局势夹额外的紧张关节额外的修理袖子额外的振动阻尼器额外的装甲棒额外的间隔:为跨度跳线或者间隔减震器硬件Earthwire 7特设工作组第6号完整的悬挂设定一套完整的紧张局势振动阻尼器,斯托克型额外的紧张局势夹额外的紧张关节额外的振动阻尼器额外的平行夹具额外的装甲棒硬件Earthwire 7特设工作组第6号完整的悬挂设定一套完整的紧张局势振动阻尼器,斯托克型额外的紧张局势夹额外的紧张关节额外的振动阻尼器额外的平行夹具额外的装甲棒小计,项目6月1号至6月4号小计,项目1.4 , 2.7 , 3.8 , 4.8 , 5.4和6.5 (换乘摘要,附表1 仅供参考

第1/100页 1 2 3 4 5 6 7 8 9 ... > 尾页
相关中文对照歌词
Dance And Dense Denso
Set It Off
Set It Off
Stress Reliever
Set It Off
Fuego
Set It Off
Set Me Free
Set It Off
Back Of The Van
推荐网络例句

Objective:To compare the response control and attention of Schizophrenic patients with that of the healthy controls by Integrated Visual and Auditorycontinuous performance test. To quantitate the impairment of cognitive function in patients, and to explore the relationship between cognitive function and the severity of the disorder.

目的:探讨精神分裂症病人在IVA持续操作测试中的反应控制能力、注意力等,并与健康人进行比较,从而量化精神分裂症病人的认知功能损害,并进一步探讨其认知功能与疾病严重程度的关系。

Main effective factors including subcooling degree, mechanical vibration, gas hydrate reformation, environment temperature, noncondensing gas and surfactant are analyzed.

指出过冷度、机械振动、重复生成水合物、环境温度、不凝性气体、添加剂是影响气体水合物生成的主要因素,还对R152a水合物的放冷进行了实验研究。

Water is the construction and development of socio-economic basis,and strategic resources.

水是社会经济建设与发展的的基础性,战略性资源。