英语人>网络例句>activation process 相关的网络例句
activation process相关的网络例句

查询词典 activation process

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

Oneself design of the topic use number control tool machine to process center 藩 a town to process a box of body cover, impassability electricity and improvement which hope to find out a numerical words' application to process with traditional machine after the machine process realm in this design create the method that the painful machine processes, also hope passing this time designs better control and make use of a numerical words control to process center, for in the days to come of the work study much many backlog experience, pass a tutor to know industriously with oneself integrity of design process, to Chinese tradition handicraft of the machine process of the improvement have further of understanding with realize deeply;The machine of modern's processing realm is no longer a pure machine and process, it with calculator numerical turn and have inseparable contact, became 1 kind to influence place near situation mutually this a time's design to still apply a CAD etc.

本人设计的课题的用数控机床加工中心藩镇加工箱体盖,希望能在本次设计中找到数字话应用在机加工领域后与传统机械加工的不通电以及改良创痛机械加工的方法,也希望通过本次设计更好的掌握和运用数字话控制加工中心,为日后的工作学习多多积累经验,通过导师的辛勤知道和本人完整的设计过程,对中国传统手工的机械加工的改进有了进一步的了解和深刻的体会;现代的机械加工领域已不是单纯的机械加工,它与计算机数字化有着密不可分的联系,形成一种相互影响相互处近的局势本次设计还应用了CAD等等,希望为数控机械加工提供点心得谢谢

The information integrated pattern based on PDM/PLM in the course ofmanufacture is put forward. Under the constraints of building CAPP platform, thearchitecture of CAPP platform is established. The models of decision making andfunction for process planning are given. Then the development means of CAPP basedSmarTeam are extracted.3. The structure of modular product life cycle is established. Toward the divisionand planning of the General Modules oriented product family, theCAD/CAPP integrated model of flexible module based on feature and CAD/CAPPmapping model based on process planning match board are set up. The keytechnologies of Solidworks/SmarTeam/CAPP integration are studies.4. From the point of view of process match board and step match board, theprocess of creating to process planning match board is studied. As an example, themachining process planning of up beam of hydraulic press machines is used tointroduce the establishment of process planning match board by means of inferencebased on expert knowledge. The organize model about the process planning matchboard oriented product family is brought forward.5. The multi-decision methods of CAPP system based on analytic hierarchy aregiven.. On the basis of uniform data model, the sub-machining process planning ofpart is auto-created by means of analytic hierarchy, The step decision methods basedon AHP is put forward.6. For the design/manufacture information in the course of product life cycle, thetree structure based on Object-Oriented and static model based UML are founded. Themethod of establishing design/manufacture information management system isbrought forward. The commercial PLM software—SmarTeam is regarded asdevelopment platform, on basis of which, the design/manufacture informationmanagement system is built, and the multi-view mapping technique ofdesign/manufacture information model is studies.7. A computer-aided CAPP platform based on PDM/PLM is founded, and itsstructure, function, work flow is illustrated. Some example of the system areintroduced.

阐述课题提出的目的和意义,明确了本文研究的主要内容。2、提出基于PDM/PLM的制造过程信息化集成模式;在平台式CAPP系统的设计约束模型基础上,构建了平台式CAPP系统的体系结构;并给出工艺决策模型和功能模型;最后提出基于SmarTeam的CAPP开发模式和实现策略。3、建立模块化产品生命周期模型的组织结构;针对面向产品族的广义模块的划分和规划方法,建立基于特征的柔性模块CAD/CAPP集成模型及基于工艺模板的CAD/CAPP映射模型;研究Solidworks/SmarTeam/CAPP集成的关键技术。4、从工序模板和工步模板的角度研究了工艺模板的创建过程;以液压机上梁模块机加工为例,采用基于专家知识的推理技术实现了工艺模板的创成;提出了面向产品族的工艺模板分层结构树的组织模式。5、提出基于分层规划的多模式工艺决策流程;在统一数据模型的基础上,从特征层和零件层分层规划,实现了零件加工子工艺的自动创成;提出基于AHP的工步排序决策方法。6、针对产品生命周期中的设计/制造信息,建立了面向对象的类树结构和基于UML的静态结构模型;提出基于PDM/PLM软件的设计/制造信息管理系统的构建方法;以商品化PLM软件SmarTeam作为开发平台,开发了基于SmarTeam的设计/制造信息管理原型系统;研究设计/制造信息模型多视图映射机制。7、开发了基于PDM/PLM的平台式CAPP原型系统,构建了系统的功能模型,并对系统的主要功能进行说明,给出系统的运行实例。

