|
|
|
说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
|
|
|
1) one-key restoring technique
一键恢复技术
2) One-Touch Recovery
一键恢复
1.
Application of One-Touch Recovery on Computer Maintenance;
一键恢复在计算机维护中的应用
3) restoration
[英][,restə'reɪʃn] [美]['rɛstə'reʃən]
恢复技术
1.
As a common restoration technique to degradation lake,biomanipulation mainly utilize the principle of descending effect.
作为常用的退化湖泊生态恢复技术,生物操纵主要利用了下行效应原理。
2.
Researches on restoration technology of degenerated artificial haloxylon ammodendron forest were carried out.
滴灌、布设机械沙障、春灌和改造结皮4种技术措施对退化梭梭林生长及其环境均有明显的恢复作用,其中滴灌、机械沙障恢复技术是当前和今后推广的主要措施;春灌和改造结皮可作为前两种技术的补充措施。
4) restoration technology
恢复技术
1.
Based on the project case,the paper putts forward the mitigation measures and restoration technology for the highway borrow pit construction.
结合工程实例,提出了风沙地区公路建设过程中取土场扰动减缓措施与沙障恢复技术。
5) recovery technique
恢复技术
1.
With the summary of the studying trend at home and abroad, it proposed the direction, operating procedure and objective of developing wetland research in the Yellow River delta, which provides reference for future research of ecosystem conservation of wetland and recovery technique in the Yellow River delta.
针对黄河三角洲湿地现状,论述了开展湿地研究的重要意义,总结了国外湿地研究动态和我国湿地研究的进展,指出了在黄河三角洲湿地开展研究的主要方向、操作步骤和要达到的技术目的,为今后对黄河三角洲进行湿地生态系统保育及恢复技术研究提供了重要参考。
2.
In the thesis,mechanism of packet loss was described,several current recovery techniques for packet loss were discussed and writers viewpoint was proposed.
对此问题展开讨论,讲述了丢包的原因,对当前普遍采用的几种丢包恢复技术进行了介绍,通过比较提出了自己的观点。
6) Restoration technique
恢复技术
补充资料: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
说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条
|