资源简介
用QT实现的小游戏,包含完整的源代码,图片资源,适合学习C++的同学上手娱乐娱乐
代码片段和文件信息
#include “widget.h“
#include
int main(int argc char *argv[])
{
QApplication a(argc argv);
Widget w;
w.show();
return a.exec();
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 415 2017-03-07 14:18 chess\chess.pro
文件 24020 2017-03-10 22:25 chess\chess.pro.user
文件 7273 2017-03-07 14:18 chess\image\begin.png
文件 26757 2017-03-07 14:18 chess\image\black.png
文件 9470 2017-03-07 14:18 chess\image\chess.ico
文件 160473 2017-03-07 14:18 chess\image\chessboard.jpg
文件 6472 2017-03-07 14:18 chess\image\exit.png
文件 35667 2017-03-07 14:18 chess\image\tie.png
文件 23136 2017-03-07 14:18 chess\image\white.png
文件 329 2017-03-07 14:18 chess\image.qrc
文件 175 2017-03-07 14:18 chess\main.cpp
文件 9437 2017-03-07 14:18 chess\widget.cpp
文件 1661 2017-03-07 14:18 chess\widget.h
文件 4940 2017-03-07 14:18 chess\widget.ui
目录 0 2017-03-10 19:36 chess\image
目录 0 2017-03-10 22:25 chess
----------- --------- ---------- ----- ----
310225 16
- 上一篇:mfc绘制数学函数图像
- 下一篇:0.96 OLED显示程序,只需要调用,就能显示
评论
共有 条评论