设为首页收藏本站

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

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 5977|回复: 2

[交流] 代码逻辑问题

[复制链接]
发表于 2008-4-12 15:04:09 | 显示全部楼层 |阅读模式
在这段代码中我设定了一个stopped?变量,初始状态设为false 。运行过程不能输出stopped?为true 。始终为false- {! e0 e( m* R3 ^5 {
to go
; y$ p) y0 h) ~$ Mif not any? turtles with [not stopped? ] [ stop ]  
- v' I3 \# h: @4 O$ hask turtles with [remainder who 5 = 0] [
4 }/ k5 O  \: a# A8 iset close-mates  (turtles with [self != myself])with[" @- @  |7 E, O  y
(abs(xcor -(xcor-of myself)) < X-Dist + Wid )
- P) ^2 n6 M- ^0 f- eand (abs(ycor -(ycor-of myself)) < Y-Dist + Dep ) , v; Y, x4 Q& ~# X0 w9 o& I  d
and remainder who 5 = 0
+ a* [; P3 L3 ~/ \. z1 j]                  
; L9 e. y1 @. d/ Z- x! Nifelse any? close-mates 0 V& X, l+ o, V1 n/ g$ ?+ p
[                                                               
& z% S3 ~# y1 m! `7 gset closest-one min-one-of (close-mates with[self != myself] )[distance myself]
' Q  ^1 g: q2 \3 {* cface closest-one
0 ^( p* d6 ]8 f1 P  M, Lrt 180
7 ^  z4 x& g; {" ^0 M. o) y4 e! P, Zfd random-float step-size
: Q! h/ g! ?, R- b' t3 P1 _, Iavoid-walls4 c# _0 G' K7 o$ H
set stopped? false]- W) [2 U  a) f0 E" ]* ~( f7 o( [7 x
[set stopped? true] , n$ M; v1 j- N1 D: R
]
 楼主| 发表于 2008-4-12 15:05:12 | 显示全部楼层
是逻辑有问题吗?
 楼主| 发表于 2008-5-2 17:02:02 | 显示全部楼层
上述问题,如果最先的if语句改成. Y2 T! Q/ H1 d7 R, ]1 D- |
if not many? turtles with [remainder who 5 = 0] with [ not stopped?][ stop], N2 k% r; c! D3 m9 s9 U
则可以顺利的终止go程序( L# k7 m; K' I  C5 ~6 D5 v' D. A( q
但是从我的程序逻辑上,编号非5的整数倍的turtle分别与最近的一个五的整数倍turtle tie在一起,5的倍数turtle为根turtle,所以没有turtle运动和没有5的整数倍turtle运动是等价的,if语句两者逻辑没有实质区别,但为什么执行起来会有区别呢?
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

GMT+8, 2026-5-1 20:11 , Processed in 0.015210 second(s), 14 queries .

Powered by Discuz! X3.4 Licensed

© 2001-2017 Comsenz Inc.

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