首页    新闻    小组    威客    人才    下载    博客    代码贴    在线编程    论坛
代码贴w一直很好的代码贴全部
#include <windows.h>
#include <stdio.h>
#include <time.h>
#include <mmsystem.h>
#include "resource.h"


HINSTANCE hInst;
HBITMAP pic,empty,compare_pic,pict[8],compare_pict[8],other;    //所有图的变量名
HDC hdc,mdc;                                                    //DC名
int mouse_x,mouse_y,n=0,line=3,high3=100,high4=200,high5=300;   //鼠标X Y 移动步数 难度 记录
char str[10]=" ";                                               //字符串,显示步数和记录时用
......................
阅读全部 | 2013年3月11日 14:56
1
w一直很好