• 大小: 64KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-05-27
  • 语言: 其他
  • 标签: qt  

资源简介

linux下QT游戏五子棋源代码,适用于初学者使用

资源截图

代码片段和文件信息

#include 
#include “main_form.h“

int main( int argc char ** argv )
{
    QApplication a( argc argv );
    MainForm w;
    w.initializeAll();
    w.show();
    a.connect( &a SIGNAL( lastWindowClosed() ) &a SLOT( quit() ) );
    return a.exec();
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1571  2006-05-02 00:50  chess\chess.pro
     文件        9143  2005-08-10 10:52  chess\configform.ui
     文件        3552  2005-08-10 10:52  chess\configform.ui.h
     目录           0  2006-05-16 13:06  chess\debug\
     目录           0  2006-05-02 01:10  chess\engine\
     文件        2808  2005-08-10 10:52  chess\engine\AlphaBetaEngine.cpp
     文件         865  2005-08-10 10:52  chess\engine\AlphaBetaEngine.h
     文件        2477  2005-08-10 10:52  chess\engine\Alphabeta_HH.cpp
     文件         853  2005-08-10 10:52  chess\engine\Alphabeta_HH.h
     文件        3213  2005-08-10 10:52  chess\engine\AlphaBeta_TTEngine.cpp
     文件         866  2005-08-10 10:52  chess\engine\AlphaBeta_TTEngine.h
     文件        1312  2005-08-10 10:52  chess\engine\AspirationSearch.cpp
     文件         724  2005-08-10 10:52  chess\engine\AspirationSearch.h
     文件        1834  2006-05-02 01:09  chess\engine\Define.h
     文件       30172  2005-08-10 10:52  chess\engine\Eveluation.cpp
     文件        3048  2005-08-10 10:52  chess\engine\Eveluation.h
     文件        2432  2005-08-10 10:52  chess\engine\FAlphaBetaEngine.cpp
     文件         851  2005-08-10 10:52  chess\engine\FAlphaBetaEngine.h
     文件        3092  2005-08-10 10:52  chess\engine\HistoryHeuristic.cpp
     文件        1627  2005-08-10 10:52  chess\engine\HistoryHeuristic.h
     文件        3527  2006-05-02 01:08  chess\engine\IDAlphabetaEngine.cpp
     文件         825  2005-08-10 10:52  chess\engine\IDAlphabetaEngine.h
     文件       25766  2005-08-10 10:52  chess\engine\MoveGenerator.cpp
     文件        2634  2005-08-10 10:52  chess\engine\MoveGenerator.h
     文件        3789  2005-08-10 10:52  chess\engine\MTD_fEngine.cpp
     文件        1037  2005-08-10 10:52  chess\engine\MTD_fEngine.h
     文件        2621  2005-08-10 10:52  chess\engine\NegaMaxEngine.cpp
     文件         787  2005-08-10 10:52  chess\engine\NegaMaxEngine.h
     文件        3247  2005-08-10 10:52  chess\engine\NegaScout_TT_HH.cpp
     文件         954  2005-08-10 10:52  chess\engine\NegaScout_TT_HH.h
     文件        2888  2005-08-10 10:52  chess\engine\PVS_Engine.cpp
............此处省略33个文件信息

评论

共有 条评论