2008-02-07から1日間の記事一覧

Concrete Abstraction

http://jaortega.wordpress.com/2007/01/31/a-scheme-bookshelf/ yet another introduction to (functional) programming

アルゴリズムとデータ構造演習

http://hagi.is.s.u-tokyo.ac.jp/ade/pre/1.html 課題1-A: シェルを実装せよ。 課題2-A: データを圧縮・解凍するプログラムを実装せよ。 課題3-A: スパムフィルタを実装せよ。 この課題が授業の目標:伝えられた仕様を大体何でも実装できるようになるこ …

Valgrind -- Tool Suite

http://valgrind.org/info/tools.html Official Home Page for valgrind, a suite of tools for debugging and profiling. Automatically detect memory management and threading bugs, and perform detailed profiling. The current stable version is val…