zhongxiangqi

所属分类:人工智能/神经网络/深度学习
开发工具:Visual C++
文件大小:2095KB
下载次数:8
上传日期:2007-12-17 12:02:50
上 传 者hancy88
说明:  Visual studio 2005,C#开发 具有人工智能,可采用人工下棋、电脑参谋、电脑下棋等模式参加互联网比赛。采用ClickOnce发 布到你的网站上,选择只能联机运行,可以让玩家只能上你的网站玩游戏。
(Visual studio 2005, C# Development of artificial intelligence, to be used in artificial playing chess, computer staff, computer chess games and other models to participate in the Internet. Using ClickOnce to publish to your site, choose only to run online, allowing players on your website can only play games.)

文件列表:
中国象棋网络版\CChess Source\CChessThinker\Calculate.cpp (3518, 2006-07-16)
中国象棋网络版\CChess Source\CChessThinker\Calculate.h (127, 2006-07-16)
中国象棋网络版\CChess Source\CChessThinker\CChessThinker.cpp (354, 2006-07-09)
中国象棋网络版\CChess Source\CChessThinker\CChessThinker.vcproj (5097, 2006-12-01)
中国象棋网络版\CChess Source\CChessThinker\CChessThinker.vcproj.HANI.hanchaoyong.user (1411, 2007-12-11)
中国象棋网络版\CChess Source\CChessThinker\Debug\BuildLog.htm (13326, 2007-12-11)
中国象棋网络版\CChess Source\CChessThinker\Debug\Calculate.obj (11256, 2007-12-11)
中国象棋网络版\CChess Source\CChessThinker\Debug\CChessThinker.dll.embed.manifest (403, 2007-12-11)
中国象棋网络版\CChess Source\CChessThinker\Debug\CChessThinker.dll.embed.manifest.res (468, 2007-12-11)
中国象棋网络版\CChess Source\CChessThinker\Debug\CChessThinker.dll.intermediate.manifest (385, 2007-12-11)
中国象棋网络版\CChess Source\CChessThinker\Debug\CChessThinker.obj (3457, 2007-12-11)
中国象棋网络版\CChess Source\CChessThinker\Debug\CChessThinker.pch (3276800, 2007-12-11)
中国象棋网络版\CChess Source\CChessThinker\Debug\MantisChessThink.obj (78555, 2007-12-11)
中国象棋网络版\CChess Source\CChessThinker\Debug\mt.dep (67, 2007-12-11)
中国象棋网络版\CChess Source\CChessThinker\Debug\stdafx.obj (88821, 2007-12-11)
中国象棋网络版\CChess Source\CChessThinker\Debug\vc80.idb (207872, 2007-12-11)
中国象棋网络版\CChess Source\CChessThinker\Debug\vc80.pdb (274432, 2007-12-11)
中国象棋网络版\CChess Source\CChessThinker\dll.def (53, 2006-07-10)
中国象棋网络版\CChess Source\CChessThinker\MantisChessDef.h (3978, 2001-12-15)
中国象棋网络版\CChess Source\CChessThinker\MantisChessThink.cpp (29080, 2006-07-10)
中国象棋网络版\CChess Source\CChessThinker\MantisChessThink.h (2091, 2006-07-10)
中国象棋网络版\CChess Source\CChessThinker\stdafx.cpp (216, 2006-07-09)
中国象棋网络版\CChess Source\CChessThinker\stdafx.h (1049, 2006-07-09)
中国象棋网络版\CChess Source\CChessThinker\vssver2.scc (439, 2006-07-16)
中国象棋网络版\CChess Source\debug\CChessThinker.dll (98304, 2007-12-11)
中国象棋网络版\CChess Source\debug\CChessThinker.exp (979, 2007-12-11)
中国象棋网络版\CChess Source\debug\CChessThinker.ilk (286068, 2007-12-11)
中国象棋网络版\CChess Source\debug\CChessThinker.lib (2284, 2007-12-11)
中国象棋网络版\CChess Source\debug\CChessThinker.pdb (642048, 2007-12-11)
中国象棋网络版\CChess Source\Game.gpState (260, 2006-12-02)
中国象棋网络版\CChess Source\Game.ncb (3189760, 2007-12-11)
中国象棋网络版\CChess Source\Game.sln (3608, 2006-12-02)
中国象棋网络版\CChess Source\Game.suo (35328, 2007-12-11)
中国象棋网络版\CChess Source\GameWorld\app.config (1075, 2006-11-30)
中国象棋网络版\CChess Source\GameWorld\bin\Debug\GameWorld.exe.config (1075, 2006-11-30)
中国象棋网络版\CChess Source\GameWorld\bin\Debug\GameWorld.vshost.exe (5632, 2005-11-11)
中国象棋网络版\CChess Source\GameWorld\bin\Debug\GameWorld.vshost.exe.config (1075, 2006-11-30)
中国象棋网络版\CChess Source\GameWorld\CChessThinker.dll (81920, 2006-11-30)
中国象棋网络版\CChess Source\GameWorld\ChineseChess\ChessMan.cs (8045, 2006-07-15)
... ...

中国象棋网络版 Visual studio 2005,C#开发 具有人工智能,可采用人工下棋、电脑参谋、电脑下棋等模式参加互联网比赛。采用ClickOnce发 布到你的网站上,选择只能联机运行,可以让玩家只能上你的网站玩游戏。 共有三个项目: Game是主项目; CChessThinker是用C++写的人工智能DLL类库; Thinker是用C#写的DLL,只是简单的封装了CChessThinker,目的是让有些朋友可以直接用C#开发人工智能的DLL直 接替换 Thinker.dll,使得程序的智能程度得到提高。如果用C++等语言开发出来的人工智能类库就直接替代 CChessThinker.dll 本源代码可以***传播,随意修改,***增加广告。 转载请注明来源: 开源盛世-源代码下载网 http://www.vscodes.com

近期下载者

相关文件


收藏者