Skip to content

O 的笔记

  • 关于
  • 版权声明

日期: 2013 年 4 月 29 日

sicp 笔记 (4)

ou 2013 年 4 月 29 日2016 年 8 月 6 日 Leave a comment

第二章习题 2.52 - 2.72 的解答。

E-2.52: 跳过……

E-2.53: 直接运行一下结果就出来了。

E-2.54:

(define (my-equal? a b)
  (if (and (pair? a) (pair? b))
    (and (my-equal? (car a) (car b))
         (my-equal? (cdr a) (cdr b)))
    (eq? a b)))

; ----------------------------------------------

(my-equal? '(this is a 
…

阅读全文…

2013 年 4 月
日 一 二 三 四 五 六
 123456
78910111213
14151617181920
21222324252627
282930  
« 3 月   5 月 »

标签

aio B+树 bash bcachefs B树 c++ chroot copy-on-write debootstrap emacs epoll eventfd evince fcitx fetchmail freebsd fuse gdb git hadoop inotify ipfw iterm2 kernel keymap kmp kvm latex libpcap linuxmint lua macos maildrop msmtp mutt mysql nas nfs nginx ofs oracle overlayfs paxos php postgresql pthread qemu qt rdesktop samba sicp signalfd snapshot so tar thrift timerfd unshare vfs vim wordpress xpdf zfs 分布式系统 目录遍历 面向对象

近期文章

  • bcachefs 调试环境搭建
  • 使用 unshare 命令创建临时开发环境
  • iterm2 快捷键修改
  • 使用 ksmbd 搭建 samba 共享服务
  • 使用 mutt 收发邮件
  • 给 linux kernel 提交 patch 的步骤
  • 使用 tar 备份 linux
  • 在 x86 上调试 linux kernel
  • 关于 pthread cond 的注意事项
  • 使用 freebsd 搭建家用 nas

近期评论

  • ou 发表在《B+ 树 (1) – 定义与基本操作》
  • chang 发表在《B+ 树 (1) – 定义与基本操作》
  • 七爷 发表在《Thrift 学习笔记 (1)》
  • 七爷 发表在《Thrift 学习笔记 (1)》
  • CharlesLeo 发表在《B+ 树 (1) – 定义与基本操作》

归档

Copyright © 2025 O 的笔记.
Powered by WordPress. | Theme: colorskin by Dimitrakopoulos.