说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 策略脚本
1)  policy script
策略脚本
2)  script maneuver
脚本策略
3)  Language of Policy Interpretion
策略脚本解释语言
4)  scaffolding strategy
脚手架策略
1.
WebQuest, which is an exploration-oriented learning mode based on the net resources, guides the learners to think about and solve the problems at the higher levels by using the scaffolding strategy.
它利用脚手架策略,引导学习者在较高级水平思考及解决问题。
5)  Basic strategy
基本策略
1.
It is a basic strategy for the smooth development of collaborative and inquiry-based learning to give full play to teachers and improve students self quality.
充分发挥教师作用,努力提高学生本身的素质,是促进合作探究学习顺利进展的基本策略。
2.
By using the methods of literature and market investigation, and in combination with the marketing theory, the author has analyzed the concept and value of competition marketing and put forward the basic strategy of competition marketing in the light of the character of the competitive performance service, i.
采用文献资料及市场调查法,结合营销学理论分析赛事营销的概念和价值,并根据竞赛表演服务的性质,提出赛事营销的基本策略。
3.
This paper combines the practical work of Chinese medical hospital and puts forward the basic strategy of cultivating Chinese medical talent:Firstly,updating talent training philosophy;Secondly, Innovating talent training mechanism;Again,Perfecting talent cultivation measures.
本文结合中医院工作实际,提出培养中医人才的基本策略:首先要更新人才培养的理念;其次,创新人才培养机制;再次,完善人才培养措施。
6)  cost strategy
成本策略
1.
Therefore, the most critical problem of generation in the power market is how to develop the best revenue strategy and cost strategy to maximize profit in the condition of some constraintsFirst, the paper shows the source, background and significance of the research project, summ.
因此,在电力市场环境中发电企业面临的最关键问题是如何在满足各种约束条件的情况下,针对不同的收入渠道细分市场,制定最优的收入策略和成本策略以获取最大的利润。
补充资料: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”为名保存该文件。

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