登录
首页 » Visual C++ » 3D弹道仿真VC程序以及源代码文件

3D弹道仿真VC程序以及源代码文件

于 2013-06-01 发布 文件大小:1615KB
0 121
下载积分: 1 下载次数: 67

代码说明:

  3D弹道仿真VC程序以及源代码文件,外弹道经典的解三自由度弹道方程,运行结果将显示:落地误差、飞行时间、修正射程、侧偏等参数。用C语言编写,程序注释丰富,运行时请把Debug目录中的EXE文件拷贝至根目录中运行,否则出错。(3D trajectory simulation VC program and source code files, the solution of three classic exterior ballistics degree trajectory equation, the results will show: landing error, flight time, correction range, cornering and other parameters. Using C language, the program notes rich runtime Debug directory please copy the EXE file to the root directory, run, otherwise an error.)

文件列表:

codefans.net
............\3D弹道仿真VC程序
............\................\3DModel.cpp,6954,2013-05-05
............\................\3DModel.h,643,2011-07-12
............\................\AerDataInput
............\................\............\ThrustData.txt,21987,2011-07-09
............\................\AeroData.h,6210,2011-07-19
............\................\AeroForce.cpp,3349,2011-07-19
............\................\AeroForce.h,1557,2011-07-19
............\................\AeroParam.cpp,1265,2011-07-07
............\................\AeroParam.h,785,2011-07-07
............\................\Atmosphere.cpp,5853,2013-05-05
............\................\Atmosphere.h,1379,2011-07-12
............\................\BallisticData.txt,5352848,2013-05-05
............\................\Bomb.cpp,3240,2013-05-05
............\................\Bomb.h,974,2011-07-11
............\................\EarthModel.cpp,2272,2011-07-12
............\................\EarthModel.h,1294,2011-07-12
............\................\erfen.h,1158,2011-06-16
............\................\GPSModel.cpp,3573,2011-07-29
............\................\GPSModel.h,667,2011-07-29
............\................\GuidLaw.cpp,4179,2013-05-05
............\................\GuidLaw.h,644,2011-07-12
............\................\MovingSimulate.cpp,890,2011-10-05
............\................\MovingSimulate.dsp,5656,2011-10-05
............\................\MovingSimulate.dsw,553,2011-07-10
............\................\myInclude
............\................\.........\myMath.h,3275,2011-07-11
............\................\.........\myMatrix.cpp,5905,2007-10-27
............\................\.........\myMatrix.h,2483,2006-05-24
............\................\ReferenceFrame.cpp,31963,2013-05-05
............\................\ReferenceFrame.h,1256,2011-07-16
............\................\Simulation.h,5532,2011-03-22
............\................\StdAfx.cpp,334,2011-07-19
............\................\StdAfx.h,1102,2011-07-19
............\................\Target.cpp,1428,2011-07-19
............\................\Target.h,457,2011-07-11
............\................\Trait.txt,2190442,2011-07-19

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

发表评论

0 个回复

  • RunTest
    基于对话框的简单的逃跑按钮的实现。希望有所感悟!(Simple dialog-based implementation escape button. Hope that sentiment!)
    2013-10-04 22:08:35下载
    积分:1
  • MapCG
    cpu与GPU协同计算一个同时支持GPU与CPU的MapReduce框架实现(cpu and GPU collaborative computing)
    2014-12-04 23:06:54下载
    积分:1
  • C++hao-zi-liao
    大家共享好东西, 尤其是学C++的出血者(share good things, especially learning C bleeding)
    2006-10-30 18:29:27下载
    积分:1
  • mybutton
    自绘一个漂亮的按钮,,非常好用,漂亮。可以下载来用。(Since painting a beautiful button, very easy to use, beautiful.)
    2014-01-08 14:01:17下载
    积分:1
  • dht11
    实现温湿度显示测量,利用stc89c51编写,利用ds18b20显示(Achieve the measurement of temperature and humidity display, use stc89c51 preparation, use ds18b20 show)
    2013-12-07 19:29:19下载
    积分:1
  • kringing
    数值分析算法学习笔记之克里格插值及其实现2009-04-21 22:25克里格,或者说克里金插值Kriging。法国krige名字来的。 特点是线性,无偏,方差小,适用于空间分析。所以很适合地质学、气象学、地理学、制图学等。 (kringing)
    2009-05-13 14:40:36下载
    积分:1
  • CCS5.4-software-license-file
    TI公司的CCS5.4软件许可证文件,拷贝到/ccsv5/ccs_base/DebugServer/license 下面,即可使用。(TI company CCS5.4 software license file, copy it to/ccsv5/ccs_base/DebugServer/license below, then you can use ccs5.4 freely.)
    2020-11-30 21:09:29下载
    积分:1
  • up
    说明:  本书在对Visual C++各种编程技术和TCP/IP进行系统介绍的基础上,重点讲解网络编程的高级应用、使用技巧和难点。包括基本网络编程技术,Telnet协议的实现,HTTP协议的实现,FTP协议的实现,文件下载,UDP协议的实现,ICMP协议的实现,PPP协议的实现,代理服务器的实现,ATL、DCOM、ActiveX技术,网络安全,多媒体网络编程等。    对于每个主题,书中都给出其开发要领及应用的实例和技巧,本书主要面向具有一定Visual C++网络编程基础并希望深入研究网络编程技术的读者。 (The book of Visual C++ variety of programming techniques and TCP/IP system introduced on the basis of the focus on network programming, advanced applications, the use of skills and difficulties. Including basic network programming technology, Telnet protocol implementation, HTTP protocol implementation, FTP protocol implementation, file downloads, UDP protocol implementation, ICMP protocol implementation, PPP protocol implementation, the proxy server implementation, ATL, DCOM, ActiveX technology , network security, multimedia network programming. For each topic, the book is given its essentials and application development examples and techniques, this book has some Visual C++ primarily for network programming and want to delve into network programming technology readers.)
    2013-06-19 14:10:57下载
    积分:1
  • MPU6050-DMP
    MPU6050陀螺仪,代码,技术文档, 测试程序(MPU6050 gyroscope, code, technical documentation, test programs)
    2013-10-06 14:03:59下载
    积分:1
  • nlbifa
    能量比去噪方法研究,原理图,基于能量比去噪的方法(Energy than denoising method research)
    2016-03-03 15:41:26下载
    积分:1
  • 696518资源总数
  • 105918会员总数
  • 20今日下载