Netlogo 与 Greenfoot
我正在寻找一款能够向我介绍建模和仿真基础知识的软件工具。我对 C++ 和 Java 有很好的应用知识。
有人能告诉我 NetLogo 和 Greenfoot 之间的区别吗?您会推荐其中哪一个?
I am looking for a software tool that will introduce me to the basics of modeling and simulation. I have a good working knowldge of C++ and Java.
Could someone tell me the differences between NetLogo and Greenfoot? Which of these would you recommend?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不了解 NetLogo,但 Greenfoot 被设计为一个易于初学者创建图形游戏或模拟的环境。它可能对您有好处,因为它可以在后台处理很多事情 - 双缓冲、按键输入等,并允许您将场景导出到网络上以供其他人查看。
一段时间后,您可能希望转向更高级的东西,但这绝对应该是一个很好的起点。
I don't know about NetLogo, but Greenfoot is designed to be an environment that's easy to use for beginners to create graphical games or simulations. It may well be good for you in the sense that it handles a lot under the hood - double buffering, key input, etc. and allows you to export scenarios to the web for others to see too.
After a while you might wish to move to something more advanced, but it should definitely be a good starting point.