自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(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 1579

转载 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 3506

转载 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 22011

原创 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 1967

原创 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 11063 1

空空如也

空空如也

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

TA关注的人

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