|
说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
|
|
1) TEMP-HOLD
温度控制键
2) temperature control
温度控制
1.
Study on a temperature control model and its system of vacuum freeze dryer;
真空冷冻干燥机温度控制模型与系统的研究
2.
Injection molding machine temperature control method based on time optimization;
基于时间最优的注塑机料筒温度控制方法
3.
Influence of temperature control on the hydrothermal growth of dispersed ATO nanosuspension;
温度控制对ATO纳米分散液水热生长的影响
3) temperature-control
温度控制
1.
The results of simulation showed the method is simple and easy to be applied to other minitype temperature-control systemas well.
根据半导体激光器的温度控制特点,对Fuzzy控制的理论分析,以及利用SIMULINK 2。
2.
the Application of S7-300 in Temperature-Control System of Reflow Machine;
本文介绍了红外热风回流焊机的应用情况及系统结构,以及用西门子S7-300PLC作主控制器、TP270触摸屏作人机界面系统的温度控制的软硬件设计方法。
4) temperature controlling
温度控制
1.
Impacts of hot weather on the qualities of cement concrete pavement and temperature controlling measures;
高温对水泥混凝土路面质量影响及温度控制措施
2.
Experimental system of temperature controlling based on the algorithm of fuzzy controlling;
基于模糊控制算法的温度控制实验系统
3.
Design of high performance temperature controlling system based on ADN8831;
基于ADN8831的高性能温度控制系统设计
5) control temperature
控制温度
1.
Study on the air-condition control temperature in Tianjin subway station;
对天津地铁站空调运行控制温度的探讨
2.
The control temperature in A, B, C space of annealing furnace is calculated on the basis of theory on heat transfer.
根据传热学理论对退火窑A、B、C三区的控制温度进行计算,从而分析退火窑C区玻璃带上下温差大及C区下部温度降不下来的原因。
6) temperature controller
温度控制
1.
Design of temperature controller based on PSO and LSSVM
基于PSO和LSSVM温度控制器的设计
2.
This paper designs a DS18B20 intellective temperature controller,using AT89C52 as control operating,it′s configuration is simple and measure exactly.
设计了一种DS18B20智能温度控制器,该智能温度控制器以ATMEL公司AT89C52为控制器操作,结构简单、测温准确。
补充资料: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
说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条
|