1) Scripting
编写脚本
2) writing
编写
1.
Main Points on Writing Abstracts of Technological Thesis in Hygiene and Analysis on Common Questions;
卫生学科技论文摘要编写要点及常见问题分析
2.
It included subject,writing format and content of treatise based on Wool Textile Journal.
结合《毛纺科技》编辑出版的具体实际,从科技论文选题、编写格式、论文内容等方面向《毛纺科技》作者提出了在编写科技论文时的具体要求;并介绍了《毛纺科技》的稿件处理程序,旨在减少作者来稿的差错,规范本刊投稿格式,提高论文质量,供广大毛纺织专业的科技工作者作为参考资料。
3.
The effect of scientifically writing of bidding document upon bidding rate is analyzed,the measures to write bidding document scientifically are put forward.
科学编写投标文件能准确反映企业的综合实力。
3) Compiling
编写
1.
Compiling Experience of Chemical Industry Construction Engineering Quality Supervision Report;
化工建设工程质量监督报告编写
2.
Study on laws and methods of designing and compiling gymnastics teaching materials for departments and institutes of P.E.;
试论体育院系体操教材设计与编写的原则和方法
3.
Quality level of compiling related whether or not enterprise standarcls system was perfect,standardized function and superiorty gave full play.
叙述企业管理标准、工作标准是实施技术标准的重要保证 ,提出编写质量水平的高低 ,关系到建立企业标准体系是否完善和最终能否达到发挥企业标准化的功能和优势的目的 ,简要介绍编写程序中应注意的问
4) compilation
编写
1.
Compilation and Application of Design of Organizations for Highway Afforesting Engineering;
公路绿化工程组织设计之编写及应用
2.
On compilation of the textbooks of civil engineering towards 21th century;
面向21世纪土建类教材编写的思考
3.
Several Ponders on the Compilation of Chinese Ancient Literary History;
关于中国古代文学史编写的几点思考
5) compile
编写
1.
The article puts up the gist how to compile municipal engineering 《Construction Organization Design》 by the form of the outline so as to provide the reference for the people and the project managers undertaking the municipal engineering.
该文将市政工程《施工组织设计》如何编写的要点,用大纲的形式表现出来,为从事市政工程的同行和项目经理提供参考。
2.
The reform of teaching content is paid attention to and the rate of double-quality compilers is increased to enhance teaching material application.
高职材的编写要体现高职特点,突出应用性、整体性、先进性和创造性。
6) standard of compiling
编写标准
参考词条
补充资料:AutoCAD脚本文件的创建和使用
1 脚本文件简介
脚本文件类似于DOS操作系统中的批处理文件,它可以将不同的AutoCAD命令组合起来,并按确定的顺序自动连续地执行。脚本文件是文本文件,扩展名为“.SCR”,用户可使用任一文本编辑器来创建脚本文件。
因为脚本文件可使一些命令序列自动执行,所以常用来产生、编辑或观看图形,如幻灯放映、初始的图形设置等。但脚本文件不能使用对话框或菜单,当从脚本文件中发出打开对话框命令时,AutoCAD运行该命令的命令栏含义而不是打开对话框。
用户可以通过命令行的开关设置,使AutoCAD在启动时自动调用脚本。此外,用户也可以在AutoCAD中运行脚本,其调用方式为:
菜单:【Tools(工具)】→【Run Script…(运行脚本)】
命令行:script(或别名scr)
注意 AutoCAD 的“undo”命令将每个脚本当作一个组,可以用单个“undo”命令放弃一组脚本的操作。
说明 “script”命令可透明地使用。
2 实例1 使用脚本文件绘制并显示图形
Step 1 创建脚本文件“exam_draw.scr”
(1) 使用Windows附件中的“记事本”程序创建一个新文件。
(2) 在该文件中添加如下内容,如图1所示。
脚本文件类似于DOS操作系统中的批处理文件,它可以将不同的AutoCAD命令组合起来,并按确定的顺序自动连续地执行。脚本文件是文本文件,扩展名为“.SCR”,用户可使用任一文本编辑器来创建脚本文件。
因为脚本文件可使一些命令序列自动执行,所以常用来产生、编辑或观看图形,如幻灯放映、初始的图形设置等。但脚本文件不能使用对话框或菜单,当从脚本文件中发出打开对话框命令时,AutoCAD运行该命令的命令栏含义而不是打开对话框。
用户可以通过命令行的开关设置,使AutoCAD在启动时自动调用脚本。此外,用户也可以在AutoCAD中运行脚本,其调用方式为:
菜单:【Tools(工具)】→【Run Script…(运行脚本)】
命令行:script(或别名scr)
注意 AutoCAD 的“undo”命令将每个脚本当作一个组,可以用单个“undo”命令放弃一组脚本的操作。
说明 “script”命令可透明地使用。
2 实例1 使用脚本文件绘制并显示图形
Step 1 创建脚本文件“exam_draw.scr”
(1) 使用Windows附件中的“记事本”程序创建一个新文件。
(2) 在该文件中添加如下内容,如图1所示。

注意 其中调用“exam_view.scr”文件的路径应根据实际情况而定。
(3) 以“exam_draw.scr”为名保存该文件。
Step 2 创建脚本文件“exam_view.scr”
(1) 使用Windows附件中的“记事本”程序创建一个新文件。
(2) 在该文件中添加如下内容,如图2所示。

(3) 以“exam_view.scr”为名保存该文件。
说明:补充资料仅用于学习参考,请勿用于其它任何用途。