设为首页收藏本站

最大的系统仿真与系统优化公益交流社区

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 6762|回复: 2

[交流] 代码逻辑问题

[复制链接]
发表于 2008-4-12 15:04:09 | 显示全部楼层 |阅读模式
在这段代码中我设定了一个stopped?变量,初始状态设为false 。运行过程不能输出stopped?为true 。始终为false: y* \9 u; b  {& n* s
to go+ ]/ d# L+ o0 r
if not any? turtles with [not stopped? ] [ stop ]  
% W. @# B3 C+ [8 Eask turtles with [remainder who 5 = 0] [
0 P! H! b2 N! N: j9 Z& iset close-mates  (turtles with [self != myself])with[9 }: a+ F+ J. z9 i
(abs(xcor -(xcor-of myself)) < X-Dist + Wid )
* [3 }& R7 a. hand (abs(ycor -(ycor-of myself)) < Y-Dist + Dep )
, f# A! f+ _# S" K) ?& aand remainder who 5 = 0
. l' B1 q5 I2 b]                   1 c8 r) ]% P4 D9 @
ifelse any? close-mates
5 M+ E$ p# S" X9 c9 [( g# m3 d1 x[                                                               
5 s9 C7 Z' x1 h$ K$ Xset closest-one min-one-of (close-mates with[self != myself] )[distance myself]
$ c. I* B% u# V( cface closest-one; b9 q" Q3 U( O. x
rt 180. s3 G8 l7 M# R' k1 r0 I' Y
fd random-float step-size
8 `7 O7 f, a, ~& Tavoid-walls
! z! s0 q  {4 A" zset stopped? false]
8 Z5 `# z6 b1 Q2 D4 E$ p) f[set stopped? true] ( ^4 F. @( N+ W/ t$ m
]
 楼主| 发表于 2008-4-12 15:05:12 | 显示全部楼层
是逻辑有问题吗?
 楼主| 发表于 2008-5-2 17:02:02 | 显示全部楼层
上述问题,如果最先的if语句改成+ m( D2 g% _# z8 J0 x; A8 H/ i# u
if not many? turtles with [remainder who 5 = 0] with [ not stopped?][ stop]
+ O  k, V; r# b4 O则可以顺利的终止go程序& M+ ], f2 d( b  @# `
但是从我的程序逻辑上,编号非5的整数倍的turtle分别与最近的一个五的整数倍turtle tie在一起,5的倍数turtle为根turtle,所以没有turtle运动和没有5的整数倍turtle运动是等价的,if语句两者逻辑没有实质区别,但为什么执行起来会有区别呢?
您需要登录后才可以回帖 登录 | 注册

本版积分规则

QQ|Archiver|手机版|SimulWay 道于仿真   

GMT+8, 2026-9-21 08:30 , Processed in 0.014249 second(s), 14 queries .

Powered by Discuz! X3.4 Licensed

© 2001-2017 Comsenz Inc.

快速回复 返回顶部 返回列表