文件名称:foxnrabbit
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2015-12-22
- 文件大小:
- 18kb
- 下载次数:
- 1次
- 提 供 者:
- 孙*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
这是一个类似于细胞自动机的java程序,演示了一个生态环境中狐狸和兔子的分布,其中耦合度较低,且利用了接口,数据和显示分离,可塑性强。-
This is a similar cellular automata java program that demonstrates the distribution of an ecological environment foxes and rabbits, which coupling is low, and the use of the interface, data and display separation, plasticity.
This is a similar cellular automata java program that demonstrates the distribution of an ecological environment foxes and rabbits, which coupling is low, and the use of the interface, data and display separation, plasticity.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
foxnrabbit
..........\.classpath
..........\.project
..........\bin
..........\...\animal
..........\...\......\Animal.class
..........\...\......\Fox.class
..........\...\......\Rabbit.class
..........\...\cell
..........\...\....\Cell.class
..........\...\field
..........\...\.....\Field.class
..........\...\.....\Location.class
..........\...\.....\View.class
..........\...\foxnrabbit
..........\...\..........\FoxAndRabbit$StepListener.class
..........\...\..........\FoxAndRabbit.class
..........\src
..........\...\animal
..........\...\......\Animal.java
..........\...\......\Fox.java
..........\...\......\Rabbit.java
..........\...\cell
..........\...\....\Cell.java
..........\...\field
..........\...\.....\Field.java
..........\...\.....\Location.java
..........\...\.....\View.java
..........\...\foxnrabbit
..........\...\..........\FoxAndRabbit.java