设为首页收藏本站

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

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 5068|回复: 5

[求助] Inspect 编程问题

  [复制链接]
发表于 2009-5-12 20:16:59 | 显示全部楼层 |阅读模式
5仿真币
is
# O, @5 D" b6 G' d* ~7 S       Ci :integer; qi : integer
0 b* f8 q8 h' bdo % A( p# H) d9 s' Q7 `# `
       inspect Ci  r, a$ ^: y( @3 e, z) [9 H6 f
when Ci>0 and Ci <=150 then
4 `- A5 @0 E: n- Y; [  D! I       print qi=1;
8 I' g! D2 F+ X7 d1 l9 p# Z6 dwhen Ci>151 and Ci<=500 then; w; k4 v8 c6 [5 r1 T9 X/ p
       print qi=2;
6 m0 m! @0 w! Zwhen Ci>501 and Ci<=700 then, j5 C# {9 @% j8 o9 U( P- K; y
       print qi=3;. n  [0 F/ l$ J
when Ci>701 and Ci<=1000 then5 q8 m8 ~3 a# G4 ~9 @
       print qi=4;
2 `5 G8 Y" P4 _2 |when Ci>1001 and Ci<=2000 then) M) O0 w' Z* Y# o
       print qi=5;2 g0 c7 J2 G1 G1 E6 i  F" h3 t
when Ci>2000 then
: X; O7 s9 v4 x4 u' W: b       print qi=6
% E+ y, L$ P- g- Iend;
: b. W+ J$ L* u' l9 J$ kend;; F) D4 C$ o; J# ^. @
* ^9 \! ?* u% C2 b* D
          运行提示line 5附近的Ci 句法错误,想请教一下各位高手!如何解决?
+ x& n$ _) C8 y9 q0 ^' u; H          谢谢!

发表于 2009-5-12 23:36:09 | 显示全部楼层
inspect应该不是这么用的,不知道你要解决什么问题,如果是要本程序内判断ci的大小,用if-else就可以了。如果ci不是本程序的,需要调用此程序时,可以用inspect,用法如下:
0 z6 \, h: Y. X9 J& L(number : integer)
- f# A" i$ e! Eis
1 M/ K3 F& ~6 p' q& E# n' q( xdo$ ~7 S3 p4 _( _) {* c
   inspect number6 _2 c$ g3 U( o" N+ M# B
       when 1 then
+ i$ ?! ~+ B/ o  I8 l- D8 ^/ I          print "not a prime number"
# J, P7 Y+ G4 H9 l% b       when 2,5,7,3 then , c# p* n, W( W8 L
          print "prime number"5 ~1 L5 W9 I2 z: H7 k
       when 9,4 then ) c8 ^  @. Z2 ]8 @
          print "square number"2 _( ^( {4 I" W  |
       else
- r" y  O6 v0 ^          print "no special number";  U3 L6 k: Q" }6 w% s( K
          print "or number greater than 9";1 v6 c& @8 W" `4 i# @8 e) Q
   end;
' b3 ]* E6 P! o( s2 Uend;
 楼主| 发表于 2009-5-13 10:00:51 | 显示全部楼层
我在做一个集装箱码头泊位—岸桥分配的仿真优化模型,我是新手,有很多问题需要请教,高手liysunny能否帮忙,我的qq:540966007。谢谢!!!
发表于 2009-5-13 17:55:54 | 显示全部楼层
发表于 2009-9-15 10:16:40 | 显示全部楼层
楼主Ci没有赋值,应先赋值,再判断
发表于 2010-10-19 09:44:36 | 显示全部楼层
二楼说得很对啊,版主为啥没给加分呢?
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

GMT+8, 2024-11-24 02:17 , Processed in 0.920653 second(s), 11 queries .

Powered by Discuz! X3.4 Licensed

© 2001-2017 Comsenz Inc.

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