|
|
|
说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
|
|
|
1) group bond
基团键
1.
A new method for predicting the refractive indexes of alkane from the information of molecular structures——the group bond contribution method;
预测烷烃折光指数的新方法——基团键贡献法
2.
Based on characteristics and connectivity of the groups in molecules, group bonds can be applied to characterize molecular structure.
根据分子中基团的特性和连接性 ,发展了一种直接根据分子结构信息计算环烷烃沸点的新方法基团键贡献法 ,该方法既考虑分子中基团的特性 ,又考虑基团之间的连接性 (化学键 ) ,具有基团贡献法和化学键贡献法的特点 。
3.
Based on characteristics and connectivity of the groups in molecules,a new method,the group bond contribution method,is developed to calculate the molar volume of alkenes from molecular structure.
根据分子中基团的特性和连接性 ,发展了一种计算烯烃摩尔体积的新方法——基团键贡献法 ,该方法考虑分子中基团的特性 ,又考虑基团间的连接性 (化学键 ) ,同时具有基团贡献法和化学键贡献法的特点 。
2) group bond contribution
基团键贡献
1.
Prediction of the flash points of alkanes by group bond contribution method using artificial neural networks;
人工神经网络基团键贡献法预测烷烃闪点
3) group bond contribution method
基团键贡献法
1.
A new method for predicting the refractive indexes of alkane from the information of molecular structures——the group bond contribution method;
预测烷烃折光指数的新方法——基团键贡献法
2.
A new method, the group bond contribution method, was developed to calculate the boiling points of cycloalkanes from molecular structure.
根据分子中基团的特性和连接性 ,发展了一种直接根据分子结构信息计算环烷烃沸点的新方法基团键贡献法 ,该方法既考虑分子中基团的特性 ,又考虑基团之间的连接性 (化学键 ) ,具有基团贡献法和化学键贡献法的特点 。
3.
Based on characteristics and connectivity of the groups in molecules,a new method,the group bond contribution method,is developed to calculate the molar volume of alkenes from molecular structure.
根据分子中基团的特性和连接性 ,发展了一种计算烯烃摩尔体积的新方法——基团键贡献法 ,该方法考虑分子中基团的特性 ,又考虑基团间的连接性 (化学键 ) ,同时具有基团贡献法和化学键贡献法的特点 。
4) module index
基团相互作用键
5) hydrogen-bonded cluster
氢键团簇
6) Key team
关键团队
补充资料: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
说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条
|