搜索资源列表
ShootGame
- 本示例是一个射击游戏Demo,主要功能包含: 1、 玩家飞机基本控制 2、 飞机连续发射多颗子弹 3、 子弹轨迹实现 4、 敌方飞机轨迹实现 5、 敌方飞机连续发射多颗子弹 6、 敌人出现逻辑(以脚本方式实现,便于关卡编辑) 7、 一个最基本的脚本生成程序
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代
flyMachine
- 飞机运动轨迹模拟 使用龙格-库塔算法计算常微分方程数值解 并用图形显示运动轨迹 作者自己作业的源程序 欢迎讨论-aircraft trajectories simulated using the Runge- Kutta method to calculate the numerical solution of differential equations with graphics and movement track
20073102092038045
- 实现了飞机飞行路线轨迹重放功能-Realize the flight path trajectory playback
Sim43
- 雷达轨迹分析系统绘制的飞机运动的轨迹。运用Simulink中的封装子系统、S函数运算等各种常见功能-Trajectory analysis radar system drawn track aircraft movement. The use of the package Simulink subsystem, S function computing a variety of common functions
flyplane
- 飞机飞行轨迹仿真系统的设计.rar飞机飞行轨迹仿真系统的设计.rar-Aircraft flight path simulation system design. Rar aircraft trajectory simulation system design. Rar
ShootGame
- 本示例是一个射击游戏Demo,主要功能包含: 1、 玩家飞机基本控制 2、 飞机连续发射多颗子弹 3、 子弹轨迹实现 4、 敌方飞机轨迹实现 5、 敌方飞机连续发射多颗子弹 6、 敌人出现逻辑(以脚本方式实现,便于关卡编辑) 7、 一个最基本的脚本生成程序-This example is a shooting game Demo, the main features include: 1, 2 players
transfer_alignment_modify
- 飞行轨迹的产生,飞机的降噪及飞行大气数据的处理-The selection of flight paths, aircraft noise and flight data deal with the atmosphere
kalman
- 一个kalman滤波的仿真程序,仿真的是雷达探测飞机的飞行轨迹,里面的word文档说的比较详细了。-A kalman filter simulation procedures, simulation of the plane are radar flight path, inside the word document that has more detailed.
trace
- 飞机轨迹发生器使用matlab写成的可用来模拟飞机飞行轨迹-The use of the aircraft trajectory generator can be written in matlab to simulate the aircraft flight path
flight_trajectory
- 模拟飞机的运行轨迹,包括爬升、航路、降落、进近、着陆等飞行阶段-AIRCRAFT FLIGHT TRAJECTORY
trace
- 这是模拟飞机飞行的不同阶段的轨迹程序,比较全面,可用于捷联和组合导航的数据来源-This is a simulated flight trajectory of the different stages of process, more comprehensive, can be used in strapdown and navigation data sources
s_GPS_INS_position_sp_demo
- GPS/INS位置组合输出校正Matlab仿真 文件说明: s_GPS_INS_position_sp_demo.m 组合主文件 kalman_GPS_INS_position_sp_NFb.m 卡尔曼滤波程序 ode500.mat 飞机飞行轨迹与INS输出数据 将三个文件放到同一个文件夹中,运行主文件即可。 希望对此方向的初学者有所帮助。-GPS/INS position output correctio
work
- matlab飞机轨迹自动生成程序,网友可根据自己需求 更改轨迹-trajectory of aircraft programe
飞行轨迹模拟
- 利用solidworks建模,并给出惯导数据,利用labview进行编程,模拟飞机飞行姿态变化和轨迹(Using SolidWorks modeling, and give INS data, using LabVIEW programming, simulation aircraft flight attitude changes and trajectory)
飞行姿态模拟8.6
- 利用solidworks进行飞机建模,预先计算出惯导数据,用labview软件模拟飞机飞行轨迹和姿态变化(Using SolidWorks modeling, and give INS data, using LabVIEW programming, simulation aircraft flight attitude changes and trajectory)
snakemodel
- 飞机如盘旋、蛇形和眼镜蛇等机动动作轨迹仿真(The maneuvering motion of an aircraft, such as hovering snake)
Simulation-MFiles
- 粒子滤波在追踪飞机轨迹中的应用,绘制飞机航线(Application in tracking of particle filter.)
Aerial_recovery_demo
- 做的非常好的飞机控制,飞机模型和轨迹分析都有(Excellent aircraft control, aircraft model and trajectory analysis.)
随机生成飞机轨迹
- 可以仿真出微观范围的飞机飞行的轨迹,轨迹可以随机生成(It can simulate the flight trajectory of the aircraft in the micro range, and the trajectory can be randomly generated)