NAME

report - 计算机仿真实验报告

AUTHOR

章亦春 <agentzh@gmail.com>

3030602110 计算机0304班

计算机科学与通信工程学院 江苏大学

VERSION

   Maintainer: Agent Zhang <agentzh@gmail.com>
   Date: 23 Dec 2006
   Last Modified: 23 Dec 2006
   Version: 0.01

DESCRIPTION

在这篇报告中,我将描述我为计算机仿真课程开发的超市服务台仿真 系统。

老师制定的该系统的要求如下:

排队规则

先到先服务

要求

建立仿真模型,确实系统的平均排队时间。顾客总选择最短的队列排队。

我的系统实现了上述所有要求,并有以下亮点:

如何获取源代码

SM 库及相关脚本,如 MMm.pl 和 stats.pl,可以从我的 SVN 仓库得到:

http://svn.berlios.de/svnroot/repos/unisimu/Simulation/SuperMarket

推荐使用像 TortoiseSVN 这样的 SVN 客户端进行下载。

只外,SuperMarket 依赖我的 Sim 仿真库。目前它是我的数字电路仿真系统的一部分:

http://svn.berlios.de/svnroot/repos/unisimu/Perl/Tesla

COPYRIGHT

Copyright (c) 2006 by Agent Zhang (章亦春). All rights reserved.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO

Sim::Dispatcher, Sim::Clock, SM, SM::Client, SM::Server, SM::Simulator.