C语言项目开发实战之-c语言也能干大事7.rarhttp://t.cn/RvvAIw0
C语言项目开发实战之-c语言也能干大事6.rarhttp://t.cn/RvvAV0d
C语言项目开发实战之-c语言也能干大事5.rarhttp://t.cn/RvvAtEz
C语言项目开发实战之-c语言也能干大事4.rarhttp://t.cn/RvvAqxw
C语言项目开发实战之-c语言也能干大事3.rarhttp://t.cn/RvvA4sQ
C语言项目开发实战之-c语言也能干大事2.rar http://t.cn/RvvAyDW
C语言项目开发实战之-c语言也能干大事1.rar http://t.cn/RvvAZt4
//源码和程序下载地址在页面底部
//这几天写的c语言程序,由于使用了easyX里的图形函数,
//而easyx必须要求文件名为cpp.里面的内容为纯c
#include<graphics.h>
#include<conio.h>
#include<stdio.h>
#include<stdlib.h>
#include<time.h>
#include<tchar.h>
#define S1 60 //初始位置(S1,S1)
#define S2 20 //单位大小
const int ...