说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 竖键
1)  axial bond
竖键
2)  Key [英][ki:]  [美][ki]
1.
Application Example of Cold Shrinkage and Thermal Expansion Type Fitting for Large Key;
大型键冷缩热胀式装配方式的应用实例
2.
Translating XML to Normal Relational Schema Based on XML Key;
基于键的XML模式到关系模式的规范化转换
3.
A Method for Defining Key of CWM Multidimensional Metamodel;
CWM多维元模型中键的定义方法
3)  bond [英][bɔnd]  [美][bɑnd]
1.
The reaction mechanism is affected by electronic density meatl and its ligands and bonds in the cluster.
综述了有关三锇羰基簇合物的电荷密度及体系键对反应机理的影响。
2.
to realize new type structure for connection without bond.
提出了用两块完全相同的圆柱槽锥面楔,将传动轴与齿轮楔紧,从而实现了无键联接的新结构。
4)  keys [英][ki:]  [美][ki]
1.
In consideration of the assembly precision of key slots this paper hasstudied and analysed the relation ship between symmetry tolerance and size tolerance of keyslots,and suggested that some tolerance principles should be followed in design.
针对键联结的装配精度,分析和研究了键槽对称度公差与尺寸公差间的关系,以及它们应当遵守的公差原则;并对键槽对称度公差的确定和检测方法的确定作了进一步的探讨。
2.
The application of chip8279 to the management of 256 keys is introduced in the paper.
介绍了如何利用8279管理256个按键,并给出了其工作原理图和具体工作过程,这种管理方法较其他接口芯片方便、实用。
5)  shaft [英][ʃɑ:ft]  [美][ʃæft]
竖炉
1.
Mathematical Model of Charge Preheating forConsteel-Shaft Combined Arc Furnace Process;
竖炉与Consteel双联工艺的炉料预热数学模型
2.
At present,fluidized bed and shaft kiln are recognized as reduction equipment.
当前最受重视的还原设备是竖炉和流化床。
3.
The energy consumption of shaft production of HBI using COREX offgas,is analysed with presentation of suitable reduction conditions and influencing factors.
对利用COREX炼铁煤气生产热压块的工艺能量利用进行了分析,指出了竖炉还原过程中的适宜条件和影响因素。
6)  shaft well
竖井
1.
The most of shaft wells of TGP s permanent shiplock characterize as large section, shaft well group, double steel bar, and large amount of accurately embedded metal structure and especially for the lower shiplock chamber section, the structure is complicated and the steel bar is dense.
三峡水利枢纽永久船闸竖井多为大断面、多井群组合结构,且为双层钢筋,又有大量高精度要求的金结埋件,尤其是下部闸室段结构复杂,钢筋密集,因此工作量大,施工干扰大,施工难度大。
2.
The outfall pressure shaft well in the third-step pumping station of main canal of Wanjiazhai Huanghe Water Transfer Project in Shanxi Province is lined with reinforced concrete and constructed by using hydraulic climbing form.
山西省万家寨引黄工程总干三级泵站出水压力竖井为钢筋混凝土衬砌 ,采用了液压滑升模板施工 ,节省了多次立模和拆模工序 ,加快了施工进度。
3.
In order to protect the cast concrete at the shaft well section of the power tunnel against corrosion by several strong corrosive mediums,a protection project at the outer sidewall of the shaft well is needed.
“6 35”水利枢纽已浇筑的发电洞竖井混凝土受到多种强腐蚀介质的侵蚀影响 ,需在竖井外壁进行加强性工程防腐处理 。
补充资料: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

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