首页    新闻    小组    威客    人才    下载    博客    代码贴    在线编程    论坛
代码贴龙航四海的代码贴C语言
// 程序名称:俄罗斯方块
// 编译环境:Visual C++ 6.0 
// 程序编写:龙航四海
#include <graphics.h> 
#include<windows.h>
#include<stdlib.h>
#include<time.h>
#include<conio.h>
#include<math.h>
#include<stdio.h>
#define box_k 10
#define box_g 18
......................
阅读全部 | 2013年8月14日 18:15
// 程序名称:俄罗斯方块
// 编译环境:Visual C++ 6.0 
// 程序编写:龙航四海
#include <graphics.h> 
#include<windows.h>
#include<stdlib.h>
#include<time.h>
#include<conio.h>
#include<math.h>
#include<stdio.h>
#define box_k 10
#define box_g 18
......................
阅读全部 | 2013年8月14日 18:15
1
龙航四海