2) compact
紧密
1.
In order to meet the strict requirements for ACSR by utilities, which include, among others, high compact construction and round and smooth surface, a pre twist is added to the tubular strander.
根据电力使用部门的需要 ,对钢芯铝绞线提出了更高的要求 ,即高度紧密性及表面圆整度和光滑度 ,为此 ,在管式绞线机上加装预扭装置 ,使产品符合了使用要求。
3) compact spinning
紧密纺
1.
Technology study of 4.2 tex low mixed combed cotton yarn compact spinning;
低配棉4.2 tex紧密纺精梳棉纱的工艺研究
2.
The preliminary application exploratory of compact spinning in cashmere worsted spinning;
紧密纺在精纺羊绒纺纱中的应用初探
3.
Research on cross-section layout of compact spinning;
紧密纺断面结构布局的研究
4) dense packing
紧密堆积
1.
By using particle dense packing theory,the influence of particle size distribution of cementitious material on microstructure and st rength of cement gel were discussed in this paper.
根据颗粒紧密堆积理论,探讨胶凝材料的颗粒级配对水泥凝胶体微观结构及强度的影响。
2.
In this paper,by using the Andreasen theory of the dense packing powder,the author mixed the mineral admixtures in certain proportion to make the particle size distribution of the cementitious materials similar to that of the state of dense packing.
利用Andreasen颗粒紧密堆积理论 ,将不同细度的矿物掺合料以适当比例掺配 ,使得胶凝材料颗粒的级配在一定程度上接近紧密堆积状态。
3.
It is tried to summarize the relationship between the dense packing property and so factors, such as percentage, fineness or the particle size distribution of those mineral powders.
本文通过Aim和Goff模型,从矿物掺合料的密实填充效应方面,理论上分析了矿物掺合料对二元单掺和三元双掺水泥复合胶凝材料体系堆积密实度的改善情况,试图得出体系堆积密实度与各种矿物掺合料掺量、细度、粒度分布的关系;进而又通过试验具体分析研究了调粒水泥内部的颗粒紧密堆积效应对新拌浆体流动性能,硬化浆体强度发展及水化程度、水化产物的影响。
5) compact fabric
紧密织物
1.
Impacting factors on rotary printing of high quality compact fabric;
影响高档紧密织物圆网印花效果的因素分析
6) Close internal standard method
紧密内标
参考词条
补充资料: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
说明:补充资料仅用于学习参考,请勿用于其它任何用途。