2009-06-08から1日間の記事一覧

UITableViewでfizzbuzz

UITableViewの追加、dataSourceとdelegateをfizzbuzzAppDelegateに繋ぐのはInterfaceBuilder側で行う。ヘッダファイル。 #import <UIKit/UIKit.h> @interface fizzbuzzAppDelegate : NSObject <UIApplicationDelegate> { UIWindow *window; UITableViewController *tvc; } @property (nonatomic, re</uiapplicationdelegate></uikit/uikit.h>…

ちょい調整fizzbuzz

変数$a,$bが不要になったので削除。 あと、print関数自体が1を返すので、printの後に明示的に1を返していたのも失くした。 my $n = sub{0}; my @fizz = ($n,$n,sub{print 'fizz'}); my @buzz = ($n,$n,$n,$n,sub{print 'buzz'}); my $print_n = sub{print $_…

巨大砂時計

http://movapic.com/fn7/pic/307577