说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 功率键图模型
1)  power bond graph model
功率键图模型
2)  mathematical model/power band graph
数学模型/功率键合图
3)  power bond graph
功率键图
1.
Power bond graph models of a micro-spraying system in a sunlight greenhouse are analyzed and built up by means of theory and method of power bond graph in the paper, whi.
文中利用功率键图的理论与方法,分析、建立了温室微喷系统的键图模型,为研究日光温室微喷系统的动态性能、评价和改进微喷系统的设计奠定了理论基础。
4)  visual modeling/power bond graph
可视化建模/功率键合图
5)  power bond graph
功率键合图
1.
Dynamics analysis of a hybrid driving five-bar linkage based on power bond graph;
基于功率键合图的混合驱动五杆机构动力学分析
2.
The application of MATLAB modeling and simulation based on power bond graph in hydraulic system;
基于功率键合图的MATLAB建模仿真在液压系统中的应用研究
3.
It used power bond graphs to get math models, and set up simulation models based on Simulink, which were encapsulated into different hydraulic component subsystems.
利用功率键合图建立液压元件的数学模型,基于Matlab/Simulink建立仿真模型,并将模型封装成子系统。
6)  Power bonding diagram
功率键合图
1.
In this paper,the nolinear dynamic equations(the mathematics models)of the cone crusher hydraulicsystem are established according to the power bonding diagram.
根据功率键合图得出了圆锥破碎机液压系统的数学模型(非线性状态方程),然后给出了仿真模型,并介绍了如何用MATLAB/Simulink软件包对该液压系统的动态特性进行仿真,同时讨论了如何通过改变参数来确定影响该系统特性的主要因素。
2.
This paper inquires into the feasibility in application of the power bonding diagram method to study dynamic behaviours of a hydraulical system.
本文探讨功率键合图法对液压系统动态特性研究的可行性。
补充资料: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

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