태그>sicp(총 212개의 글)
'sicp' 관련 최근글
-
- SICP 스터디 3월 2주 주간회고

-
일일신우일신 by 지아|2008/03/17 11:46
Fact일주일 동안 연습문제 1.11 밖에 못 풀었다. ㅠㅠ 공부한 시간: 1시간 10분 Feeling연습문제가 점점 어려워지면서 슬럼프에 빠진건지. Finding일주일 동안 머리 속으로 연습문제 1.12에 대한 생각을 많이 했던거 같은데 결과가 좋지 않다.정 어려우면 그냥 넘기는 요령이라도 ..
- SICP 스터디 3월 2주 주간회고
-
- [SICP] 연습문제 1.11

-
일일신우일신 by 지아|2008/03/12 23:06
n < 3 이면 f(n) = n n >= 3 이면 f(n) = f(n - 1) + 2f(n - 2) + 3f(n - 3) 되도는 프로세스(recursive process) (define (f-rec n) (cond ((< n 3) n) ((>= n 3) (+ (f-rec (- n 1)) (* 2 (f-rec (- n 2))) (* 3 (f-rec (-..
- [SICP] 연습문제 1.11
-
- SICP 스터디 3월 1주 주간회고

-
일일신우일신 by 지아|2008/03/10 00:34
Fact계획한 목표를 정확히 금요일에 다 끝냈다. (그만큼 널널하게 목표를 잡았다는.) 주말에 좀 더 공부해도 좋았을텐데 시체놀이하느라 책도 한번 펴보지 못 했다. 공부한 시간 : 4시간 45분Feeling연습문제 1.7에서 한번 폭주하고 나니 연습문제 1.10까지는 비교적 쉽게 풀었다는..
- SICP 스터디 3월 1주 주간회고
-
- SICP Exercise 연습문제 3.15

-
NoSyu의 주저리 주저리 by |2008/03/09 17:48
google_ad_client = "pub-7048624575756403";google_ad_slot = "4952969789";google_ad_width = 300;google_ad_height = 250;google_ad_client = "pub-7048624575756403";google_ad_slot = "495296978
- SICP Exercise 연습문제 3.15
-
- SICP Exercise 연습문제 3.14

-
NoSyu의 주저리 주저리 by |2008/03/09 16:43
google_ad_client = "pub-7048624575756403";google_ad_slot = "4952969789";google_ad_width = 300;google_ad_height = 250;google_ad_client = "pub-7048624575756403";google_ad_slot = "495296978
- SICP Exercise 연습문제 3.14
-
- SICP Exercise 연습문제 3.13

-
NoSyu의 주저리 주저리 by |2008/03/09 16:22
google_ad_client = "pub-7048624575756403";google_ad_slot = "4952969789";google_ad_width = 300;google_ad_height = 250;google_ad_client = "pub-7048624575756403";google_ad_slot = "495296978
- SICP Exercise 연습문제 3.13
-
- SICP Exercise 연습문제 3.12

-
NoSyu의 주저리 주저리 by |2008/03/09 16:01
google_ad_client = "pub-7048624575756403";google_ad_slot = "4952969789";google_ad_width = 300;google_ad_height = 250;google_ad_client = "pub-7048624575756403";google_ad_slot = "495296978
- SICP Exercise 연습문제 3.12
-
- SICP Exercise 연습문제 3.11

-
NoSyu의 주저리 주저리 by |2008/03/09 14:13
google_ad_client = "pub-7048624575756403";google_ad_slot = "4952969789";google_ad_width = 300;google_ad_height = 250;google_ad_client = "pub-7048624575756403";google_ad_slot = "495296978
- SICP Exercise 연습문제 3.11
-
- SICP Exercise 연습문제 3.10

-
NoSyu의 주저리 주저리 by |2008/03/09 11:38
google_ad_client = "pub-7048624575756403";google_ad_slot = "4952969789";google_ad_width = 300;google_ad_height = 250;google_ad_client = "pub-7048624575756403";google_ad_slot = "495296978
- SICP Exercise 연습문제 3.10
-
- 잡다한 이야기 2008.03.09

-
NoSyu의 주저리 주저리 by |2008/03/09 10:25
google_ad_client = "pub-7048624575756403";google_ad_slot = "4952969789";google_ad_width = 300;google_ad_height = 250;google_ad_client = "pub-7048624575756403";google_ad_slot = "495296978
- 잡다한 이야기 2008.03.09
-
- SICP Exercise 연습문제 3.9

-
NoSyu의 주저리 주저리 by |2008/03/08 23:30
google_ad_client = "pub-7048624575756403";google_ad_slot = "4952969789";google_ad_width = 300;google_ad_height = 250;google_ad_client = "pub-7048624575756403";google_ad_slot = "495296978
Lisp, Scheme, SICP, Environment_Model_Evaluation, recursive_process
- SICP Exercise 연습문제 3.9
-
- SICP Exercise 연습문제 3.8

-
NoSyu의 주저리 주저리 by |2008/03/08 19:35
google_ad_client = "pub-7048624575756403";google_ad_slot = "4952969789";google_ad_width = 300;google_ad_height = 250;google_ad_client = "pub-7048624575756403";google_ad_slot = "495296978
- SICP Exercise 연습문제 3.8
-
- SICP Exercise 연습문제 3.7

-
NoSyu의 주저리 주저리 by |2008/03/08 19:28
google_ad_client = "pub-7048624575756403";google_ad_slot = "4952969789";google_ad_width = 300;google_ad_height = 250;google_ad_client = "pub-7048624575756403";google_ad_slot = "495296978
- SICP Exercise 연습문제 3.7
-
- SICP Exercise 연습문제 3.6

-
NoSyu의 주저리 주저리 by |2008/03/08 19:22
google_ad_client = "pub-7048624575756403";google_ad_slot = "4952969789";google_ad_width = 300;google_ad_height = 250;google_ad_client = "pub-7048624575756403";google_ad_slot = "495296978
- SICP Exercise 연습문제 3.6
-
- SICP Exercise 연습문제 3.5

-
NoSyu의 주저리 주저리 by |2008/03/08 19:18
google_ad_client = "pub-7048624575756403";google_ad_slot = "4952969789";google_ad_width = 300;google_ad_height = 250;google_ad_client = "pub-7048624575756403";google_ad_slot = "495296978
- SICP Exercise 연습문제 3.5


