设为首页收藏本站

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

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 6339|回复: 2

[交流] 代码逻辑问题

[复制链接]
发表于 2008-4-12 15:04:09 | 显示全部楼层 |阅读模式
在这段代码中我设定了一个stopped?变量,初始状态设为false 。运行过程不能输出stopped?为true 。始终为false
& {2 X1 N$ ^2 x) n2 y& S5 l0 Nto go8 K0 ^3 t# W6 c/ h: u% y
if not any? turtles with [not stopped? ] [ stop ]  $ Z) h0 E% U) ?! J  B  i
ask turtles with [remainder who 5 = 0] [+ X9 G) F2 v& {6 Z- V4 g6 V; q
set close-mates  (turtles with [self != myself])with[. L! ]8 {- w* i/ C6 P: t( B. v
(abs(xcor -(xcor-of myself)) < X-Dist + Wid )
) i2 w; G( C0 k  u7 w6 R" H- V2 wand (abs(ycor -(ycor-of myself)) < Y-Dist + Dep )   R8 f( G& S* l$ A  n, e
and remainder who 5 = 0
7 L) \  Q! a+ G* T$ Y]                   , Q. |% B/ W. L4 g
ifelse any? close-mates
* c; {! \- |* }" R$ H! L2 N9 g[                                                                ; a% k7 W  P1 ^. B/ N( z& d
set closest-one min-one-of (close-mates with[self != myself] )[distance myself]
' u+ C4 Q$ t1 }  A& X5 W5 O: gface closest-one
8 _. Z; `% ?8 V3 yrt 180
- j0 Q# y$ w# r% r5 E& W7 Vfd random-float step-size
8 f4 U: e  H, g! ?avoid-walls
; B3 e7 I. }0 n' @set stopped? false]
# I" s+ U7 d. c5 C: d5 v1 h[set stopped? true]
( f) h. x' [* g; p% S) q]
 楼主| 发表于 2008-4-12 15:05:12 | 显示全部楼层
是逻辑有问题吗?
 楼主| 发表于 2008-5-2 17:02:02 | 显示全部楼层
上述问题,如果最先的if语句改成' K6 S; A. L6 W3 f0 o! u4 q8 n
if not many? turtles with [remainder who 5 = 0] with [ not stopped?][ stop]
. p8 J5 t. K0 V6 C+ c$ f! J则可以顺利的终止go程序
* c$ N8 h5 J% k6 a但是从我的程序逻辑上,编号非5的整数倍的turtle分别与最近的一个五的整数倍turtle tie在一起,5的倍数turtle为根turtle,所以没有turtle运动和没有5的整数倍turtle运动是等价的,if语句两者逻辑没有实质区别,但为什么执行起来会有区别呢?
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

GMT+8, 2026-7-19 12:34 , Processed in 0.015530 second(s), 14 queries .

Powered by Discuz! X3.4 Licensed

© 2001-2017 Comsenz Inc.

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