资源简介
基于Qt5.5.1的GUI小项目:黑白棋游戏(主要实现了吃子的算法逻辑以及简单的机器下子的算法逻辑)
代码片段和文件信息
#include “widget.h“
#include
int main(int argc char *argv[])
{
QApplication a(argc argv);
Widget w;
w.show();
return a.exec();
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 462 2017-06-26 20:25 Chess\Chess.pro
文件 291 2017-06-26 14:29 Chess\image.qrc
目录 0 2017-06-26 23:41 Chess\image\
文件 51883 2017-06-25 13:28 Chess\image\BackGround.PNG
文件 641837 2017-06-25 11:46 Chess\image\BackgroundPicture.PNG
文件 55270 2017-06-25 13:58 Chess\image\Black.png
文件 3631 2017-06-25 15:01 Chess\image\end.png
文件 11825856 2017-06-26 14:00 Chess\image\runningnew.pcm
文件 4391 2017-06-25 15:01 Chess\image\start.png
文件 261133 2017-06-25 13:59 Chess\image\White.png
文件 47774 2017-06-25 13:29 Chess\image\捕获.PNG
文件 175 2017-06-26 16:53 Chess\main.cpp
文件 369632 2017-06-26 14:27 Chess\runningnew.pk
文件 10353 2017-06-27 19:17 Chess\widget.cpp
文件 2610 2017-06-27 19:15 Chess\widget.h
文件 6115 2017-06-27 18:58 Chess\widget.ui
评论
共有 条评论