JSBSim-1.0

所属分类:Windows编程
开发工具:Visual C++
文件大小:1293KB
下载次数:28
上传日期:2012-10-03 22:09:09
上 传 者uavchina
说明:  JSBSim是一种多平台的飞行动力学仿真软件。
(JSBSim is a multi-platform, general purpose object-oriented Flight Dynamics Model (FDM) written in C++. Jon Berndt and Tony Peden began about mid-1998 writing JSBSim. As of this writing it is the default FDM for FlightGear. JSBSim can also be run in a standalone batch mode for testing and study. )

文件列表:
JSBSim-1.0\aclocal.m4 (316225, 2009-06-02)
JSBSim-1.0\aircraft\737\737.xml (34382, 2009-06-01)
JSBSim-1.0\aircraft\737\INSTALL (402, 2009-01-21)
JSBSim-1.0\aircraft\737\Makefile.am (39, 2008-04-18)
JSBSim-1.0\aircraft\737\Makefile.in (8966, 2009-06-12)
JSBSim-1.0\aircraft\737\reset00.xml (548, 2008-04-04)
JSBSim-1.0\aircraft\A320\A320.xml (34508, 2006-03-13)
JSBSim-1.0\aircraft\A320\Makefile.am (25, 2003-06-07)
JSBSim-1.0\aircraft\A320\Makefile.in (8947, 2009-06-12)
JSBSim-1.0\aircraft\B17\B17.xml (33267, 2009-05-28)
JSBSim-1.0\aircraft\B17\INSTALL (386, 2009-01-21)
JSBSim-1.0\aircraft\B17\Makefile.am (24, 2008-12-23)
JSBSim-1.0\aircraft\B17\Makefile.in (8951, 2009-06-12)
JSBSim-1.0\aircraft\B747\B747.xml (28858, 2008-04-04)
JSBSim-1.0\aircraft\B747\INSTALL (449, 2009-01-21)
JSBSim-1.0\aircraft\B747\Makefile.am (48, 2008-04-04)
JSBSim-1.0\aircraft\B747\Makefile.in (8977, 2009-06-12)
JSBSim-1.0\aircraft\B747\reset00.xml (548, 2008-04-04)
JSBSim-1.0\aircraft\ball\ball.xml (4476, 2009-04-16)
JSBSim-1.0\aircraft\ball\INSTALL (386, 2009-01-21)
JSBSim-1.0\aircraft\ball\Makefile.am (64, 2008-08-27)
JSBSim-1.0\aircraft\ball\Makefile.in (8994, 2009-06-12)
JSBSim-1.0\aircraft\ball\reset00.xml (524, 2008-04-01)
JSBSim-1.0\aircraft\ball\reset01.xml (583, 2008-04-20)
JSBSim-1.0\aircraft\c172p\c172p.xml (38400, 2009-02-07)
JSBSim-1.0\aircraft\c172p\Makefile.am (56, 2002-09-21)
JSBSim-1.0\aircraft\c172p\Makefile.in (8981, 2009-06-12)
JSBSim-1.0\aircraft\c172p\reset00.xml (440, 2006-05-17)
JSBSim-1.0\aircraft\c172p\reset01.xml (561, 2006-05-17)
JSBSim-1.0\aircraft\c172r\c172r.xml (35139, 2006-03-07)
JSBSim-1.0\aircraft\c172r\Makefile.am (72, 2003-10-13)
JSBSim-1.0\aircraft\c172r\Makefile.in (8997, 2009-06-12)
JSBSim-1.0\aircraft\c172r\reset00.xml (441, 2008-04-01)
JSBSim-1.0\aircraft\c172r\reset01.xml (561, 2006-05-17)
JSBSim-1.0\aircraft\c172x\c172ap.xml (9473, 2009-06-13)
JSBSim-1.0\aircraft\c172x\c172x.xml (68543, 2009-06-13)
JSBSim-1.0\aircraft\c172x\INSTALL (386, 2009-01-21)
JSBSim-1.0\aircraft\c172x\Makefile.am (84, 2008-06-03)
JSBSim-1.0\aircraft\c172x\Makefile.in (9017, 2009-06-12)
... ...

Contents -------- 1) Introduction 2) Building with autoconf/automake 3) Contact 1) Introduction --------------- JSBSim is a multi-platform, general purpose object-oriented Flight Dynamics Model (FDM) written in C++. Jon Berndt and Tony Peden began about mid-19*** writing JSBSim. As of this writing it is the default FDM for FlightGear. JSBSim can also be run in a standalone batch mode for testing and study. More information on JSBSim can be found at the JSBSim home page here: http://www.jsbsim.org 2) Building with autoconf/automake ---------------------------------- Unpack the distribution tarball (if needed - CVS users will have downloaded the code directly) using your preferred method, and change to the working directory. For example : $ tar xvfz JSBSim-0.1.2.tar.gz $ cd JSBSim-0.1.2 NOTE for CVS users: If you are using JSBSim from a CVS checkout, or snapshot, you will need to create the initial configure script. The commands to do this have been included in the 'autogen.sh' script, so just : $ ./autogen.sh [--no-configure] If you wish to customise your version of JSBSim, use the following to determine any build-time options you may be interested in. $ ./configure --help Then : $ ./configure This will check your system platform, compiler and other local configuration variables needed to build JSBSim, and generates the necessary Makefiles. Next : $ make Will compile the various classes, and build the JSBSim application. 3) Building JSBSim libraries ---------------------------- By default, the JSBSim libraries are not built. To build and install the libraries, use: $ ./autogen --enable-libraries [--disable-static] [--enable-shared] The configure options can be used to select what libraries to build. $ make install Unless specified otherwise (with --prefix configure option), this will install JSBSim libraries into '/usr/local/lib' and JSBSim headers into '/usr/local/include/JSBSim'. 4) Contact ---------- For more information on JSBSim contact Jon Berndt at jon@jsbsim.org.

近期下载者

相关文件


收藏者