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

查询词典 centered process

与 centered 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进程调度步伐中时间片是蜂蜜面膜动态计算出来的,这样带来很多利益

The story of these stamps began on may 14,1918,the day after they were placed on sale.in washington,d.c.,w.t.robey,a man interested in stamps,decided to buy a sheet of the new stamps and so went to the new york avenue branch post office in washington.when the clerk handed him a sheet of the stamps robey noted that they were poorly centered.he looked at other sheets and found that none was well centered.the clerk asked robey to return later in the day when more stamps were expected.

关于这些邮票的故事发生在1918年5月14日,该日是它们开始销售的第二天。在首都华盛顿,一个集邮爱好者,罗比,决定去买一整版新邮票,于是他来到华盛顿市纽约大街的邮政支局。当职员递给他一版新邮票时,罗比看到它们的中心位置很差。他看了其它几版,没有一个摆正中心位置。职员告诉罗比当天晚些时候来退换,估计那时有更多邮票到货。

Teacher-centered and subject-centered, it emphasizes the teacher's input of brainwork.

它体现的是以教师为中心,以学科知识为中心,看重的是教师课堂教学中的活劳动投入。

But all the related investigations are concentrate on Body-Centered Cubic and Face Centered Cubic metals, hexagonal close-packed metals have not been involved yet.

但目前的研究主要集中在体心立方和面心立方结构的金属,而密排六方结构的金属尚没有涉及。

It is designed and developed on the base of "theory of social constructionism" and reflects the innovative student-centered education concept in comparison with other course-centered ourse management system.

其基于"社会建构主义理论"而设计开发,较之其他以课程为中心的课程管理系统,exals较好的体现了以学生为中心的创新教育理念。

Guided by the theories of exocentric-endocentric construction and decategorization of nouns, the main purpose of this article is to study the phrases which are composed by nouns or centered by noun or nouns but not belonged to the category of endocentric constructions in modern Chinese. These noun-centered exocentric constructions have almost lost all of the categorial characteristics of nouns and played the roles of predicate or adverbial modifier or complement in Chinese clauses.

本文主要结合离心结构、向心结构理论和名词非范畴化理论;研究现代汉语中以名词构成或者以名词为核心的、结构上又不属于向心结构的短语,这些名核离心结构短语在语法功能上基本丧失了名词的范畴属性,在句子中一般充当谓语、状语或者补语。

Based on the free electronic band model, we study the relationship between average bond energy E m and Fermi level E F in face centered cubic crystal, body centered cubic crystal and hexagonal closed packed structure crystal.

根据半导体自由电子能带模型,文中在面心立方晶体、体心立方晶体和 6角密堆积晶体中研究自由电子能带的平均键能 Em 和费米能级 EF 的关系,并得出自由电子能带的平均键能 Em 相当于费米能级 EF 的研究结果。

In the high-energy configuration one can get a beam centered at an energy of 8 GeV or so, while the low-energy configuration is centered at 3 GeV.

在高能量配置一个能得到梁中心在电子伏特能量的8左右,而低能量的配置中心在3电子伏特。

第2/50页 首页 < 1 2 3 4 5 6 7 8 9 ... > 尾页
相关中文对照歌词
Part Of The Process
Illumination
A Process So Familiar
Process
Empty Pages
X-Static Process
Made In Belfast
Unworry
Self-Centered
You Call That A Knife? This Is A Knife!
推荐网络例句

Who? I never heard of him, Paul said, before asking teammate James Posey if he had heard of him.

赛后,科比说,他一直都是一名非常出色的射手,今天他打得很棒。

When I joined the company, I rotated around the different sections.

我加入这个公司时,轮换过几个不同的部门。

I was in Dubai visiting my relatives.

我在DUBAI看望我的亲戚。