sumo-src-0.15.0

所属分类:Linux/Unix编程
开发工具:Windows_Unix
文件大小:10082KB
下载次数:38
上传日期:2013-05-21 11:05:02
上 传 者wangcm
说明:  最新版的交通仿真源代码,既可以在Windows环境下编译,也可以在Unix/Linux环境下编译。
(Traffic Simulation Source Code)

文件列表:
sumo-0.15.0 (0, 2012-03-14)
sumo-0.15.0\src (0, 2012-03-14)
sumo-0.15.0\src\activitygen (0, 2012-03-14)
sumo-0.15.0\src\activitygen\AGFrame.h (2052, 2012-01-08)
sumo-0.15.0\src\activitygen\AGActivityGen.cpp (9270, 2012-01-08)
sumo-0.15.0\src\activitygen\Makefile.am (828, 2012-02-09)
sumo-0.15.0\src\activitygen\AGActivityTripWriter.h (2205, 2012-01-08)
sumo-0.15.0\src\activitygen\AGActivityTripWriter.cpp (3572, 2012-01-24)
sumo-0.15.0\src\activitygen\AGFrame.cpp (4962, 2012-01-27)
sumo-0.15.0\src\activitygen\AGActivityGen.h (4570, 2012-01-08)
sumo-0.15.0\src\activitygen\Makefile.in (24223, 2012-03-14)
sumo-0.15.0\src\activitygen\AGActivityGenHandler.cpp (13761, 2012-01-24)
sumo-0.15.0\src\activitygen\AGActivityGenHandler.h (5973, 2012-01-08)
sumo-0.15.0\src\activitygen\city (0, 2012-03-14)
sumo-0.15.0\src\activitygen\city\AGBus.cpp (1946, 2012-01-08)
sumo-0.15.0\src\activitygen\city\AGPosition.cpp (4014, 2012-01-08)
sumo-0.15.0\src\activitygen\city\AGHousehold.h (4678, 2012-01-08)
sumo-0.15.0\src\activitygen\city\AGCity.cpp (15267, 2012-01-08)
sumo-0.15.0\src\activitygen\city\AGTime.cpp (3854, 2012-01-08)
sumo-0.15.0\src\activitygen\city\AGPerson.cpp (2572, 2012-01-08)
sumo-0.15.0\src\activitygen\city\AGSchool.cpp (2650, 2012-01-08)
sumo-0.15.0\src\activitygen\city\AGStreet.h (3406, 2012-01-08)
sumo-0.15.0\src\activitygen\city\Makefile.am (439, 2010-08-11)
sumo-0.15.0\src\activitygen\city\AGBusLine.cpp (6302, 2012-01-08)
sumo-0.15.0\src\activitygen\city\AGBus.h (2014, 2012-01-08)
sumo-0.15.0\src\activitygen\city\AGSchool.h (2422, 2012-01-08)
sumo-0.15.0\src\activitygen\city\AGCar.h (2082, 2012-01-08)
sumo-0.15.0\src\activitygen\city\AGDataAndStatistics.cpp (7325, 2012-01-08)
sumo-0.15.0\src\activitygen\city\AGAdult.h (4545, 2012-01-08)
sumo-0.15.0\src\activitygen\city\AGChild.cpp (3181, 2012-01-08)
sumo-0.15.0\src\activitygen\city\AGAdult.cpp (3773, 2012-01-08)
sumo-0.15.0\src\activitygen\city\AGDataAndStatistics.h (7153, 2012-01-08)
sumo-0.15.0\src\activitygen\city\Makefile.in (16648, 2012-03-14)
sumo-0.15.0\src\activitygen\city\AGChild.h (2473, 2012-01-08)
sumo-0.15.0\src\activitygen\city\AGPerson.h (2868, 2012-01-08)
sumo-0.15.0\src\activitygen\city\AGBusLine.h (2673, 2012-01-08)
sumo-0.15.0\src\activitygen\city\AGTime.h (4191, 2012-01-08)
sumo-0.15.0\src\activitygen\city\AGStreet.cpp (3108, 2012-01-08)
sumo-0.15.0\src\activitygen\city\AGCity.h (3772, 2012-01-08)
sumo-0.15.0\src\activitygen\city\AGPosition.h (5786, 2012-01-08)
... ...

SUMO - Simulation of Urban MObility What is SUMO? ============= "Simulation of Urban MObility" (SUMO) is an open source, highly portable, microscopic road traffic simulation package designed to handle large road networks. The project homepage can be found at http://sumo.sourceforge.net/ It is mainly developed by employees of the Institute of Transportation Systems at the German Aerospace Center (http://www.dlr.de/ts). Where to get it? ================ You can download SUMO from SourceForge via our downloads site: http://sourceforge.net/apps/mediawiki/sumo/index.php?title=Downloads As the program is still under development and is extended continuously, we advice you to use the latest sources from our Subversion repository. Using a command line svn client the following command should work: svn co https://sumo.svn.sourceforge.net/svnroot/sumo/trunk/sumo Mailing List. ============= To stay informed, we have a mailing list for SUMO. To subscribe, send mail to sumo-users-request@lists.sourceforge.net with the word subscribe in the message body. Messages to the list can be sent to sumo-users@lists.sourceforge.net. SUMO announcements will be made through the sumo-announce@lists.sourceforge.net list; you can subscribe to this list by sending a message "subscribe" to the list server at sumo-announce-request@lists.sourceforge.net. Build and Installation. ======================= For Windows we provide pre-compiled binaries and Visual Studio project files. Using Linux a simple "./configure && make" should be enough for the distributions, if you have installed all needed libraries properly. Using the repository checkout you need to issue "make -f Makefile.cvs" before "./configure && make" in order to run the autoconf utilities creating configure and the Makefiles. If configure does not find the libraries or includes needed, please check "./configure --help" for information on how to specify the paths needed. For detailed build instructions have a look at our wiki: http://sourceforge.net/apps/mediawiki/sumo/index.php?title=DeveloperDocumentation#Build_instructions Getting started. ================ To get started with SUMO, take a look at the examples directory, which contains some example networks with routing data and configuration files. There is also user documentation provided in the docs/ directory and on the homepage. Bugs. ===== Please use for bugs and requests the SourceForge Tracker http://sourceforge.net/apps/trac/sumo/ or file them to the list sumo-users@lists.sourceforge.net. Before filing a bug, please consider to check with a current subversion checkout that the problem still persists. License. ======== SUMO is licensed under GPL, see the file COPYING for details.

近期下载者

相关文件


收藏者