设为首页收藏本站

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

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 6378|回复: 2

[交流] 代码逻辑问题

[复制链接]
发表于 2008-4-12 15:04:09 | 显示全部楼层 |阅读模式
在这段代码中我设定了一个stopped?变量,初始状态设为false 。运行过程不能输出stopped?为true 。始终为false
. d/ ?( X, P  p; rto go
5 n4 v9 _: s0 Z1 q& h& [4 oif not any? turtles with [not stopped? ] [ stop ]  
3 ^# d$ a" C$ x9 T: \+ S# ~, e, y& V: Zask turtles with [remainder who 5 = 0] [0 F! U6 K0 K& z7 r5 |7 b: b
set close-mates  (turtles with [self != myself])with[# b3 c3 n: F6 L: h3 B! B
(abs(xcor -(xcor-of myself)) < X-Dist + Wid )
; ^" J, p. ~3 E3 ^and (abs(ycor -(ycor-of myself)) < Y-Dist + Dep )
4 C% s# q- V# Y6 R9 i( }* _/ U6 X! K! Qand remainder who 5 = 0 , Z9 x* k0 }7 s" y. ^: f; C: n
]                  
0 T4 c# E) @% D( b1 o, mifelse any? close-mates
. {6 H0 C2 d, I4 f+ Y[                                                               
/ N  u0 ^# c  |) |- Lset closest-one min-one-of (close-mates with[self != myself] )[distance myself]5 i$ @, x2 g$ z6 D
face closest-one6 X' X& ]7 m- h4 _: H
rt 180
! b6 _0 |3 E  xfd random-float step-size% J0 d' M8 @; T7 h, H: ^& d
avoid-walls
4 k' f( B- u) P% r$ k' Aset stopped? false]
1 ?+ K  N# X% r; W! Q# n[set stopped? true]
8 |7 j4 W% Z! d]
 楼主| 发表于 2008-4-12 15:05:12 | 显示全部楼层
是逻辑有问题吗?
 楼主| 发表于 2008-5-2 17:02:02 | 显示全部楼层
上述问题,如果最先的if语句改成
' Y2 B$ y) Y& a/ d% Zif not many? turtles with [remainder who 5 = 0] with [ not stopped?][ stop]2 |& t* n9 @# P4 B+ I) y
则可以顺利的终止go程序1 `) _0 Q2 I! J% J7 y& r# ^. S3 u" Q
但是从我的程序逻辑上,编号非5的整数倍的turtle分别与最近的一个五的整数倍turtle tie在一起,5的倍数turtle为根turtle,所以没有turtle运动和没有5的整数倍turtle运动是等价的,if语句两者逻辑没有实质区别,但为什么执行起来会有区别呢?
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

GMT+8, 2026-7-24 17:47 , Processed in 0.013055 second(s), 14 queries .

Powered by Discuz! X3.4 Licensed

© 2001-2017 Comsenz Inc.

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