• 大小: 4KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-05-13
  • 语言: 其他
  • 标签: qt  三连棋  

资源简介

基于QT的三连棋(井字棋)游戏

资源截图

代码片段和文件信息

#include 
#include “threechess.h“

int main(int argc char *argv[])
{
    QApplication a(argc argv);
    threechess w;
    w.show();

    return a.exec();
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        366  2017-07-13 14:43  3chess\3chess.pro

     文件      14507  2017-07-14 13:36  3chess\3chess.pro.user

     文件        189  2017-07-13 14:23  3chess\main.cpp

     文件        257  2017-07-13 15:45  3chess\mybutton.cpp

     文件        262  2017-07-13 15:18  3chess\mybutton.h

     文件      14422  2017-07-13 16:21  3chess\threechess.cpp

     文件        683  2017-07-13 16:19  3chess\threechess.h

     文件       4724  2017-07-13 16:13  3chess\threechess.ui

     目录          0  2017-07-13 14:43  3chess

----------- ---------  ---------- -----  ----

                35410                    9


评论

共有 条评论