Size: 1215
Comment: SimPy:an object-oriented, process-based discrete-event simulation language
|
← Revision 3 as of 2009-12-25 07:15:15 ⇥
Size: 1240
Comment: converted to 1.6 markup
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
[[TableOfContents]] | <<TableOfContents>> |
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]] |
Line 18: | Line 18: |
published by ["huangyi"] ["[email protected]"] | published by [[huangyi]] [[[email protected]]] |
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
Download
Some Articles
published by huangyi [email protected]