搜索资源列表
kitty
- 一. 追踪模型 以(x , y)代表飞机的坐标,v代表飞机的速度;以(X ,Y)代表导弹的坐标,u代表导弹的速度。 由于导弹时刻指向飞机,故有 dY/dX=(y-Y)/(x-X) 记k=u/sqrt((y-Y)*(y-Y)+(x-X)*(x-X)) 则有 dY/dt=k(y-Y) dX/dt=k(x-X) 故有叠代方程 Y=Y+k*(y-Y)*dt X=X+k*(x-X)*dt (程序中以t代dt) 程序中第一个for循环代表发射导弹打飞机,第二个
追踪C~1
- 一个用C语言编写的导弹打飞机的追踪问题的源程序以及所使用的轨迹算法WORD文档-a C language prepared by the aircraft missile tracking the source and path used by the algorithm WORD
MISSILETEST
- 导弹发射演示,模拟导弹的飞行轨迹,3D效果-Missile launch demonstration, the missile' s flight path simulation, 3D effects
XHZResult
- 在vb软件上模拟导弹飞行过程与轨迹控制-vbsoftware simulated missile flight trajectory control
dandaojisuan
- 弹道计算。可以计算导弹六自由度的运动轨迹和-Ballistic calculation
Trajectory
- 输入导弹的基本发射条件,可模拟弹道的轨迹和最终的命中点-Enter the basic missile launch conditions can be simulated ballistic trajectory and final hits
dandaofangzhen
- 对导弹拦击目标的轨道进行了仿真,并绘制出来相应的拦击轨迹-Intercepting missile target track simulation, and drawn the appropriate volley track
3dof_MISSILE_SIMULATION_WITH_MATLAB
- 对三自由度的导弹弹道进行了方针分析,并且支持从Simulink中输出弹道数据,两个m文件支持在MATLAB工作界面绘制三维弹道轨迹与生成轨迹TXT文件。-Ballistic missile has carried on the policy analysis of the three degrees of freedom, and support the output of the Simulink ballistic data, two m file support work in MATL
EZSW26
- 一个用C语言编写的导弹打飞机的追踪问题的源程序以及所使用的轨迹算法WORD文档-A missile hit written in C language on a plane the trajectory tracking problem of the source program and use algorithm WORD document
meqrrr3
- 一个用C语言编写的导弹打飞机的追踪问题的源程序以及所使用的轨迹算法WORD文档-A missile hit written in C language on a plane the trajectory tracking problem of the source program and use algorithm WORD document
matlab
- 利用荣格库塔法计算导弹轨迹,输入初始值向量(位置,速度,弹道系数,机动参数),步长,时间起点,时间终点,输出导弹的坐标(Jung kuta method to calculate missile trajectory)
acd
- 一个用C语言编写的导弹打飞机的追踪问题的源程序以及所使用的轨迹算法WORD文档(A missile hit written in C language on a plane the trajectory tracking problem of the source program and use algorithm WORD document)
609483
- 一个用C语言编写的导弹打飞机的追踪问题的源程序以及所使用的轨迹算法WORD文档()
fcnjtprofile
- 一个用C语言编写的导弹打飞机的追踪问题的源程序以及所使用的轨迹算法WORD文档()
新建 Microsoft Word 文档
- matlab实现比例引导的导弹轨迹仿真。嗯嗯嗯嗯嗯嗯嗯嗯(Matlab implementation of proportional guided missile trajectory simulation)
Untitled.zip
- 中程导弹打击轨迹的弹道仿真模拟。比例导引理想弹道仿真Matlab代码 给出了比例导引法的差分方程, 采用Matlab语言, 对比例导引法的导弹理想弹道进行了三维数据仿真, 绘制出三维理想弹道。(Medium-range ballistic missile strikes trajectory simulation)
dandaoyouhua
- 建立导弹三自由度模型,对上升弹道轨迹进行优化。使用四阶龙格库塔方法进行解算。(A three-degree-of-freedom missile model was established to optimize the trajectory of the rising trajectory. Use the fourth-order Runge-Kutta method for solving.)
弹道仿真论文及代码
- 通过各段运动方程模拟弹道导弹飞行过程中各段的导弹轨迹,按照边界条件拼接在一起,实现轨迹的仿真。(The trajectory of each stage in the process of ballistic missile flight is simulated by motion equations, and the trajectory is simulated according to the boundary conditions.)