说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 键合量
1)  bonding amount
键合量
1.
L proline chiral stationary phases with various bonding amounts for ligand exchange chromatography were prepared by treating silica gel with 3 glycidoxypropyltrimethoxysilane and bonding L proline.
合成了两种不同键合量的L 脯氨酸硅胶键合手性配体交换固定相 ,装柱后利用配体交换色谱法分离了一系列的α 氨基酸。
2)  bonding quality
键合质量
1.
This investigation was to determine the bonding process and bonding quality between gold ball and substrate by dynamic characteristics of impedance and power of PZT rings which was at the front of transducer system.
鉴于热超声芯片封装工艺的键合点空间高度局部化和时间瞬态性等特点,通过分析系统前端PZT阻抗和功率的动态变化规律,研究了芯片金球凸点与基板的键合过程及键合质量。
2.
An IR detection system,single tensile machine,and FSEM are employed to evaluate the bonding quality.
研究了UV辅助活化与湿化学清洗活化相结合的圆片直接键合技术,并利用红外测试系统、单轴拉伸测试仪和场发射扫描电子显微镜,结合恒温恒湿实验、高低温循环实验对键合质量进行了测试。
3.
Structure and bonding quality of composite crystal were characterized in detail.
采用热键合技术制备了Yb:Y_3Al_5O_(12)/Y_3Al_5O_(12)(Yb:YAG/YAG)复合晶体,对复合晶体进行了结构表征和键合质量检测。
3)  vector bond graph
向量键合图
4)  bound rubber content
键合橡胶含量
1.
The effects of the concentration and the addition mode of the E-MFA on the dispersion of the carbon black in the natural rubber matrix were investigated by two methods that are the bound rubber content and the torque(τ_α)-time(t) curves.
笔者从混炼胶的键合橡胶含量和混炼流变曲线两个方面对不同E-MFA含量和添加模式对炭黑在橡胶基体中的分散程度的影响进行了研究。
5)  Inter-bond coupling
键键耦合
6)  bonding [英]['bɔndɪŋ]  [美]['bɑndɪŋ]
键合
1.
A strategy of wafer-level-plastic-packaging for MEMS based on adhesive bonding;
基于粘附剂键合的圆片级MEMS塑料封装技术
2.
Electrostatic-alloy bonding technique used in MEMS;
MEMS中的静电-热键合技术
3.
Application of laser fusing bonding of silicon/glass in a novel uncooled infrared detector;
激光熔融键合在新型室温红外探测器的应用
补充资料: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

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