Multitasking operating systems come in two flavors: cooperative multitasking and preemptive multitasking. Linux, like all Unix variants and most modern operating systems, provides preemptive multitasking. In preemptive multitasking, the scheduler decides when a process is to cease running and a new process is to resume running. The act of involuntarily suspending a running process is called preemption. The time a process runs before it is preempted is predetermined, and it is called the timeslice of the process. The timeslice, in effect, gives each runnable process a slice of the processor''s time. Managing the timeslice enables the scheduler to make global scheduling decisions for the system. It also prevents any one process from monopolizing the processor. Bs we shall see, this timeslice is dynamically calculated in the Linux process scheduler to provide some interesting benefits.

多使命操作体系可化分为两类:非抢占式多使命以及抢占式多使命所有像Unix的变种体系以及很多现代操作系同同样,Linux提供抢占式的多使命模式在抢占式多使命模式中,调度步伐决议啥子时候进程中止,新的进程能够开始得到运行这个被强制挂起的动作就叫做抢占进程在被抢占前,运行的时间是预知的,这个时间叫做时间片究竟上,时间片是为每一个运行态的进程分配处置惩罚器的时间的一片管理时间片,使能调度步伐为体系做好整个的局面:胸怀~调度决议时间片也能阻止任何一个进程垄断处置惩罚器正如我们看到的,在Linux进程调度步伐中时间片是蜂蜜面膜动态计算出来的,这样带来很多利益

Water-rock interaction demonstrates that, a gold-boring formation , i. e., a set of light metamorphic clastic gritstone, sandy slate, and tuffaceous slate in Wuqiang Runnel Formation, Ban Stream Group, act as the source of gold deposits in South-West Hunan. The gold is originally derived from volcanic eruption materials in Wuling-Xuefeng period; for the typical single gold deposit such as Mobin, which is short of sulphide, chlorine is very important in the metallogenic process; sulphur and chlorine perform as the major negative ions to form complex ions with Au throughout the gold activation and migration movement. The complex ion of chlorine and gold may keep stable in a wide range of temperature; the physical-chemical conditions in typical geothermal fluid system are of deciding significance for gold activation, migration and precipitation.

特定体系的水岩实验证实了漠滨及整个湘西南金矿的成矿元素Au和伴生元素主要源于赋矿围岩-板溪群五强溪组的一套浅变质碎屑砂岩、砂质板岩和凝灰质板岩;首次突破传统认识,证明氯在中低温热液体系中能与Au形成稳定络合物的形式进行运移,因此氯在本区Au成矿过程中起着相当重要的作用;成矿热液流体中Au主要以金硫、金氯络合物形式在溶液中迁移,阴离子∑S、Cl〓对金的活化、迁移及沉淀起主导作用,Au的伴生元素As、Sb在热液体系中与Au形成金锑、金砷络合物有利于金的进一步活化、迁移及沉淀;中低温热液流体成矿过程中,体系的物理化学参数对Au的活化、迁移及沉淀富集起决定性作用。

Said step of activation may include the application of heat to the absorbent article to assist in the activating process, whether before or during activation.

无论在活化之前还是在活化过程中,所述活化步骤均可包括将热能应用到吸收制品上来帮助活化过程。

Cyclic voltammetry indicated that there were Cr→Cr, Cr →Cr oxidation reaction on anode, while there were Cr→Cr, Cr→Cr, Cr →Cr deoxidization reaction on cathode. The graphite electrodes treated by acid and heating could enhance the reversibility and kinetic of the electrode reaction. The nature graphite electrodes had been eroded during charge/discharge process, while the graphite electrodes by activation could avoide corroding by hexad chromium ion. The reversibility and kinetic of the electrode reaction of chromium ion on activation electrode had been increased, so which indicated that graphite surface augment oxygenous function corps which could increase electrode hydrophile capability.

