Xechelon Mesaj tarihi: Ekim 23, 2004 Paylaş Mesaj tarihi: Ekim 23, 2004 bu programi kullandiysaniz acaba carpma islemini nasil kodlayacagimi soyleyebilirmisniz elimde belli bazi tanimlar var bunlarin disina cikamam yardimci olursaniz cok sevinirim simdiden sagolun mevcut tanimlamalar (define two (add1 one)) (define three (add1 two)) (define four (add1 three)) (define zero? null?) (define add1 (lambda (x) (cons '1 x))) (define sub1 (lambda (x) (if (null? x) 'not-a-number (cdr x)))) (define zero '()) (define add (lambda (x y) (if (zero? x) y (add (sub1 x) (add1 y)))))[signature][hline]"I will flay the skin from your flesh and the flesh from your bones and scrape your bones dry. And still you will not have suffered enough." Link to comment Sosyal ağlarda paylaş Daha fazla paylaşım seçeneği…
Öne çıkan mesajlar