登录
首页 » Windows开发 » 针对助推

针对助推

于 2022-09-28 发布 文件大小:373.47 kB
0 191
下载积分: 2 下载次数: 1

代码说明:

针对助推- 滑翔导弹的弹道优化问题,给出了一种求解其最大射程弹道的分段优化方法,建立了其 纵平面运动模型和弹道优化模型。在考虑攻角绝对值、攻角变化率、法向过载、分离点攻角衔接及落地条件等约束 下,应用序列二次规划法求解了其最大射程弹道。分析表明,助推- 滑翔导弹比传统弹道导弹射程显著提高,其最 优弹道的起伏有助于增大射程和提高突防能力-For booster- Optimize glider ballistic missile problem, give a maximum range of its ballistic solution of the sub-optimization method, set up the vertical plane motion model and optimization model of trajectory. In considering the absolute angle of attack, the rate of change of angle of attack, normal load, the separation point of convergence and the arrival angle of attack constraint conditions, the application of sequential quadratic programming method to solve a maximum range of its ballistic. Analysis showed that propelled- gliding range ballistic missile than the traditional significantly improve, the optimal trajectory of the ups and downs will help increase the range and ability to enhance penetration

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • c# 设置 proxy
    c# 开发设置 proxy-installed proxy
    2022-03-15 06:29:42下载
    积分:1
  • 实例291——调用键盘钩子DLL,实现监视系统的键盘操作
    调用键盘钩子DLL,实现监视系统的键盘操作。
    2022-02-18 17:21:58下载
    积分:1
  • jpeg_lib2000.zip
    jpeg_lib2000.zip
    2022-01-31 13:06:08下载
    积分:1
  • sensor network source code
    sensor network source code
    2022-03-01 23:41:02下载
    积分:1
  • 多文档编辑器 MFC的实验 可以很好的学习~
    多文档编辑器 MFC的实验 可以很好的学习~-MFC multi-document editor of the experiment can be good learning ~
    2022-05-28 04:35:13下载
    积分:1
  • 放大和缩小图片源码, 放大和缩小图片源码
    放大和缩小图片源码, 放大和缩小图片源码-failed to translate
    2022-02-03 01:23:41下载
    积分:1
  • This program describes the use of Inverse Synthetic Aperture Radar (ISAR)...
    This program describes the use of Inverse Synthetic Aperture Radar (ISAR) with stepped-frequency waveform (SFWF) to produce a high-resolution, 2D image of a target. -This program describes the use of Inverse Synthetic Aperture Radar (ISAR) with stepped-frequency waveform (SFWF) to produce a high-resolution, 2D image of a target.
    2023-08-02 23:05:03下载
    积分:1
  • CString类的使用方法显现
    CString类的使用方法显现-redeem kind of use appear
    2022-01-31 08:18:01下载
    积分:1
  • 经典吃豆子游戏原码,比较适合学习C语言的新人参考学习
    经典吃豆子游戏原码,比较适合学习C语言的新人参考学习-The original classic Pacman game code, more suitable for learning C language reference to learn new
    2022-08-24 20:32:10下载
    积分:1
  • java的数据流
    3.11  流  知道流的分类  掌握IO常用操作 Java中的流代表程序中数据的流通,是以先进先出方式发送信息的通道。   图3- 11  输入流和输出流 流可以分为不同的类型,按照不同的分类方式,从不同的角度来观察,概念上会有重叠。 按照流的方向,可以将流分为输入流和输出流:  输入流(InputStream):只能从中读取数据,而不能向其写入数据。  输出流(OutputStream):只能向其写入数据,而不能从中读取数据。 按照处理流的基本单位可以将流分为字节流和字符流:  字节流:在流中处理的基本单位为字节(8位的byte)的流。  字符流:在流中处理的基本单位为字符(16位的Unicode)的流。 按照流的角色分,可以将流分为节点流和过滤流:  节点流:可以从/向一个特定的IO设备(如磁盘或网络)读/写数据的流,节点流又常被称为低级流(Low Level Stream),节点通常是指文件、内存和管道。  过滤流:实现对一个已经存在的流的连接和封装,通过所封装的流的功能调用实现数据读/写功能的流。这种对流进行处理的流称为过滤流。 字节流中存放的是字节序列,无论是输入还是输出,都是直接对字节进行处理。InputStream和OutputStream为字节输入/输出流类的顶层父类。字符流中存放的是字符序列,无论是输入还是输出,都是直接对字符处理。字符流的顶层父类是Reader和Writer。节点流通常直接对特定的IO设备(如磁盘或网络)进行读写,而过滤流通常对已存在的流进行连接和封装,从而对已有的流进行特殊处理。 对象的序列化就是把对象写到一个输出流中,对象的反序列化是指从一个输入流中读取一个对象。 总结: 字节流: 输入流  输出流 FileInputStream  FileOut
    2022-01-25 23:22:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载