搜索资源列表
AI
- 人工智能里面会用到的小程序,人工智能 遗传算法实现的沿二维网格行走的机器人,java实现,内有实验报告-Artificial intelligence which will use a small program, artificial intelligence, genetic algorithms, the robot walking along the two-dimensional grid, java, there are experimental reports
AIAnt
- 本程序实现了在一个二维的网格模型中,蚂蚁从出发地沿踪迹走步的模拟实验。-This procedure has in a grid of two-dimensional model, starting from the ants walking along the trail of the simulation experiment.
Robot
- 该程序实现两个机器人在一个二维网格中的自动追捕。通过方向键手动控制机器人A走步,机器人B根据设定的追捕或逃避方式自动对机器人A进行追捕或逃避。-The realization of the program two robots in a two-dimensional grid automatically hunt. Manual control through the arrow keys A walking robot, robot B in accordance with the purs
CellAuto
- 元胞自动机的虚拟程序 开发工具:Microsoft Visual Basic 6.0 运行平台:Windows OS (VB编译,代码未优化,运行速度较慢) 词语解释: CA,cellular automata,元胞自动机,或称细胞自动机。 模式(Pattern),多个细胞构成的一个状态组合。 模型: 维度,二维四方网格 细胞,两种状态(活、死);一个方格代表一个细胞。 邻居,Moore型(上、下、左、右、左上、右上、左下、