说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 仿真摸型
1)  simulation model
仿真摸型
2)  Modeling and simulation
建摸与仿真
3)  simulation models
仿真模型
1.
Parameter estimation new algorithms in static simulation models for urban traffic organization and optimization;
城市交通组织优化仿真模型的参数估计新方法
2.
The simulation models for axial vibration of rod string in directional wells were set up.
综合分析了复杂结构定向井井眼轨迹、杆管间摩擦力、抽油机悬点运动规律、抽油泵气体影响或供液不足的井下实际边界条件对抽油杆柱轴向振动的影响,建立了定向井抽油杆柱轴向振动仿真模型,利用该模型实现了悬点与泵示功图的自动快速仿真。
3.
Methods\ Dynamic simulation models of complex structure joints are established via equivalent simulation or equivalent replacement methods.
方法 通过当量模拟或等效置换建立复杂结构结合部动力学仿真模型 。
4)  simulation model
仿真模型
1.
Review on simulation model in the research of the remaining oil;
仿真模型在剩余油研究中的应用综述
2.
Establishment of system dynamic simulation model for environment of mining area;
矿区环境系统动力学仿真模型的建立
3.
Dynamic model of oil reservoir and simulation model of remaining oil;
油藏动态模型和剩余油仿真模型
5)  emulation model
仿真模型
1.
The moving curves of arbitrary 10 points and the toggle plate of moving jaw are presented in the emulation model.
通过Visual Nastran(VN)建立外动颚匀摆破碎机的仿真模型,分析破碎机的运动过程。
2.
Based on the math model of synchronous motor under the Xad per unit system, the paper constructs the emulation model of salient-pole synchronous motor by using MATLAB/SIMULINK software.
本文研究基于Xad标幺值系统下同步电动机的数学模型,采用SIMULINK软件建立凸极同步电动机的仿真模型。
3.
Based on crack face number distribution in rock mass having fractal character,a three-dimensional fractal emulation model about crack face was set up and an emulation system about crack face was developed by Visual C++6.
以岩体裂隙面数量分布具有分形特征为基础,建立了岩体裂隙面数量的三维分形分布仿真模型,并采用 VisualC++6。
6)  simulating model
仿真模型
1.
On the basis of improved continuous flow equation,the mathematical model that expresses the interrelationship of the liquid pressure,the movement of plunger piston and the pump barrel clearance were setup,and simulating models of the liquid instantaneous pres.
根据改进的连续流方程,建立了泵筒内液体压力、柱塞运动规律与柱塞泵筒间隙之间相互关系的数学模型,从而建立了泵筒内液体瞬时压力与泵示功图的仿真模型。
2.
For this purpose,the experiment principle and simulating model was given.
给出了仿真模型双耳脉冲响应函数测量的实验原理及听觉化的实验结果。
3.
On the basis of the analysis of the complex combat mission,this paper discusses the frame of the ammunition requirement simulating model taking the mission completion as aim,and then builds the simulating model separately for the basic mission and the complex mission applying Petri-net and ExSpect software.
在对复杂作战任务进行分析的基础上,以任务成功性要求为目标,讨论了弹药需求量仿真的模型框架,并应用Petri网技术及其软件ExSpect建模环境,分别建立了各子任务和复杂任务的弹药需求量的仿真模型。
补充资料:离散事件系统仿真建模方法学


离散事件系统仿真建模方法学
modeling methodology of discrete event system simulation

1 isan ShIJian xitong fangzhen Jianmo fangfaxue离散事件系统仿真建模方法学(modelingmethodol.理汀of discrete event system slmu】a-tion)建立离散事件系统仿真模型的方法的总称。 目前,比较成熟的有三种仿真建模方法,即事件调度法(ES),活动扫描法(AS)和进程交互法(PI)。当然,对某一实际系统仿真时,并非只能采用一种策略。同一个仿真模型有时可同时采用几种策略。 事件调度法用“事件”的观点来抽象真实系统(参见离散事件系统仿真),即通过定义事件及每一事件发生对系统状态的影响,并按事件发生时间顺序来确定每类事件发生时系统中的各实体之间的逻辑关系及其状态,这就是事件调度法的基本思想。 采用事件调度法建立仿真模型时,所有事件均按时间先后存放在事件表中;同时,模型中要设计一个时间控制部件,该部件的作用是实现仿真钟的管理与控制,即每当处理一类事件时,它总是从事件表中选择具有最早发生时间的事件,并将仿真钟推进到该事件发生的时间,然后调用与该事件相应的事件处理模块。任何一个事件处理模块在执行完后都必须返回到时间控制部件。这样,事件的选择与处理不断地进行,仿真钟按事件时间往前推进,直到仿真终止的条件满足为止。 这种方法的特点是仿真钟的推进仅依据事件发生的时间,因而,在建模时有两个基本问题需要加以特别注意。第一是所谓“同时事件”,即具有相同发生时间的事件,模型中必须事先规定其处理顺序,亦称为规定“解结规则”,因为在任何时刻,计算机只能执行某一个事件的程序。这一般是通过定义事件的优先级来解决的。第二是所谓“条件事件”。在某些系统中,事件的发生不仅具有时间属性,还往往带有条件属性。从本质上讲,事件调度法是一种“预定事件发生时间”的策略,如果按预定时间某一事件应该发生,但发生该事件的条件(如果有的话)不满足,则必须推迟或取消该事件的发生。所有上述两方面的问题,都应在相应的模块中特别加以处理,以免产生模型的死锁。 活动扫描法所谓“活动”就是有关联的两个事件之间的过程。用“活动”的观点来描述真实系统,即通过定义活动及每一活动发生对系统状态的影响来建立系统模型。这种建模策略特别适用于对活动持续时间有较强不确定性的系统进行仿真。 由于是采用“活动”的观点建模,活动扫描法要求定义系统中所有“活动”及相应处理“活动”的子例程,包括定义活动发生的条件,而活动发生的时间也作为条件之一,只不过它是具有最高优先权的条件。
说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条