登录
首页 » c++ » 导弹弹道分析,

导弹弹道分析,

于 2022-03-19 发布 文件大小:21.92 kB
0 300
下载积分: 2 下载次数: 6

代码说明:

包含对于导弹各个状态时的弹道程序的模拟和分析,采用模块化的建模思想 ,建立决定箭体运动相关部分的数学模型 ,包括空气动力模型、发动机推力模型、六自由度运动学模型 ,然后对各个子模块分别采用 Simulink 建立单元仿真模型。通过对单元仿真模型的集成得到了火箭 6 自由度运动的仿真模型 ,基于该仿真模型进行了单元仿真。对比实测数据 ,证明提出的方法可行 ,模型建立正确。

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

发表评论

0 个回复

  • HDF
    利用vc++读取文件, 这是一个可以利用vc++读取modis 下载的HDF各类数据文件的源码,可以将数据放置在二维数组当中(Use vc++ read the file, which is that one can use to read modis vc++ download source HDF various types of data files, the data can be placed in a two-dimensional array of them)
    2015-12-18 10:12:10下载
    积分:1
  • vc 获取硬盘序列
    vc 获取硬盘序列号 硬盘序列号硬盘序列号硬盘序列号
    2022-01-26 06:57:40下载
    积分:1
  • u-boot
    uboot--linux -s3c2440-nand_flash,nor_flash,64Msdram.This program is free software(uboot--linux-s3c2440-nand_flash,nor_flash,64Msdram.This program is free software)
    2013-09-09 11:04:48下载
    积分:1
  • rgcistgr__statement__metropclitan
    用vc++实现的图案设计系统,共对图像处理研究方向的朋友参考学习!(Using vc pattern design system, a total of image processing research direction of friends reference learning!)
    2018-10-12 06:09:38下载
    积分:1
  • 用Delphi制作的程序,可以实现获取本地计算机的名称和IP地址的功能。...
    用Delphi制作的程序,可以实现获取本地计算机的名称和IP地址的功能。-Delphi production process, can achieve access to the local computer name and IP address of the function.
    2022-02-07 07:21:27下载
    积分:1
  • wendukongzhidianlu
    最简单的温控系统,基于51单片机和DS18B20里面包含程序和仿真电路(temperature control)
    2013-09-02 16:56:57下载
    积分:1
  • SIM800C 原理图
    SIM800C 原理图,带电源处理和SIM卡槽,兼容两种天线座子(SIM800C schematic with power handling and SIM card slot, compatible with two antenna holders)
    2020-06-16 13:40:01下载
    积分:1
  • CodeWarrior
    CodeWarrior仿真与调试要点,CodeWarrior仿真与调试要点,CodeWarrior仿真与调试要点(CodeWarrior simulation and debugging points, CodeWarrior simulation and debugging points, CodeWarrior point emulation and debugging)
    2013-08-21 21:14:06下载
    积分:1
  • dataliink.c
    计算机网络数据链路选择性重传实验。   设计一个滑动窗口协议,在仿真环境下编程实现有噪音信道环境下两站点之间无差错双工通信。信道模型为8000bps 全双工卫星信道,信道传播时延270毫秒,信道误码率为,信道提供字节流传输服务,网络层分组长度固定为256字节。(Computer network data link selective retransmission experiment. Design of a sliding window protocol in simulation programming environment there is no error duplex communication channel between the noisy environment the two sites. Channel model is 8000bps full-duplex satellite channel, the channel propagation delay 270 ms, channel bit error rate, channel provides a byte stream transmission services, network layer packet length is fixed at 256 bytes.)
    2013-11-26 19:19:51下载
    积分:1
  • Longest Common Subsequence (Dynamic Programming)
    #include   #include   const int M = 100;      //記錄序列X和Y的LCS的長度   int c[M][M];   //二維陣列b記錄搜索方向,1-對角線方向;2-向上;3-向左;4-向上或向左   int b[M][M];   //lcs 記錄得到的LCS字元   char lcs[M];   // LCS最大長度   int  nlcs = 0;   /*  功能: 
    2022-05-14 23:36:44下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载