采购程序,procurement procedure
1)procurement procedure采购程序
英文短句/例句

1.Theoretical Speculations on the Control of Government Procurement Process;对政府采购程序控制的几点理论思考
2.To work strictly to Joy's Global purchasing procedures and guidelines.严格执行久益环球采购程序和指导方针。
3.Join and in charge of build the procurement procedure and supplier database.参加和负责编制采购程序和供应商数据库。
4.Introduction on International Competitive Biding Procurement Procedure for the Loan Project of the World Bank世界银行贷款项目国际竞争性招标采购程序
5.Join and in charge of building& updating the procurement procedure and supplier database.参加和负责编制采购程序和供应商数据库的更新维护。
6.Manual of Supply Procedures on the Procurement of Supplies and Equipment采购用品和设备的供应程序手册
7.United Nations Purchase and Transportation Manual of Procedures联合国采购和运输程序手册
8.(a) an explanation of its procurement practices and procedures;(a)关于其采购做法和程序的说明;
9.On the bidding program of WTO government procurement agreement;论WTO《政府采购协议》的招标程序
10.DISCUSSION ON THE PROCEDURES OF PURCHASING IMPORTED SCIENTIFIC INSTRUMENTS FOR COLLEGES高校进口科教仪器采购工作程序浅议
11.Thinking and Development of the Signing of Public Procurement Contracts公共采购合同订立程序的归结与思考
12.Purchasing documents are retained by the Purchasing Department as defined in the relevant procedures.采购文件由采购部签发,需严格按有关控制程序来维持。
13.Research on Equipment Acquisition Time Series and Equipment Acquisition Holiday;武器装备采购时间序列与“采购假期”
14.Purchasing information shall describe the product to be purchased, including requirements for approval of product, procedures, processes and equipment, as appropriate.采购信息应表述拟采购的产品适当时,应包括产品程序过程和设备批准的要求.
15.Purchasing information shall describe the product to be purchased, including where appropriate requirements for approval of product, procedures, processes and equipment,采购信息应表述拟采购的产品,适当时包括产品、程序、过程和设备的批准要求;
16.Quality Dept. as per Test and Inspection Procedure for Purchased Products conducts Monitoring and measurement of purchased products.采购产品的监视和测量由质量部按《采购产品检验和试验程序》的要求进行检验.
17.Simpler procurement systems are just extensions of the accounting department's accounts payable program.较简单的采购系统只是会计部门应付帐款支付程序的延续
18.MDCL has defined material/equipment evaluation program to approve new suppliers/sub-contractors.本公司已制定了采购物资评定程序来审批新的供货商。
相关短句/例句

procedure of governmental procurement政府采购程序
3)Purchasing Control Procedure采购控制程序
4)purchase order procedure chart采购定货程序图
5)procedure law system of government procurement政府采购的程序性制度
6)purchasing process采购流程
1.A Case study of The Fault Identification in Purchasing Process Based on QFD and its Suggestion of Improvement;基于QFD的采购流程关键故障识别及其改进的实例研究
2.Based on expounding the importance of purchasing in the food industry,this paper gives the typital purchasing process of food industry.在阐述食品行业采购流程重要性的基础上,给出了典型的食品行业采购流程。
3.The purchasing process of digital resources is quite different from that of printed documents,and there are more variables to be dealt with.数字资源的采购流程与印刷型文献的采购流程有很大不同,需要处理的可变因素更多。
延伸阅读

编译程序的编译程序编译程序的编译程序compiler-compiler b Ianyi ehengxu de blanyi chengxu编译程序的编译程序《compile卜伪mpiler》产生编译程序的编译程序。它接受用某一适当的表示体系描述的某一语言类中任一语言A的词法规则、语法规则、语义规则和(或)代码生成规则,并从这些描述产生出用目标语言B写的关于语言A的编译程序的全部或部分。编译程序的编译程序又称为偏译租序的生成租序。 通常,编译程序分成词法分析程序、语法分析程序、语义分析程序、代码生成程序等若干部件。这些部件可以用一个总的编译程序的编译程序的不同部分来生成,也可以分别用不同的专用生成程序来生成。这些专用生成程序包括词法分析程序的生成程序,语法分析程序的生成程序和代码生成程序的生成程序等。 词法今析租序的生成粗序接受以正则文法或其它类似文法描述的单词,构造一个有限状态自动机,由此生成一个词法分析程序。 语法介析程序的生成程序接受以上下文无关文法的形式描述的源语言的语法,生成一个语法分析程序。各种语法分析程序的生成程序随实现语言、语法分析算法的原理以及源程序中语法错误处理能力的不同而异。如采用LR的语法分析程序的生成程序YACC和采用递归下降法的语法分析程序的生成程序L比en。 语义分析程序、中间代码生成程序和目标代码生成程序的生成程序的设计与实现与形式化的语义描述紧密相关。语义描述形式化技术相当困难,目前大多数生成程序中语义描述还是采用非形式化,它们的基本思想是为源语言的上下文无关文法的语法符号或产生式配以翻译子程序(语义动作或语义子程序)。 现有不少性能很好的编译程序的编译程序,如词法分析程序的生成程序LEX,语法分析程序的生成程序yACC和LLgen,它们都显著提高了编译程序的开发效率。