自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 收藏
  • 关注

原创 A good program of the greedy snake game.

#define N 200 #include #include #include #define LEFT 0x4b00 #define RIGHT 0x4d00 #define DOWN 0x5000 #define UP 0x4800 #define ESC 0x011b int i,key; int score=0;/*得分*/ int gamespeed=65000;/*游戏速度自己

2006-12-01 18:57:00 715

原创 The source code of a greedy snake game I wrote in Turbo C 2.0 lately

#include#include#include#include#include#include#include#define VK_UP 0x4800#define VK_DOWN 0x5000#define VK_LEFT 0x4b00#define VK_RIGHT 0x4d00#define VK_ESC 0x011b#define VK_ENTER 0x1c0d#define TIME_

2006-11-30 19:19:00 944

原创 Some useful and basic linux websites(English)

http://www.gnu.orghttp://www.linuxhq.comhttp://www.linuxbase.orghttp://www.sourceforge.nethttp://www.kernel.orghttp://www.linux.orghttp://www.linuxjournal.orghttp://counter.li.orghttp:

2006-11-16 16:40:00 679 1

原创 The first article!

I will try to record my life taste and programmingexperiences in English everyday after this afternoon. 

2006-11-16 15:31:00 588

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除