说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 单键立方相氮
1)  single-bonded cubic form of nitrogen
单键立方相氮
1.
In this paper, we systematically study a new class of single-bonded nitrogen materials—single-bonded cubic form of nitrogen, namely cubic gauche nitrogen (cg-N), by first-principles calculations with density functional theory implemented in the CASTEP code.
本文利用基于密度泛函的第一性原理计算软件CASTEP,详细研究了一类全新的、以单键形式相结合的氮材料—单键立方相氮(single-bonded cubic form of nitrogen),也即立方偏转结构的氮(cubic gauche,cg-N)。
2)  cBN monocrystal
立方氮化硼单晶
1.
Influence of powder pressed pyrophyllite and its roasting technology on cBN monocrystal synthesizing;
粉压叶腊石及其焙烧工艺对合成立方氮化硼单晶的影响
3)  monomeric bonded phase
单体键合相
4)  CBN
立方氮化硼
1.
Enhancing bonding strength between CBN grits and plating layer with surface activation technique;
用表面活化处理法提高立方氮化硼与镀层的结合性能
2.
Effect of assembly mode on CBN synthesis;
组装方式对立方氮化硼合成的影响
3.
Influencing factors of cBN single crystal synthesis;
影响立方氮化硼单晶合成效果的工艺探讨
5)  cubic boron nitride
立方氮化硼
1.
Current Status of Research on Synthesizing Cubic Boron Nitride at Lower Pressure;
立方氮化硼低压合成研究现状
2.
Phase transformation in process of deposition of cubic boron nitride thin films;
立方氮化硼薄膜沉积过程的相变研究
3.
Preparation of cubic boron nitride films by radio frequency sputtering;
用射频溅射法制备立方氮化硼薄膜
6)  cubic aluminum nitride
立方氮化铝
补充资料: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

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