设为首页收藏本站

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

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 6276|回复: 2

[交流] 代码逻辑问题

[复制链接]
发表于 2008-4-12 15:04:09 | 显示全部楼层 |阅读模式
在这段代码中我设定了一个stopped?变量,初始状态设为false 。运行过程不能输出stopped?为true 。始终为false9 ^  G/ p7 N' W) S; ~( M2 X
to go
. }1 V& i5 M) vif not any? turtles with [not stopped? ] [ stop ]  
9 T+ H" m: L- e) l: C/ M) vask turtles with [remainder who 5 = 0] [
6 N% B% B2 m  E! Hset close-mates  (turtles with [self != myself])with[/ N1 Q: X; F' p9 m. }/ u# D3 X+ U
(abs(xcor -(xcor-of myself)) < X-Dist + Wid )
, ~6 \  @3 P! G1 Q  x0 T# o5 eand (abs(ycor -(ycor-of myself)) < Y-Dist + Dep ) : V& |- q3 R$ S+ s
and remainder who 5 = 0
* H8 H# B$ q8 ~]                   % [  k$ G  }5 |" {& G
ifelse any? close-mates . w4 o8 s& a5 k  n. a( D+ `/ b. r6 p
[                                                               
" m2 G; }6 D2 e3 `! xset closest-one min-one-of (close-mates with[self != myself] )[distance myself]
, X1 e2 T* L1 l( P1 Uface closest-one8 t8 X. v1 E0 j$ n
rt 180; h7 Z. a9 y# q( W, b' A5 l& t
fd random-float step-size
0 E* a% H* s6 d& J5 `avoid-walls! n7 [8 N) N+ t
set stopped? false]" `' `- y! O+ i; D
[set stopped? true]
  Q( D( E, ^5 M; h$ s, |]
 楼主| 发表于 2008-4-12 15:05:12 | 显示全部楼层
是逻辑有问题吗?
 楼主| 发表于 2008-5-2 17:02:02 | 显示全部楼层
上述问题,如果最先的if语句改成
6 _) v% s/ j3 {! {  Jif not many? turtles with [remainder who 5 = 0] with [ not stopped?][ stop]. b) D1 a/ P5 Z& Z5 Y- Y8 X# Q
则可以顺利的终止go程序
) I" t& E9 \" S0 p6 z! D7 B4 l! q但是从我的程序逻辑上,编号非5的整数倍的turtle分别与最近的一个五的整数倍turtle tie在一起,5的倍数turtle为根turtle,所以没有turtle运动和没有5的整数倍turtle运动是等价的,if语句两者逻辑没有实质区别,但为什么执行起来会有区别呢?
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

GMT+8, 2026-7-12 01:12 , Processed in 0.014252 second(s), 15 queries .

Powered by Discuz! X3.4 Licensed

© 2001-2017 Comsenz Inc.

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