Jump to content
Forumu Destekleyenlere Katılın ×
Paticik Forumları
2000 lerden beri faal olan, çok şukela bir paylaşım platformuyuz. Hoşgeldiniz.

DrScheme kullanmis olanlara!!


Öne çıkan mesajlar

Mesaj tarihi:
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."
×
×
  • Yeni Oluştur...