循环伏安实验表明:铬液流电池的电极反应非常复杂,在阳极存在Cr→Cr,Cr→Cr的氧化反应,在阴极存在Cr→Cr,Cr→Cr,Cr→Cr的还原反应;热处理的石墨电极和重铬酸钾处理的石墨电极能提高电极反应的活性和可逆性;在充放电实验中未处理的石墨电极发生严重腐蚀;分别用这两种方法处理过的石墨电极具有防止六价铬侵蚀的功能;铬离子在活化处理过的石墨电极上的反应活性和可逆性增加,可以认为:重铬酸钾溶液活化处理和加热处理后的石墨表面的含氧官能团增加,电极亲水性增强。

The process to perform the in-store activation is leaked when the memo apparently meant for Rogers stores in Canada, giving insight explanation to the 'unbrick' mechanism using store activation-only iTunes version.

过程中,以执行在存储激活是泄漏时,这份备忘录的意思显然是为罗杰斯的商店在加拿大,让有识之士作出解释,向' unbrick '的机制,使用存储激活,只有iTunes的版本。

The different factors involved in the process of the folding and activation of the microbial lipase are reviewed in this article,including lipase-specific foldase,lipase activation factor,prosequence,calcium ion and disulphide bond.

对微生物脂肪酶活性构像的形成和激活机制进行深入研究,有助于我们更好地了解脂肪酶的结构和功能,为脂肪酶基因的大量表达和体外定向进化奠定基础。本文主要综述了作为脂肪酶结构成分的多种因子在脂肪酶活性构像形成、激活及稳定中的作用。具体催化反应体

Multiple factors participated in the process of secondary brain edema and nerve injuries,such as the hydrostatic pressure during formation of the hematoma and clot retraction, activation of blood coagulation cascade, generation of thrombin,erythrocytolysis and the toxicity of hemoglobin, the activation of the complement system, space-occupying effects, rupture of the blood-brain barrier,secondary ischemia around the hematoma, inflammatory reaction of the neurons around hematoma and cell apoptosis.

脑出血后继发水肿及神经损害有多种因素参与,血肿形成过程中的流体静力压和血凝块的回缩、凝血瀑布的激活、凝血酶的产生、红细胞溶解和血红蛋白的毒性、补体的激活、占位效应、血脑屏障的破坏、血肿周围继发缺血、血肿周围组织神经细胞炎症反应及细胞凋亡等。

Based jellification dynamics theory that the larger the jellification activation energy, the greater the lubricant's jelling tendency, it is advisable to analysis the whole jellification process in attempt to find out maximum jellification activation energy Emax and its ambient temperature Tmax, as a ground for judging the lubricant's pumpability.

根据凝胶动力学理论,凝胶活化能越大,润滑油的凝固趋势越大,因此对润滑油应分析其凝胶全过程,从中找出最大凝胶活化能Emax以及开始出现最大活化能的温度Tmax,作为润滑油低温可泵性判据。

第4/100页 首页 < 1 2 3 4 5 6 7 8 9 ... > 尾页
相关中文对照歌词
Part Of The Process
Illumination
A Process So Familiar
Process
Praise Saved My Life
X-Static Process
Made In Belfast
Everyday Robots
I Love You
Context
推荐网络例句

A backer of an Afghan law that critics say legalizes marital rape has rejected the international outcry as foreign meddling.

饱受批评的一项法律的拥护者说合法化的婚内暴力不会受国际舆论的干涉。

Years ago, a ancient Egyptian fleet went to the Land of punt for seeking a kind of flavor named "myrrh", and aromatic plants which has dense exotic style for the queen Hatshepsut.

3500年前的一个古埃及的舰队到&彭特之地&寻找一种叫没药的香料。

I didn't tell him anything except that I needed the money.

我什么都没告诉他,只是说我需要钱。