1)  carbonyl bond ,carbonyl link(age)
羰基键
2)  carbonyl
羰基
1.
Study on Simulation of Vibrant Frequency of Carbonyl;
羰基振动频率的理论计算模拟
2.
Two isoxazole intermediates containing 1,2,3triazolyl and carbonyl,which can also be used as intermediates for synthesis of new heterocyclic compounds,have been synthesized.
以2-苯基-1,2,3-三唑-4-甲醛为原料,合成2种在异噁唑环上同时含有1,2,3-三唑基和羰基的新型化合物,它们可作为合成其他杂环化合物的中间体,其分子结构经IR,1HMR,MS谱确证。
3.
0,the amount of oxidation element Ⅰ 4%,the temperature 85 ℃ and the time 4 h;the optimum conditions to obtain the maximal carbonyl content was: pH=5.
而得到含羰基量较多的糊化活化淀粉最佳反应条件为pH值5。
3)  carbonyl group
羰基
1.
The conditions/reagents for protecting carbonyl groups as acetals, thioacetals and oxothioacetals as well as the corresponding deprotection processes published during the period of 2000~2006 are briefly surveyed.
对2000~2006年间文献中报道的一些对羰基化合物进行缩酮(醛)类的保护、去保护的主要方法进行了简要的概述。
2.
This article narrates the transformation of carbonyl group in optically active epoxy ketones under different reagents and enumerates some synthetic applications of this kind of transformation.
本文讲述了有机合成中光学活性的环氧酮化合物中酮羰基在不同试剂下的转化,并列举了一些相关的合成应用。
3.
The chemical reductants fail to reduce carbonyl group under ambient conditions.
羰基在一般条件下不易被化学还原剂还原。
4)  tri-&mu
-羰基己羰基二铁
5)  -Carbonylhexacarbonyldi-Iron
-羰基己羰基二铁
6)  Nonacarbonyldiiron
-羰基己羰基二铁
参考词条
补充资料: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

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