home *** CD-ROM | disk | FTP | other *** search
- (defun hdd75()
- (setvar "CMDECHO" 0)
- (command "vslide" "\\house1\\sld\\s75")
- (setq A1 (getstring "\n╩Σ╚δ╝╞╦π╧ε <1-6> ╗≥╜ß╩° <E>: "))
- (cond ((= A1 "1") (jx1))
- ((= A1 "2") (check 'hdd91 "hdd91"))
- ((= A1 "3") (check 'hdd90 "hdd90"))
- ((= A1 "4") (check 'hdd92 "hdd92"))
- ((= A1 "5") (check 'hdd93 "hdd93"))
- ((= A1 "6") (check 'hdd84 "hdd84"))
- ((or (= A1 "e") (= A1 "E")) (print "\nend"))
-
- )
- (command "REDRAW")
- )
- (defun jx1()
- (command "vslide" "\\house1\\sld\\s750")
- (setq B "c")
- (setq B1 0)
- (while (and (/= B "s1") (/= B "S1"))
- (setq B1 (getint "\n╩Σ╚δ╝╞╦π╧ε <1-4>: "))
- (cond ((= B1 1) (jx11))
- ((= B1 2) (jx12))
- ((= B1 3) (jx13))
- ((= B1 4) (jx14))
- )
- (setq B (getstring "\n╝╠╨°╝╞╦π <C> ╗≥═╦│÷ <s1>: "))
- )
- (hdd75)
- )
- (defun jx11()
- (setq Kk (getreal "\nKk= "))
- (setq Kjx (getreal "\nKjx= "))
- (setq Kgh (getreal "\nKgh= "))
- (setq Kh (getreal "\nKh= "))
- (setq Nl (getreal "\nNl= "))
- (setq Ieb (getreal "\nIeb= "))
- (setq Idzj (/ (* Kk (* Kjx (* Kgh Ieb))) (* Kh Nl)))
- (setq K (getstring "\n╥¬╨ú╤Θ┴Θ├⌠╢╚┬≡?<Y/N>: "))
- (if (or (= K "y") (= K "Y"))
- (progn (setq Id2 (getreal "\nId2(2).min= "))
- (setq Idz (/ (* Idzj nl) Kjx))
- (setq yu (/ Id2 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 jx12()
- (setq kk (getreal "\nkk= "))
- (setq kjx (getreal "\nkjx= "))
- (setq nl (getreal "\nnl= "))
- (setq a12 (getreal "\nIdz(3).max= "))
- (setq Idzj (/ (* kk (* kjx a12)) nl))
- (setq km (getstring "\n╥¬╨º╤Θ┴Θ├⌠╢╚┬≡?<y/n>= "))
- (if (or (= km "y") (= km "Y"))
- (progn (setq a13 (getreal "\nId1(2).max= "))
- (setq Idz (/ (* Idzj nl) kjx))
- (setq yu (/ a13 Idz))
- (if (>= yu 2.0)
- (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 jx13()
- (setq A21 (getreal "\nidz(1).min= "))
- (setq idzj (getreal "\nidzj= "))
- (setq kjx (getreal "\nkjx= "))
- (setq nl (getreal "\nnl= "))
- (setq idz (/ (* idzj nl) kjx))
- (setq yu (/ A21 idz))
- (if (>= yu 2)
- (progn (setq k1 "yes")
- (print k1)
- (jX14)
- ))
- (setq q "idzj= ")
- (setq idzj (strcat q (rtos idzj 2 4)))
- (print idzj)
- )
- (defun jx14()
- (setq kk (getreal "\nkk= "))
- (setq ieb (getreal "\nieb= "))
- (setq nl (getreal "\nnl= "))
- (setq idzj (/ (* kk (* ieb 0.25)) nl))
- (setq km (getstring "\n╥¬╨ú╤Θ┴Θ├⌠┬≡?<y/n>= "))
- (if (or (= km "y") (= km "Y"))
- (progn (setq a14 (getreal "\nidz2(1).min= "))
- (setq idz (/ (* idzj nl) kjx))
- (setq yu (/ a14 idz))
- (if (>= yu 2)
- (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)
- )
- (hdd75)