|
说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
|
|
1) chemical composition and bonding state
组分和键态
2) virtual component method
关键组分法
3) classification & sum
分组求和
1.
There are two kinds of methods to classify and sum up data detailed list,that is,classification & sum and data perspective form.
对数据清单的分组求和就是在数据处理中的一个重要应用 ,主要有分类汇总和数据透视表两种方
4) constitution and configuration
构成和组态
1.
The constitution and configuration of the integrated and dispersed control system TDC3000 in the continuous annealing line CA5 in the Silicon Steel Mill as well as the principal process parameters control of the line are analyzed.
分析了CA5硅钢连续退火线TDC30 0 0集散控制系统的构成和组态以及对机组主要工艺参数的控制。
5) Configuration & calibration
组态和校准
6) isolating critical components
关键组件分离
1.
This paper discusses how to implement the extensibility of an appli-cation server based on the DCOM architecture using the techniques such as parallel deployment and isolating critical components.
文章结合作者参与的项目VHDrawing(NetworkVersion),讨论了采用DCOM构架设计应用服务器,运用并行配置,关键组件分离等技术实现可扩展性,以及通过指示器及其选择算法实现服务器多复本之间的动态负载平衡等问题。
补充资料: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
说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条
|