|
SIM.JS is an event-based discrete-event simulation library based on standard JavaScript. The library has been written in order to enable simulation within standard browsers by utilizing web technology. SIM.JS supports entities, resources (Facility, Buffers and Stores), communication (via Timers, Events and Messages) and statistics (with Data Series, Time Series and Population statistics). The SIM.JS distribution contains tutorials, in-depth documentation, and a large number of examples. SIM.JS is released as open source software under the LGPL license. The first version was released in January 2011. == Example == There a several examples bundled with the library download. Traffic light simulation is a standard simulation problem, which may be simulated as within this example: function trafficLightSimulation(GREEN_TIME, MEAN_ARRIVAL, SEED, SIMTIME) ; 抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)』 ■ウィキペディアで「SIM.JS」の詳細全文を読む スポンサード リンク
|