├── .gitattributes ├── README.md ├── 原始数据.xlsx ├── 图片 ├── u对杀伤率和命中率的影响.jpg ├── 不同偏航、俯仰角速度和敌方防空雷达作用距离下的导弹命中率.jpg ├── 不同发射角的弹道动态模型.jpg ├── 不同发射角飞行曲线.jpg ├── 信号延迟时间和发射角对导弹打击速度的影响.jpg ├── 信号延迟时间和发射角对导弹飞行总时间的影响.jpg ├── 偏航和俯仰角速度_原图.jpg ├── 偏航和俯仰角速度_计算.jpg ├── 动态模型飞行状态.jpg ├── 发射角对杀伤率的影响.jpg ├── 地图1.png ├── 地图2.png ├── 建立坐标系.jpg ├── 打击误差分布.jpg ├── 打击速度-发射角.jpg ├── 最小打击速度拟合曲线.jpg ├── 筛选后不同发射角飞行曲线_总体.jpg ├── 筛选后不同发射角飞行曲线_衔接点.jpg ├── 经纬度.jpg ├── 较优导弹静态轨道.jpg └── 较优导弹飞行状态.jpg └── 程序 ├── MC_11.m ├── MC_12.m ├── MC_13.m ├── MC_14.m ├── MC_21.m ├── MC_22.m ├── MC_23.m ├── MC_24.m ├── MC_25.m ├── MC_31.m ├── MC_32.m ├── MC_33.m └── distance.m /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DingranFeng/Antiship-Missile-Mathematical-Model/HEAD/.gitattributes -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DingranFeng/Antiship-Missile-Mathematical-Model/HEAD/README.md -------------------------------------------------------------------------------- /原始数据.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DingranFeng/Antiship-Missile-Mathematical-Model/HEAD/原始数据.xlsx -------------------------------------------------------------------------------- /图片/u对杀伤率和命中率的影响.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DingranFeng/Antiship-Missile-Mathematical-Model/HEAD/图片/u对杀伤率和命中率的影响.jpg -------------------------------------------------------------------------------- /图片/不同偏航、俯仰角速度和敌方防空雷达作用距离下的导弹命中率.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DingranFeng/Antiship-Missile-Mathematical-Model/HEAD/图片/不同偏航、俯仰角速度和敌方防空雷达作用距离下的导弹命中率.jpg -------------------------------------------------------------------------------- /图片/不同发射角的弹道动态模型.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DingranFeng/Antiship-Missile-Mathematical-Model/HEAD/图片/不同发射角的弹道动态模型.jpg -------------------------------------------------------------------------------- /图片/不同发射角飞行曲线.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DingranFeng/Antiship-Missile-Mathematical-Model/HEAD/图片/不同发射角飞行曲线.jpg -------------------------------------------------------------------------------- /图片/信号延迟时间和发射角对导弹打击速度的影响.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DingranFeng/Antiship-Missile-Mathematical-Model/HEAD/图片/信号延迟时间和发射角对导弹打击速度的影响.jpg -------------------------------------------------------------------------------- /图片/信号延迟时间和发射角对导弹飞行总时间的影响.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DingranFeng/Antiship-Missile-Mathematical-Model/HEAD/图片/信号延迟时间和发射角对导弹飞行总时间的影响.jpg -------------------------------------------------------------------------------- /图片/偏航和俯仰角速度_原图.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DingranFeng/Antiship-Missile-Mathematical-Model/HEAD/图片/偏航和俯仰角速度_原图.jpg -------------------------------------------------------------------------------- /图片/偏航和俯仰角速度_计算.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DingranFeng/Antiship-Missile-Mathematical-Model/HEAD/图片/偏航和俯仰角速度_计算.jpg -------------------------------------------------------------------------------- /图片/动态模型飞行状态.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DingranFeng/Antiship-Missile-Mathematical-Model/HEAD/图片/动态模型飞行状态.jpg -------------------------------------------------------------------------------- /图片/发射角对杀伤率的影响.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DingranFeng/Antiship-Missile-Mathematical-Model/HEAD/图片/发射角对杀伤率的影响.jpg -------------------------------------------------------------------------------- /图片/地图1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DingranFeng/Antiship-Missile-Mathematical-Model/HEAD/图片/地图1.png -------------------------------------------------------------------------------- /图片/地图2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DingranFeng/Antiship-Missile-Mathematical-Model/HEAD/图片/地图2.png -------------------------------------------------------------------------------- /图片/建立坐标系.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DingranFeng/Antiship-Missile-Mathematical-Model/HEAD/图片/建立坐标系.jpg -------------------------------------------------------------------------------- /图片/打击误差分布.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DingranFeng/Antiship-Missile-Mathematical-Model/HEAD/图片/打击误差分布.jpg -------------------------------------------------------------------------------- /图片/打击速度-发射角.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DingranFeng/Antiship-Missile-Mathematical-Model/HEAD/图片/打击速度-发射角.jpg -------------------------------------------------------------------------------- /图片/最小打击速度拟合曲线.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DingranFeng/Antiship-Missile-Mathematical-Model/HEAD/图片/最小打击速度拟合曲线.jpg -------------------------------------------------------------------------------- /图片/筛选后不同发射角飞行曲线_总体.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DingranFeng/Antiship-Missile-Mathematical-Model/HEAD/图片/筛选后不同发射角飞行曲线_总体.jpg -------------------------------------------------------------------------------- /图片/筛选后不同发射角飞行曲线_衔接点.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DingranFeng/Antiship-Missile-Mathematical-Model/HEAD/图片/筛选后不同发射角飞行曲线_衔接点.jpg -------------------------------------------------------------------------------- /图片/经纬度.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DingranFeng/Antiship-Missile-Mathematical-Model/HEAD/图片/经纬度.jpg -------------------------------------------------------------------------------- /图片/较优导弹静态轨道.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DingranFeng/Antiship-Missile-Mathematical-Model/HEAD/图片/较优导弹静态轨道.jpg -------------------------------------------------------------------------------- /图片/较优导弹飞行状态.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DingranFeng/Antiship-Missile-Mathematical-Model/HEAD/图片/较优导弹飞行状态.jpg -------------------------------------------------------------------------------- /程序/MC_11.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DingranFeng/Antiship-Missile-Mathematical-Model/HEAD/程序/MC_11.m -------------------------------------------------------------------------------- /程序/MC_12.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DingranFeng/Antiship-Missile-Mathematical-Model/HEAD/程序/MC_12.m -------------------------------------------------------------------------------- /程序/MC_13.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DingranFeng/Antiship-Missile-Mathematical-Model/HEAD/程序/MC_13.m -------------------------------------------------------------------------------- /程序/MC_14.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DingranFeng/Antiship-Missile-Mathematical-Model/HEAD/程序/MC_14.m -------------------------------------------------------------------------------- /程序/MC_21.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DingranFeng/Antiship-Missile-Mathematical-Model/HEAD/程序/MC_21.m -------------------------------------------------------------------------------- /程序/MC_22.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DingranFeng/Antiship-Missile-Mathematical-Model/HEAD/程序/MC_22.m -------------------------------------------------------------------------------- /程序/MC_23.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DingranFeng/Antiship-Missile-Mathematical-Model/HEAD/程序/MC_23.m -------------------------------------------------------------------------------- /程序/MC_24.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DingranFeng/Antiship-Missile-Mathematical-Model/HEAD/程序/MC_24.m -------------------------------------------------------------------------------- /程序/MC_25.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DingranFeng/Antiship-Missile-Mathematical-Model/HEAD/程序/MC_25.m -------------------------------------------------------------------------------- /程序/MC_31.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DingranFeng/Antiship-Missile-Mathematical-Model/HEAD/程序/MC_31.m -------------------------------------------------------------------------------- /程序/MC_32.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DingranFeng/Antiship-Missile-Mathematical-Model/HEAD/程序/MC_32.m -------------------------------------------------------------------------------- /程序/MC_33.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DingranFeng/Antiship-Missile-Mathematical-Model/HEAD/程序/MC_33.m -------------------------------------------------------------------------------- /程序/distance.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DingranFeng/Antiship-Missile-Mathematical-Model/HEAD/程序/distance.m --------------------------------------------------------------------------------