说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 固态键合
1)  solid-state bonding
固态键合
2)  covalently
键合固定
1.
The direct electron transfer of ferritin modified covalently on gold electrode was investigated.
比较了静电吸附与键合和固定2种修饰方法的不同,发现利用键合固定的方法并不能像细胞色素c那样得到稳定的电化学信号,这可能是由于经过多圈扫描以后,铁蛋白的构象发生了变化。
3)  bound form
键合态
4)  bond styles
键合状态
5)  bonded stationary phase
键合固定相
1.
A thermal sensitive bonded stationary phase,poly(N-isopropylacrylamide)bonded silica gel stationary phase(SI-PNIPAM),was prepared by reacting silica gel with 3-mercaptopropyltrimethoxysilane(MPS).
以3-巯丙基三甲氧基硅烷为偶联剂,将聚N-异丙基丙烯酰胺(PNIPAM)键合到硅胶上,制得了键合固定相(SI-PNIPAM)填料,并用元素分析、红外光谱等对其进行了表征。
2.
A novel bonded stationary phase, bidenate amide bonded stationary phase (BABSP-2), was prepared by reacting YWG-80 silica gel firstly with 3-aminopropyltrimethoxysilane and then with 2-nonylbutandedioc chloride.
将YWG 80硅胶和 3 氨基丙基三甲氧基硅烷反应后与 2 壬基丁二酰氯反应制得一种新型双齿酰胺键合固定相 (BABSP 2 )。
3.
A bonded stationary phase for gas chromatography has been prepared by the thermal reaction between porous silicon dioxide support and PEG-20M is reported .
用热反应键合法 ,将 PEG-2 0 M与多孔二氧化硅载体进行热键合制备气相色谱键合固定相 。
6)  stationary phase
键合固定相
1.
Preparation of benzoyl-β-cyclodextrin stationary phase and chiral separation of some enantiomers;
苯甲酰化环糊精键合固定相的制备及手性拆分
补充资料: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

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