英语人>网络例句>hardware process control block 相关的网络例句
hardware process control block相关的网络例句

查询词典 hardware process control block

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

A integrated mathematical model was established in accordance with the process of metallurgical production and it was composed of the process models and the raw materials distribution models. The process models include the sintering process model, the pelleting process model and the iron making process model.

数学模型分为6个子模型,其中工艺模型有烧结机优化模型、竖炉优化模型、高炉优化模型,物料配置模型有铁精粉优化配置模型,烧结矿优化配置模型和球团矿优化配置模型,模型之间交互的数据流为原料或产品的物料流量、物料性能、价格及原料性能的影子价格。

In the process of different people accepting creation education, the characteristics in psychological process and personality's difference are always being neglected the component obstacle is baffling the creation education, education system inner part in narrow sense, analyze the teaching barriers of the creation education in teaching the current course structure exists some problem in itself constructive factor the current course contents escapes from the source of creation education namely the student's living world, the course implement process emphasizes to accept study and memorize or train mechanically, seldom let the student obtain the knowledge through his own activities and practice, the student rarely have the opportunity to express his viewpoint and opinion through his own understanding, this annihilates the student' personality and corpus such instruction process is nearly making the student under control according to the craft process, The student can't creatively express himself, so it constitute the obsatacle of creation education.

社会本位观突出了要求个体奉献社会的一面,忽视了个体突破已有社会秩序与常规的富有建设意义的独创思想与行为对社会发展的价值;同时从心理学的视角,对创造教育的心理障碍进行了剖析,不同的个体在接受创造教育的过程中,心理过程的特点与个性差异的被忽视,构成的障碍阻碍着创造教育;在狭义的教育系统内部,就创造教育的课程教学障碍进行了分析,当前的课程结构在其构成要素上本身存在一些问题;现行课程内容脱离创造教育之源,即学生的生活世界;课程实施过程存在过于强调接受学习、死记硬背、机械训练的现状,很少让学生通过自己的活动与实践获取知识,学生少有根据自己的理解发表看法与意见的机会,这是对学生个性的抹杀,这样的教学过程几乎是根据工艺流程对学生进行控制的过程,学生无法创造性地表现自己,对创造教育构成了障碍。

Has many year sample sheet manufacture experience, many year freight bill managerial experience, can receive goods skilled using the AQL standard, outward with the customer communication, internal and various departments' coordinated and comes across the thunderbolt in the production process the stitch in time to have certain ability, from the quoted price, does manages, the production, produces goods has the rich operating practice ability, also has certain elementary knowledge, familiar knitting, the tatting production process and the production process to the washing water, in especially familiar production process (initial period, intermediate stage, final stage) quality control; Is familiar with the AQL sample survey, has certain understanding to the ISO9000 quality control system, has the processing quality bad and independent analysis ability.

有多年纸样制作经验,多年跟单管理经验,能熟练运用AQL标准收货,对外跟客户的沟通,对内和各部门的协调及在生产过程中遇到突发事件的及时处理都有一定的能力,从报价,做办,生产,出货都有丰富的操作实践能力,对洗水也有一定的基础知识、熟悉针织、梭织的制作工艺和生产流程,尤其熟悉生产过程中的品质控制;熟悉用AQL抽样检查,对ISO9000的品质管理系统有一定的认识,有处理品质不良和独立分析的能力。

The paper is mainly on the process control of NPP management from the view of proprietor, so it is of great pertinence for it involves the process controlling system, checking methods for the schedule, adjustment and optimization as well as various factors and analysis that influence the overall process. Meanwhile, the paper summarizes more practical checking and comparative methods as well as the application of software from the project management instead of discoursing on the adjustment for the original schedule from the angle of confusing network optimization, it is in this unique style that the research is naturally of more practical and appliable significance for the management of process control in nuclear plant.

本文主要从业主方面研究核电站项目管理的进度控制,从扩建工程的进度控制体系,进度计划的检查方法、计划的优化与调整,影响进度的各种原因及分析,并采取的有效措施,因而本文具有鲜明的针对性;本文未从复杂的网络优化的角度去论述对原进度计划进行调整,而是总结了项目管理中应用较多的检查、比较方法及项目管理软件的应用,从而使得本文的研究具有较强的可操作性,和实际应用意义。

