查询词典 active
- 与 active 相关的网络例句 [注:此内容来源于网络,仅供参考]
-
With Zhifanggou watershed under typical erosion environment as study plot, the abandoned in different time as subjects, and slope cropland and natural Chinese arborvitae stand as CK, the substitution method of space for time was applied to analyze organic carbon, active organic carbon, non active organic carbon and evolvement of carbon pool management index in the period of ecological restoration.
:采用时空互代法,以典型侵蚀环境纸坊沟流域生态恢复过程中不同年限的撂荒地为研究对象,选取坡耕地和天然侧柏林为对照,分析了植被恢复过程中土壤有机碳、活性有机碳、非活性有机碳及碳库管理指数的演变特征。
-
S white rabbits as our study ob jects, we built some OA animal mode by fixing the rabbits left posterior knee joint in st retching state into plaster casts for 8 weeks. After imposing active movement, p assive movement, active-passive movement and free movement on the knee joint, we have made an X-ray examination of the knee joint, and tried to observe the chan g e in the movement degree of the joint and in the biomechanics features, we also observed the influence of movement upon the morphology of arthrochondritis.
以新西兰白兔为研究对象,采用左后膝伸直位管型石膏固定8周的方法建立OA 动物模型,通过施加主动活动、被动活动、主动加被动活动,自由活动等运动处理因素,观察X线检查、关节活动度、生物力学特性和软骨组织的形态学改变。
-
In this paper,researches were made on aspace piezoelectric truss.First,based on the piezoelectric theory and FEManalysis and knowledge of active vibration control,theoretical analysis and numerical simulation was carried on.And then,an experiment upon real-time active vibration control of the truss by computer was carried out.
本文以一空间压电桁架结构为切磋工具,应用压电表面、有限元分析和振动自动节制的相干常识,在清楚的表面分析和谋划机仿真的根本上,用尝试验证的方法对空间压电桁架结构的振动进行谋划机及时自动节制。
-
Several chemical modification agents were applied to investigate amino acid residues in active site of this enzyme and the results demonstrated that histidine, serine, glutamic acid/asparaginic acid are located in the active site.
随后利用不同的化学修饰剂对酶蛋白进行修饰,通过酶催化活力的改变对位于酶活性位的氨基酸残基进行分析,结果表明酶活性位可能含有组氨酸、丝氨酸和谷氨酸。
-
The method comprises the steps of dipping and mixing the mipor asphaltic base globular active carbon prepared by the traditional method with an inorganic metal salt solution by a certain ration; heating under an inert atmosphere to 600 to 1200 DEG C at a temperature increasing rate of 1 to 20 DEG C/min for the secondary carbonization; using acid to wash off the remaining metal inside the carbonized material, so as to obtain the asphaltic base globular active carbon with a high mesoporous rate and narrow distribution of mesoporous spertures.
本发明提供了一种浸渍金属盐二次炭化制备中孔沥青基球形活性炭的方法,该方法是将传统方法制备得到的微孔沥青基球形活性炭按一定比例与无机金属盐溶液浸渍混合,然后在惰性气氛下以1~20℃/min的升温速率加热到600~1200℃下进行二次炭化,炭化料经酸洗除去内部残留的金属后,可制得中孔率较高、中孔孔径分布窄的沥青基球形活性炭。
-
For low molar ratios of Al/Zr, a hypsochromic shift of the initial catalyst absorption band, corresponding to the monomethylation of the catalyst, was observed. Further addition of AlEt2Cl was accompanied by a continuous bathochromic shift of the maximal wavelength corresponding to the formation of more dissociated ionic active species. Then, there would be a coordination of monomer to the ionic active species.
结果表明,无论是AlEt_2Cl还是MAO,少量的助催化剂首先使催化剂发生单烷基化反应,主催化剂金属中心的最大吸收峰波长发生蓝移,而当助催化剂量进一步增加时,金属中心的最大吸收峰波长红移,单烷基取代的催化剂被大量的助催化剂夺去电子成为缺电子的阳离子活性中心,以便烯烃单体的配位插入。
-
The aberrance itself is a kind of active research, which not only lengthways reviews the developing state of television art but also breadthwise compare the aberrant relationships between traditional arts and television arts, in order to find out aesthetic rules. The comparative method I adopt accord with the subject, appropriate revealing the active research characteristic.
电视研究是一种动态的研究,国家政策、经济发展、技术革新等因素都影响着电视的传播,电视艺术生态在呈动态发展,电视艺术美学也如此,&变异&问题本身就是一种动态的研究,它从纵向考察电视艺术的发展状态,同时还通过横向比较各传统艺术与电视艺术之间的变异关系,最终寻找出电视艺术的美学规律,而我所采用的比较的方法与影响研究是很符合这个选题的,这恰恰显示出了动态研究的特性。
-
RAW Height Map#define STEP_SIZE 16 // Width And Height Of Each Quad#define HEIGHT_RATIO 1.5f // Ratio That The Y Is Scaled According To The X And Z HDC hDC=NULL;// Private GDI Device ContextHGLRC hRC=NULL;// Permanent Rendering ContextHWND hWnd=NULL;// Holds Our Window HandleHINSTANCE hInstance;// Holds The Instance Of The Application bool keys[256];// Array Used For The Keyboard Routinebool active=TRUE;// Window Active Flag Set To TRUE By Defaultbool fullscreen=TRUE;// Fullscreen Flag Set To TRUE By Defaultbool bRender = TRUE;// Polygon Flag Set To TRUE By Default 这里我们用了一个字节数组g_HeightMap
在这篇教程中图的大小是1024×1024.STEP_SIZE是我们用来绘制地形的正方体的大小,减小步长,地形图就会变得更加平滑。有一点很重要,步长越小你的程序所做的工作就将越多,特别是在使用大的高度图时。HEIGHT_RATIO用来缩放地形的Y轴的值,较小的HEIGHT_RATIO可以用来绘制较平的山,较大的HEIGHT_RATIO用来绘制较高的山。在下面的代码中,你会看到变量bRender。如果bRender的值为真,我们就填充模式绘制多边形,如果它的值为假,那么我们就用线框模式绘制地形。
-
When the large vacuole in active cambial cells divided into smaller ones during the dormant phase, proteinaceous material that disappeared in active cambial cells refilled many of these small vacuoles.
活动期形成层细胞中的大液泡在进入休眠期后逐渐分成许多小液泡分散在细胞质中。随着液泡融合逐渐消失的深色蛋白类物质又重新充满了大部分液泡。
-
Chapter 2 Study on the preparation and application of a new electrical active-inactive switch molecular beaconWe developed a new electrical active-inactive switch molecular beacon and used carminic acid as signal molecule.
第二章:新型电化学活性-非活性转换分子信标的研制及其应用本章中,首先提出了一种基于电化学活性-非活性分子转换的新型分子信标。
- 相关中文对照歌词
- Get Active
- Cali Iz Active
- Active Kingz
- Gatúbela
- Active Vulcanoes
- Never Come Down Break
- Where U From
- Peguese
- Real Niggas Vs. Bitch Niggas
- Radioactive
- 推荐网络例句
-
Molecular Distillation is a kind of high vacuum distillation method, which is suitable for the separation of high boiling, heat sensitivity and viscidity products.
分子蒸馏技术是一种在高真空条件下进行的连续蒸馏过程,适合于分离高沸点、热敏性及具有生物活性的混合物。
-
They are to the Noughties what yuppies were to the Eighties .
那在六十年代是时髦的,但在八十年代肯定是过时了
-
Behind it is the valuable material on the cashmere goat.
在开司米山羊后面是有价值的材料。