设为首页收藏本站

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

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 6555|回复: 2

[交流] 代码逻辑问题

[复制链接]
发表于 2008-4-12 15:04:09 | 显示全部楼层 |阅读模式
在这段代码中我设定了一个stopped?变量,初始状态设为false 。运行过程不能输出stopped?为true 。始终为false
% p# q" V1 X4 H* Dto go
: J! E  G; ^3 a+ C, i9 |. Hif not any? turtles with [not stopped? ] [ stop ]  ' n" G$ h' C, {- H5 t: a+ y# T' [) T
ask turtles with [remainder who 5 = 0] [
# g& n0 H4 |' w- Z. V  p9 \set close-mates  (turtles with [self != myself])with[
! h# K- L) w4 w: t6 v# t" ~(abs(xcor -(xcor-of myself)) < X-Dist + Wid )
; B6 x2 o' d6 ?and (abs(ycor -(ycor-of myself)) < Y-Dist + Dep )
! ~2 f: S4 n! [# E) Band remainder who 5 = 0
6 W; h* R9 q. _& w/ ]]                   9 Y4 S/ O! X# J1 c
ifelse any? close-mates
+ s% Y* F, s% z1 ]+ C" ][                                                                0 q8 x6 T+ N% ]/ Q0 Q
set closest-one min-one-of (close-mates with[self != myself] )[distance myself]
" d3 q$ Y: z; p  k' _face closest-one7 P8 M8 _1 d4 p; P1 N  g
rt 180! T2 I- X3 O2 X$ R% \! Z
fd random-float step-size- ^  y- h1 o5 M# @: `- ~2 [4 \8 V/ N) {
avoid-walls
; E" S) ~6 f. l" Nset stopped? false]: W4 X: y) k) K5 l: }/ O# x- ^
[set stopped? true] 7 B; B- h, I' V4 K8 }* V  v
]
 楼主| 发表于 2008-4-12 15:05:12 | 显示全部楼层
是逻辑有问题吗?
 楼主| 发表于 2008-5-2 17:02:02 | 显示全部楼层
上述问题,如果最先的if语句改成
9 k! t  v4 x7 Xif not many? turtles with [remainder who 5 = 0] with [ not stopped?][ stop]
9 {& m$ p; j- ^" P. r, u/ G3 P, N- R则可以顺利的终止go程序
' Z6 B7 r4 p9 L1 f% B/ g8 q. @2 \但是从我的程序逻辑上,编号非5的整数倍的turtle分别与最近的一个五的整数倍turtle tie在一起,5的倍数turtle为根turtle,所以没有turtle运动和没有5的整数倍turtle运动是等价的,if语句两者逻辑没有实质区别,但为什么执行起来会有区别呢?
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

GMT+8, 2026-8-19 07:47 , Processed in 0.017215 second(s), 15 queries .

Powered by Discuz! X3.4 Licensed

© 2001-2017 Comsenz Inc.

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