Anesthesis was performed by interscalene brachial plexus block.the onset and duration of analgesia,the level of block as well as adverse effects were recorded.hr and map were measured before anesthesia,5,10,30 and 60 minates after anesthesia.results:the onset time of block was significantly shorter and shivering was significantly lower in groups two and three as compared with group one.there was significant difference in the duration of anesthesia between group two and group three.

肌间沟法行臂丛神经阻滞,观察阻滞起效时间及持续时间、神经阻滞节断数、术中镇痛质量、不良反应以及注药前、注药后5、10、30、60分时心率和平均动脉压。结果:二、三组麻醉起效时间短于一组(p<0.05);麻醉持续时间二、三组长于一组但差异无显著性;二、三组组间比较差异有显著性;各组阻滞节断数、术中牵涉痛发生率、hr及map差异无显著性;一组寒战发生率高于二、三组(p<0.05)。

Long int readData(Buffer * pBuffer,/* pointer to the abstract buffer */ byte * pOutput,/* pointer to the output byte array */ long int offset,/* offset of the output byte array */ long int arrayLength /* size of available output byte array */){ while (there is something more to read and there is room for output){ read from the first memory block; if (the first memory block is empty){ delete the first memory block from the linked list and free its memory

在 清单 5 中,该函数销毁性地从 pBuffer 所指向的抽象缓冲区最多读取 arrayLength 个前导字节,并在内存块变为空时从链表中删除它们,然后返回成功读取的字节数目。如果需要,您可以实现一个类似 readData 的函数来允许非销毁性的读取。实现一个函数来返回当前存储在抽象缓冲区中的字节数目,这样可能会带来好处。清单 6。返回抽象缓冲区中的字节数目

If block u is already in a block buffer, a-addr is the address of that block buffer.

如果区块 u 已经在一个区块缓冲区中, a-addr 是那个区块缓冲区的位址。

During building the 3D mode, I use the concepts of point, triangle, plane and block, that is from point to triangle to stratum surface or fault to closed block, and finally all the closed block will form a 3D model. Especially the auto-adaption triangle grid method for interface fitting and the 3D visualization technique for building 3D model are the feature of our method.

在三维建模中,引用点、三角形、面、块的概念,即由点形成三角形面,由三角形面形成地层面或断层面,再由面围成封闭的块,所有块构建成三维模型;其中提出了自适应界面拟合三角形网格方法及用于三维模型建立的三维可视化技术等。

If the block in that buffer has been UPDATE d, transfer the block to mass storage. a-addr is the address of that block buffer.

如果在那个缓冲区中的区块已经被 UPDATE 过,传送这个区块到大量储存媒体, a-addr 是那个区块缓冲区的位址。

BOOT BLOCK of the BIOS memory block is the basic startup information, the form of its support for ISA cards, when after a failed BIOS upgrade, you can boot from the BOOT BLOCK and repair BIOS, this design was the use of BIOS update procedure and has been extended to this .

其中的BOOT BLOCK块是存储BIOS基本启动信息的,它支持ISA形式的显卡,当BIOS升级失败后,可以从BOOT BLOCK启动并修复BIOS,这种设计思路被BIOS刷新程序采用并一直延续到今。

第25/50页 首页 < ... 21 22 23 24 25 26 27 28 29 ... > 尾页
相关中文对照歌词
Boy From The Block
Block Boi
Block Party (Remix)
Hardware Store
Lose Control
Block Party
I'm A Gangsta
Cyborg Bette
A Night To Remember
Fitted Hat Low
推荐网络例句

Bob Eckert has been chairman and chief executive of Mattel for eight years.

美泰董事长兼首席执行官鲍勃·埃克尔特在任已8年。

The outlook for honors and disgraces carries on and surpasses the traditional outlook for honors and disgraces theoretically, and carries on and develops the theory of construction of socialist mora...

社会主义荣辱观的提出在理论上是对传统荣辱观的一次继承和超越,是对社会主义道德建设理论的继承和发展,在实践上有利于形成良好的社会风尚。

She has an abhorrence of change.

她憎恶变革。