home *** CD-ROM | disk | FTP | other *** search
- (defun hdd92()
- (setvar "CMDECHO" 0)
- (command "vslide" "\\house1\\sld\\s753")
- (setq f "d")
- (setq f1 0)
- (while (and (/= f "s4") (/= f "S4"))
- (setq f1 (getint "\n╩Σ╚δ╝╞╦π╧ε<1-4>: "))
- (cond ((= f1 1) (jx41))
- ((= f1 2) (jx42))
- ((= f1 3) (jx43))
- ((= f1 4) (jx44))
- )
- (setq f (getstring "\n╝╠╨°╝╞╦π<c> ╗≥═╦│÷ <s4>: "))
- )
- (check 'hdd75 "hdd75")
- )
- (defun jx41()
- (setq kk (getreal "\nkk= "))
- (setq kjx (getreal "\nkjx= "))
- (setq iec (getreal "\niec= "))
- (setq nl (getreal "\nnl= "))
- (setq idzj (/ (* kk (* kjx iec)) nl))
- (setq km (getstring "\n╥¬╨ú╤Θ┴Θ├⌠╢╚┬≡?<Y/N>: "))
- (if (or (= km "y") (= km "Y"))
- (progn (setq a41 (getreal "\nid(2).min= "))
- (setq idz (/ (* idzj nl) kjx))
- (setq yu (/ a41 idz))
- (if (>= yu 1.5)
- (progn (setq k1 "yes")
- (print k1)
- (setq q "km= ")
- (setq yu (strcat q (rtos yu 2 4)))
- (print yu)
- )
- (print "no")
- )
- )
- )
- (setq q "idzj= ")
- (setq idzj (strcat q (rtos idzj 2 4)))
- (print idzj)
- )
- (defun jx42()
- (setq kk (getreal "\nkk= "))
- (setq ibp (getreal "\nibp= "))
- (setq idzj (getreal "\nidzj= "))
- (if (>= idzj (* kk ibp))
- (progn (setq k1 "yes")
- (print k1)
- )
- (print "no")
- )
- (setq q "idzj= ")
- (setq idzj (strcat q (rtos idzj 2 4)))
- (print idzj)
- )
- (defun jx43()
- (setq Idzj (getreal "\nidzj= "))
- (setq kjx (getreal "\nkjx= "))
- (setq Ic (getreal "\nIcgma= "))
- (setq nl (getreal "\nnl= "))
- (setq Idz (/ (* Idzj nl) kjx))
- (if (<= Idzj (/ Ic 1.5))
- (progn (setq k1 "yes")
- (print k1)
- )
- (print "no")
- )
- (setq q "idzj= ")
- (setq idzj (strcat q (rtos idzj 2 4)))
- (print idzj)
- )
- (defun jx44()
- (setq ue2 (getreal "\nue2= "))
- (setq udzj (* ue2 1.1))
- (setq q "udzj= ")
- (setq udzj (strcat q (rtos udzj 2 4)))
- (print udzj)
- )
- (hdd92)