首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Java > 基于变步长离散事件模拟器简单的java

基于变步长离散事件模拟器简单的java

资 源 简 介

Simple simeng (simple simulation engine), is a bare bones Java based discrete simulation engine that uses variable time steps. Events are inserted in an ordered queue, and time is advanced based on the time the next event needs to be executed instead of discrete predefined timesteps. Entities can send events directly to other entities (one-2-one), or events can be broadcasted to subscribed entities (one-2-many). The simplicity of the engine makes it suitable for educational purposes. Frank van Lingen (http://vanlingen.name)

文 件 列 表

bin
simulation
build.xml
docs
api
lib
reports
simeng.jar
License.txt
Readme.txt
src
simulation
VIP VIP
0.176437s