Subversion Repositories wimsdev

Rev

Rev 2071 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

!set methtit=ÖØÐ´·½³Ì
!set methenv=ZZ QQ RR CC
!set methparmtype=parm equation, function, choice, function
!set methhelp=Äã¿ÉÒÔÀûÓÃÕâ¸ö·½·¨°ÑÒѸø·½³Ìͨ¹ý¼ÓÏî,¡¢
 ½»»»·½³ÌÁ½±ß, ³ËÒÔ·ÇÁãÊýµÈµÄ¸´ºÏ±äÐγÉÒ»¸öµÈ¼Û·½³Ì.

!if $wims_read_parm iswordof form check
 !goto $wims_read_parm
!endif

!exit
:form
 ÖØÐ´·½³Ì
 !read deduc/methparm.phtml 1
 Ϊ <br/>
 <input size=15 name=methparm2 value="$methparm2"/>
 =
 <input size=15 name=methparm4 value="$methparm4"/>
 !set methremark=ÄãµÄз½³Ì±ØÐëµÈ¼ÛÓÚÔ­·½³Ì.
!exit
:check
 !distribute items $methparmobj1 into data,left1,sign1,right1
 sign2==
 sign3==
 !if $sign2 notsametext $sign1 and $sign3 notsametext $sign1
  :badequiv
  error=ÄãµÄз½³Ì²»µÈ¼ÛÓÚÔ­·½³Ì!
  !advance penalty
  !exit
 !endif
 
 check1=($left1) - ($right1)
 check2=($methparm2) - ($methparm4)
  
 !read deduc/sub/checkzero $check1\
    $check2
 !distribute line $out into out1, out2
 !read deduc/sub/_Simplify ($check1) / ($check2)
 out3=$out
 !if $out1=yes or $out2=yes
  !if $out1!=yes or $out2!=yes
   !goto badequiv
  !endif
 !else
  out3=$[$out3]
  !if NaN isin $out3 or Inf isin $out3
   !goto badequiv
  !endif
 !endif
 methexp=ÖØÐ´ \($left1 = $right1)

 newobject1=$methparm2 = $methparm4
 oldobject=1

!exit