1) folk scripts
民间脚本
1.
However,there are plenty of adapted edition of the Ming dynasty, anthology of the Ming and Qing dynasties and especially folk scripts.
宋元旧本《白兔记》已佚,而明人改本、明清选本及民间脚本却十分丰富,其中尤以民间脚本为夥,与《琵琶记》一样,中国近四百种的地方戏曲中,几乎很少没有《白兔记》的传统或新编剧目。
2) civilian capital
民间资本
1.
Reflections on the Startup of Civilian Capital in China Western Development;
对西部大开发中启动民间资本的思考
2.
On the method of utilizing civilian capital into risky investment in China;
我国民间资本进入风险投资的方式探讨
3.
On the Legislation of Utilizing Civilian Capital in China into BOT Mode;
我国民间资本进入BOT模式的法律问题研究
3) private capital
民间资本
1.
Studies of private capital investment to water project in Quanzhou;
民间资本投资泉州水利现状分析
2.
Analysis on the effect of private capital on the growth in total factor productivity;
民间资本对全要素生产率提高影响的定量分析
3.
Investment Scope of Government Capital and Private Capital in Rural Infrastructure;
论政府与民间资本在农村基础领域的投资范围
4) folk capital
民间资本
1.
The importance of risk research on folk capital investment and financing for city′s infrastructure construction was discussed.
论述了民间资本投融资城市基础设施建设的风险研究的重要性 ,介绍了项目融资风险的几个阶段 ,并在此基础上提出了项目融资风险的各种因素及如何在政府部门和民间资本之间合理分担风险 ,最后建立了项目风险的定量分析模型以供参考。
2.
This article expounded the fact that city′s infrastructure construction has realistic demands to the enormous folk capital, and the necessity of the application of project financing in the field of our country′s urban infrastructure construction.
论述了城市基础设施建设对巨大的民间资本有现实的需求 ,以及项目融资在我国城镇基础设施建设领域运用的必要性 ,并在此基础上提出了一些适合我国国情的运用于城市基础设施建设的项目融资方式 ,以及这些方式适用的范围。
3.
In order to guide actively the investment of foreign businessman and the participation of folk capital in the West Development,it is very important to enact the related decrees and laws.
为了积极引导外商投资和国内民间资本参与西部开发,制定相应的法律、法规非常重要。
5) non-governmental capital
民间资本
1.
This article has discussed how to utilized non-governmental capital in road construction and realize mutual benefit.
探讨当前居民将大量资金存入银行,公路建设资金严重短缺的情况下,如何让民间资本发挥投资效益,让公路建设获得资金,实现百姓利益和公路建设的双赢。
2.
With the development of the country,non-governmental capital has been accumulated a lot,which is seeking for the opportunity of investment.
当前民间资本充裕,投资需求旺盛,政府应积极进行制度供给,吸引民间资金供给主体进入风险投资,实现“官助民办”的风险投资供给主体模式。
3.
This paper analyzes on the position and function of the non-governmen tal capital in the social and economic development, and puts forward some counte rmeasures and suggestions of enabling the non-governmental capital to be invest ed into the western development.
分析了民间资本在社会经济发展中的地位和作用,提出了启动民间资本到西部投资的对策和建议。
6) nongovernmental capital
民间资本
1.
As for the present facts that nongovernmental capital is hardly to be induced,the paper draws out some institutional factors as its reason.
针对当前的现实,分析了社会资本尤其是民间资本投资难以启动的制度性障碍因素,认为实现政府拉动、扩大投资的关键在于制度和环境创新。
2.
Making enterprise listed, introducing nongovernmental capital, and combining stocks by joint venture are indispensable measures for enterprises to enhance their market competence.
企业上市、民间资本的介入、企业间的相互参股等资本市场的有效利用,是企业提升竞争优势适应市场竞争需求不可或缺的举措。
3.
Carrying out financing by utilizing nongovernmental capital can reduce the risk of the government s unilateral huge investment and increase the operation benefits of funds.
利用民间资本进行融资能在很大程度上降低政府单方面巨额投资带来的风险,提高了资金的运作效益。
补充资料: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”为名保存该文件。
说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条