• 博客(0)
  • 资源 (2)

空空如也

计算器计算器计算器计算器计算器计算器计算器计算器

c#写的计算器哦 虽然有点不完全 但是是个不错的资源哦

2009-05-26

c语言编写的贪吃蛇游戏

#define LEFT 0x4B00 #define RIGHT 0x4D00 #define UP 0x4800 #define DOWN 0x5000 #define ESC 0x011B #define ENTER 0x1C0D #include<stdio.h> #include<bios.h> #include<conio.h> #include<dos.h> #include<graphics.h> #include<alloc.h> #include<stdlib.h> #include<time.h> typedef char element; element map[20][20];

2009-05-24

空空如也

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

TA关注的人

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