- 博客(5)
- 收藏
- 关注
我今天人品大爆发啊,赚了299美元
今天去参加微软的新技术预览(Microsoft New Technology Preview Tour),人品大爆发,再会议的最后的抽奖活动中,一举获得299美元的大奖,总共只抽了两个奖品,还有一个是几十块钱的。我的奖品是MicroSoft Expression Web,可惜我不用Windows啊,所以在淘宝上卖2000块钱好了,今天的很多新技术还是蛮有吸引力的,以后和大家慢慢分享,现在先把我刚拍...
2007-06-08 21:26:00
161
面向对象及工厂模式和单体模式的简单介绍
首先,我们来看一个简单的例子,我们用必胜客的pizza来做个例子 首先定义一个interface,抽象出生产比萨的过程。 Pizza.java public interface Pizza { public void prepare(); public void bake(); ...
2007-05-29 16:26:22
230
topcoder的题目及我的算法
You and your friends are setting up a fantasy TopCoder league, where you choose coders to be on your team and score points in the league when any one of your coders wins their room or successfully cha...
2007-05-20 12:39:08
196
对字符串进行排序的程序(气泡法)
[code]#include #include #include #define N 20 // the length of English words struct node { char en[N]; struct node *next; }; void print(struct node *p); void sort(struct node *p); void...
2007-04-25 12:25:44
321
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人