- 博客(5)
- 收藏
- 关注
转载 C++-------------别踩白块双人版(源代码)
#undef UNICODE#undef _UNICODE#include <graphics.h>#include <conio.h>#include <stdio.h>#include <time.h>#define MAXTASK 50 // 定义游戏需要完成的黑块数量// 定义宏 __sprintf 自适应 vc6 ...
2019-06-27 16:31:35 1602
转载 C语言-------贪吃蛇(源代码)
#include <stdio.h>#include <stdlib.h>#include <windows.h> //光标设置#include <time.h> //食物随机#include <conio.h> //按键监控#include <mmsystem.h>#pragma comment(lib,“...
2019-06-27 16:27:23 3540
转载 C语言---------俄罗斯方块(源代码)
#include<stdio.h>#include<windows.h>//字体颜色,窗口#include<conio.h>#include<stdlib.h>#include<time.h>#include <mmsystem.h>#pragma comment(lib,“winmm.lib”)#define ...
2019-06-27 16:24:59 22244
原创 C语言--------学生管理系统(源代码)
// 学生管理系统2.cpp : 定义控制台应用程序的入口点。//#include “stdio.h”#include “stdlib.h”#include “string.h”#include <conio.h> /调用getch的头文件;getch用于暂停程序/int saveflag = 0;#define PT “※\t%-5s\t%-5s\t%...
2019-06-27 16:20:03 1991
原创 C语言---课堂随机点名系统(源代码)
#include<stdio.h>#include<stdlib.h>#include<string.h>#include <memory.h>#include <time.h>#include<stdarg.h>#define LIST_INIT_SIZE 100#define LIST_INCREMENT 1...
2019-06-27 16:16:26 11107 1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人