设为首页收藏本站

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

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 6844|回复: 5

[求助] Inspect 编程问题

  [复制链接]
发表于 2009-5-12 20:16:59 | 显示全部楼层 |阅读模式
5仿真币
is5 N: z3 t( |% l7 y: d/ c/ e
       Ci :integer; qi : integer7 N, r5 v8 w; D& [' w
do
6 {! Y% O  x1 g- u+ P       inspect Ci
- t8 N4 m3 y5 x6 z* |when Ci>0 and Ci <=150 then $ q1 _1 b0 V3 ?+ h: z. Y- b. S4 M
       print qi=1;
; e, M/ z  A1 x, j7 Pwhen Ci>151 and Ci<=500 then
- D! ]0 w6 f- @( q) p) D       print qi=2;6 \/ }, N* f0 q  _
when Ci>501 and Ci<=700 then* e/ P& E) k( l- i
       print qi=3;$ {% j" ?4 [' ~8 T! Y. F
when Ci>701 and Ci<=1000 then
, N  }4 R- G9 z       print qi=4;) q6 T/ t6 U! h4 b- a
when Ci>1001 and Ci<=2000 then  S) r$ K5 @3 J
       print qi=5;* p# o7 U6 `/ t3 L0 L, M8 a' p
when Ci>2000 then
% e' t' ~% i+ ^& S$ U! c       print qi=6
3 W9 E/ f+ D6 c6 ^  }" R: }end;
# y3 L5 j, v+ {8 S0 dend;$ K$ [5 Y* a4 L$ d; }

  p: m3 Z% \0 |3 G5 U1 d. O$ ^5 G          运行提示line 5附近的Ci 句法错误,想请教一下各位高手!如何解决?
, G+ K. f5 a. }- G# b          谢谢!

发表于 2009-5-12 23:36:09 | 显示全部楼层
inspect应该不是这么用的,不知道你要解决什么问题,如果是要本程序内判断ci的大小,用if-else就可以了。如果ci不是本程序的,需要调用此程序时,可以用inspect,用法如下:: `& }  _- g- O
(number : integer)
* R7 v. p5 c1 ]1 Mis
) l$ K( J7 \, L$ W, ddo
' e- K# E3 z( i" W" N   inspect number
/ q0 F6 j% C: e6 Q7 Q. z1 f! g       when 1 then - G: L( t. |- T9 j( B
          print "not a prime number"
6 O4 P5 P* l, J! v0 N5 A       when 2,5,7,3 then ; v3 P) N5 G# l$ c# W. ?, I, T2 f- m6 Q
          print "prime number"
0 R3 i; ^, Y6 X2 j- S       when 9,4 then
5 T7 {" M, I7 m          print "square number"  k- Z$ Y- _  j, C* h! q
       else" _3 O/ B- G+ ^  p9 q7 d2 I, F* H
          print "no special number";
+ ^+ X* y: {5 y          print "or number greater than 9";
' m9 i' @7 b, @/ A- q* h+ |   end;8 j  [0 H8 L3 X8 d' U# s
end;
 楼主| 发表于 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, 2025-8-29 13:30 , Processed in 0.014845 second(s), 11 queries .

Powered by Discuz! X3.4 Licensed

© 2001-2017 Comsenz Inc.

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