|
说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
|
|
1) pop
弹出
2) output elasticity
产出弹性
1.
A Nonparametric Estimation on the Informatization-Output Elasticity;
信息化产出弹性的非参数估计分析
2.
From the model,the output elasticity,substitution elasticity,and the difference between the technical progresses of different input factors were derived.
把劳动和资本之外的能源投入要素分解为煤炭、石油、天然气和电力的投入,建立了一个超越对数生产函数模型并基于岭回归进行了分析,估计了各能源投入要素的产出弹性、替代弹性以及相对技术进步差异。
3.
Based on the analysis of composition for agricultural production factors,this paper compares the difference between proportions for agricultural production factor input of 29 provinces of China in 1985 and 2004,and then examines the difference of output elasticity for every factor over two periods by econometric models.
从生产要素结构变动的角度,分析了1985年与2004年中国各省(市、区)农业生产要素投入比例的变化,然后借助计量经济模型检验了两个时期要素产出弹性的差异。
3) Popup menu
弹出菜单
1.
Popup menu and dialog with easy operation were adopted in the process of labeling tolerance.
对弹出菜单的设计也作了介绍。
4) expenditure elasticity
支出弹性
5) ejecting removal
弹出移除
1.
A new ejecting removal mechanism of particles is presented based on particle elastic deformation to overcome the flaws of rolling removal mechanism in laser-induced plasma shock wave cleaning.
针对激光等离子体冲击波清洗颗粒技术中的滚动移除机制缺陷,提出一种基于颗粒弹性形变的弹出移除模型。
6) elasticity of productivity
产出弹性
1.
Base on comparatively analysis status quo of industrialization of high-new technology s development in Jiangsu,trans-log production function is build to lucubrate elasticity of productivity of the input factor and scale reward.
对江苏省高新技术产业发展的现状比较分析的基础上,建立超对数生产函数模型对江苏高新技术产业投入要素的产出弹性和规模报酬进行深入研究,并提出加快高兴技术产业发展政策建议,以促进经济结构调整,推动江苏经济持续健康发展。
2.
The ridge regression approach is used to estimate the parameters of the model, and the elasticity of productivity, substitution elasticity and the bias of technological progress of different inputs are studied.
研究了该模型的产出弹性、替代弹性和各种投入的技术进步差异。
补充资料:UG自定义右键弹出菜单和快捷键
UG的右键弹出菜单包含了一些我们常用的功能,比如Roate、Fit等,为了使用的更加方便,我们也可以自己打造!打开UG安装目录下的UGII下的menus文件夹,里面包含了一些*.men和*.tbr,我们以文本方式打开它,发现也不难理解。例如,我们想在右键弹出菜单里面的roate和pan之间加入如图示的view下的orient功能,首先我们打开ug_main.men,查找orient,会看到下面的内容: BUTTON UG_VIEW_REFRESH LABEL &Refresh BITMAP refresh_window.bmp ACCELERATOR F5 ACTIONS STANDARD
CASCADE_BUTTON UG_VIEW_EDIT LABEL O&peration
BUTTON UG_VIEW_ORIENT LABEL Ori&ent... ACTIONS STANDARD
参考上面部分我们会看出快捷键的定义是*ACCELERATOR来指定的,我们把红色部分即BUTTON UG_VIEW_ORIENT的LABEL下面加入一行ACCELERATOR Ctrl+Alt+O(这里可以自行定义,但不要和别的重复),保存,这样我们就把快捷键定义好了,然后我们选中红色部分复制。接着打开ug_view_popup.men,它就是右键弹出菜单的定义文件。为了把它放在roate和pan之间,我们把刚才复制的部分粘贴在下面图示的位置:
TOGGLE_BUTTON UG_VIEW_POPUP_ROTATE LABEL R&otate BITMAP rotate.bmp ACCELERATOR F7 ACTIONS STANDARD
BUTTON UG_VIEW_ORIENT LABEL Ori&ent... ACCELERATOR Ctrl+Alt+O ACTIONS STANDARD
TOGGLE_BUTTON UG_VIEW_POPUP_PAN LABEL &Pan BITMAP pan.bmp ACCELERATOR F9 ACTIONS STANDARD
说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条
|