说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 脚本设计
1)  script design
脚本设计
1.
The tray comments on seven big principle that script designs in multi-media class exploitation;
浅论多媒体课件开发中脚本设计的七大原则
2.
This paper probes into the problems about the design idea of CAI courseware, the script design and the compilation and integration of courseware in the teaching of the physics of university, and introduces the manufacturing methods of the courseware fitting in with the CAI teaching regulatory.
探讨了大学物理教学中CAI的设计思想、脚本设计以及课件编辑整合等问题,介绍了符合CAI教学规律课件的制作方法。
3.
Microcomputer principles and system structrue and courseware script design of experimentation courseware of interface technique are introduced, and the experiment sample script of serial interface is given.
介绍了微机原理及接口技术实验课件的系统结构和课件脚本设计 ,给出串行接口应用实验示例脚本 ;对课件功能中导航、实验演示、实时讨论、在线测试、模拟实验等功能的实现等关键技术进行了讨论。
2)  Test Script Design
测试脚本设计
3)  Calculation Script
计算脚本
4)  design of column foot
柱脚设计
5)  embedded scripting
嵌入式脚本计算
6)  design cost
设计成本
1.
The working efficiency and quality of pipeline design may be greatly improved and the design cost may be reduced by introducing workflow in the design of digitalized pipeline.
在数字化管道设计中,按照管道设计流程引入工作流,可较大提高管道设计工作效率和设计质量,降低设计成本。
2.
Enterprises usually don t pay enough attention on the design cost so that they seldom regulate it.
设计成本是具有决策性的成本。
补充资料: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所示。
 


    注意 其中调用“exam_view.scr”文件的路径应根据实际情况而定。
    (3) 以“exam_draw.scr”为名保存该文件。

    Step 2 创建脚本文件“exam_view.scr”
    (1) 使用Windows附件中的“记事本”程序创建一个新文件。
    (2) 在该文件中添加如下内容,如图2所示。



    (3) 以“exam_view.scr”为名保存该文件。

说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条