⇤ ← Revision 1 as of 2006-04-26 04:40:24
Size: 1215
Comment: SimPy:an object-oriented, process-based discrete-event simulation language
|
Size: 1230
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 7: | Line 7: |
[http://simpy.sourceforge.net/ SimPy] [http://www.mcs.vuw.ac.nz/cgi-bin/wiki/SimPy SimPy Wiki] |
* [http://simpy.sourceforge.net/ SimPy] * [http://www.mcs.vuw.ac.nz/cgi-bin/wiki/SimPy SimPy Wiki] |
Line 11: | Line 11: |
[http://sourceforge.net/project/showfiles.php?group_id=62366 SimPy Download] | * [http://sourceforge.net/project/showfiles.php?group_id=62366 SimPy Download] |
Line 14: | Line 14: |
[http://www.onlamp.com/pub/a/python/2003/02/27/simpy.html SimPy: Simulating Systems in Python] [http://www.pyzine.com/Issue007/Section_Articles/article_SimPy.html Simulating with SimPy] |
* [http://www.onlamp.com/pub/a/python/2003/02/27/simpy.html SimPy: Simulating Systems in Python] * [http://www.pyzine.com/Issue007/Section_Articles/article_SimPy.html Simulating with SimPy] |
SimPy - discrete-event simulation language
SimPy (= Simulation in Python) is an object-oriented, process-based discrete-event simulation language based on standard Python. It is released under the GNU Lesser GPL (LGPL), starting with version 1.5.1 (previous versions were released under GPL). It provides the modeler with components of a simulation model including processes, for active components like customers, messages, and vehicles, and resources, for passive components that form limited capacity congestion points like servers, checkout counters, and tunnels. It also provides monitor variables to aid in gathering statistics. Random variates are provided by the standard Python random module.
Home Page
[http://simpy.sourceforge.net/ SimPy]
[http://www.mcs.vuw.ac.nz/cgi-bin/wiki/SimPy SimPy Wiki]
Download
[http://sourceforge.net/project/showfiles.php?group_id=62366 SimPy Download]
Some Articles
[http://www.onlamp.com/pub/a/python/2003/02/27/simpy.html SimPy: Simulating Systems in Python]
[http://www.pyzine.com/Issue007/Section_Articles/article_SimPy.html Simulating with SimPy]
published by ["huangyi"] ["[email protected]"]