home *** CD-ROM | disk | FTP | other *** search
- (defun hdd91()
- (setvar "CMDECHO" 0)
- (command "vslide" "\\house1\\sld\\s751")
- (setq d "b")
- (setq d1 0)
- (while (and (/= d "s3") (/= d "S3"))
- (setq d1 (getint "\n╩Σ╚δ╝╞╦π╧ε<1-2>: "))
- (cond ((= d1 1) (jx31))
- ((= d1 2) (jx32))
- )
- (setq d (getstring "\n╝╠╨°╝╞╦π<c> ╗≥═╦│÷<s3>: "))
- )
- (check 'hdd75 "hdd75")
- )
- (defun jx31()
- (setq kk (getreal "\nkk= "))
- (setq kjx (getreal "\nkjx= "))
- (setq ifh (getreal "\nifh= "))
- (setq kh (getreal "\nkh= "))
- (setq nl (getreal "\nnl= "))
- (setq idzj (/ (* kk (* kjx ifh)) (* kh nl)))
- (setq km (getstring "\n╥¬╨ú╤Θ┴Θ├⌠╢╚┬≡?<Y/N>: "))
- (if (or (= km "y") (= km "Y"))
- (progn (setq a31 (getreal "\nid(2)min= "))
- (setq idz (/ (* idzj nl) kjx))
- (setq yu (/ a31 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 jx32()
- (setq a32 (getreal "\nid(2)min= "))
- (setq nl (getreal "\nnl= "))
- (setq idzj (getreal "\nidzj= "))
- (if (<= idzj (/ a32 (* nl 2)))
- (progn (setq k1 "yes")
- (print k1)
- )
- (print "no")
- )
- (setq q "idzj= ")
- (setq idzj (strcat q (rtos idzj 2 4)))
- (print idzj)
- )
- (hdd91)