#!/usr/bin/env python
- Jul 17 Fri 2009 13:30
python calendar (查日期)
- Jul 16 Thu 2009 23:15
Java Shape (Interface, Rectangle, Circle) 給知識+ 的匿名
interface Shape {
public double computeArea();
- Jul 16 Thu 2009 16:49
My /boot/grub/menu.lst
title Debian GNU/Linux, kernel 2.6.26-2-686
root (hd1,5)
- Jul 16 Thu 2009 16:33
我的最愛(web browser)
- Jul 11 Sat 2009 22:02
在linux上聽ICRT
- Jul 07 Tue 2009 13:58
About virtual web server in the intranet
- Jul 06 Mon 2009 09:20
c 求最大公因數及最小公倍數
#include <stdio.h>
- Jul 04 Sat 2009 17:01
c 求最大公因數(輾轉相除法)
#include <stdio.h>
- Jul 04 Sat 2009 17:00
c 求最大公因數(土法鍊鋼)
#include <stdio.h>
- Jul 03 Fri 2009 17:21
c 的剪刀石頭布(三戰兩勝)
#include <stdio.h>
#include <stdlib.h>