文件名称:CChessSource
介绍说明--下载内容来自于网络,使用问题请自行百度
中国象棋网络版是第一次放出来,是用C#写的。Visual studio 2005,C#开发中国象棋网络版,具有人工智能,可采用人工下棋、电脑参谋、电脑下棋等模式参加互联网比赛。采用ClickOnce发 布到你的网站上,选择只能联机运行,可以让玩家只能上你的网站玩游戏。 共有三个项目: Game是主项目; CChessThinker是用C++写的人工智能DLL类库; Thinker是用C#写的DLL,只是简单的封装了CChessThinker,目的是让有些朋友可以直接用C#开发人工智能的DLL直 接替换 Thinker.dll,使得程序的智能程度得到提高。如果用C++等语言开发出来的人工智能类库就直接替代 CChessThinker.dll 本源代码可以自由传播,随意修改,自由增加广告。
本文来源于虾客源码 http://www.xkxz.com
本文来源于虾客源码 http://www.xkxz.com
(系统自动生成,下载前可以参看下载内容)
下载文件列表
CChessSource/CChess Source/CChessThinker/Calculate.cpp
CChessSource/CChess Source/CChessThinker/Calculate.h
CChessSource/CChess Source/CChessThinker/CChessThinker.cpp
CChessSource/CChess Source/CChessThinker/CChessThinker.vcproj
CChessSource/CChess Source/CChessThinker/dll.def
CChessSource/CChess Source/CChessThinker/MantisChessDef.h
CChessSource/CChess Source/CChessThinker/MantisChessThink.cpp
CChessSource/CChess Source/CChessThinker/MantisChessThink.h
CChessSource/CChess Source/CChessThinker/ReadMe.txt
CChessSource/CChess Source/CChessThinker/stdafx.cpp
CChessSource/CChess Source/CChessThinker/stdafx.h
CChessSource/CChess Source/CChessThinker/vssver2.scc
CChessSource/CChess Source/CChessThinker
CChessSource/CChess Source/Game.gpState
CChessSource/CChess Source/Game.sln
CChessSource/CChess Source/Game.suo
CChessSource/CChess Source/GameWorld/app.config
CChessSource/CChess Source/GameWorld/CChessThinker.dll
CChessSource/CChess Source/GameWorld/ChineseChess/ChessMan.cs
CChessSource/CChess Source/GameWorld/ChineseChess/ChessMan.Designer.cs
CChessSource/CChess Source/GameWorld/ChineseChess/ChessMan.resx
CChessSource/CChess Source/GameWorld/ChineseChess/ChineseChessControl.cs
CChessSource/CChess Source/GameWorld/ChineseChess/ChineseChessControl.Designer.cs
CChessSource/CChess Source/GameWorld/ChineseChess/ChineseChessControl.resx
CChessSource/CChess Source/GameWorld/ChineseChess/ChineseChessThinker.cs
CChessSource/CChess Source/GameWorld/ChineseChess/Classes.cs
CChessSource/CChess Source/GameWorld/ChineseChess/image/blackcannon.ico
CChessSource/CChess Source/GameWorld/ChineseChess/image/blackchariot.ico
CChessSource/CChess Source/GameWorld/ChineseChess/image/blackgeneral.ico
CChessSource/CChess Source/GameWorld/ChineseChess/image/blackguard.ico
CChessSource/CChess Source/GameWorld/ChineseChess/image/blackhorse.ico
CChessSource/CChess Source/GameWorld/ChineseChess/image/blacksoldier.ico
CChessSource/CChess Source/GameWorld/ChineseChess/image/blackstaff.ico
CChessSource/CChess Source/GameWorld/ChineseChess/image/blank.ico
CChessSource/CChess Source/GameWorld/ChineseChess/image/redcannon.ico
CChessSource/CChess Source/GameWorld/ChineseChess/image/redchariot.ico
CChessSource/CChess Source/GameWorld/ChineseChess/image/redgeneral.ico
CChessSource/CChess Source/GameWorld/ChineseChess/image/redguard.ico
CChessSource/CChess Source/GameWorld/ChineseChess/image/redhorse.ico
CChessSource/CChess Source/GameWorld/ChineseChess/image/redsoldier.ico
CChessSource/CChess Source/GameWorld/ChineseChess/image/redstaff.ico
CChessSource/CChess Source/GameWorld/ChineseChess/image/vssver2.scc
CChessSource/CChess Source/GameWorld/ChineseChess/image
CChessSource/CChess Source/GameWorld/ChineseChess/Thinker.cs
CChessSource/CChess Source/GameWorld/ChineseChess/vssver2.scc
CChessSource/CChess Source/GameWorld/ChineseChess
CChessSource/CChess Source/GameWorld/Form1.cs
CChessSource/CChess Source/GameWorld/Form1.Designer.cs
CChessSource/CChess Source/GameWorld/Game.cs
CChessSource/CChess Source/GameWorld/GameWorld.csproj
CChessSource/CChess Source/GameWorld/GameWorld.csproj.user
CChessSource/CChess Source/GameWorld/Global.cs
CChessSource/CChess Source/GameWorld/HallForm.cs
CChessSource/CChess Source/GameWorld/HallForm.Designer.cs
CChessSource/CChess Source/GameWorld/HallForm.resx
CChessSource/CChess Source/GameWorld/HandleWebServicesException.cs
CChessSource/CChess Source/GameWorld/Image/Hand.bmp
CChessSource/CChess Source/GameWorld/Image/Player00.bmp
CChessSource/CChess Source/GameWorld/Image/Player01.bmp
CChessSource/CChess Source/GameWorld/Image/Player10.bmp
CChessSource/CChess Source/GameWorld/Image/Player11.bmp
CChessSource/CChess Source/GameWorld/Image/Table20.bmp
CChessSource/CChess Source/GameWorld/Image/Table21.bmp
CChessSource/CChess Source/GameWorld/Image/vssver2.scc
CChessSource/CChess Source/GameWorld/Image
CChessSource/CChess Source/GameWorld/LoginForm.cs
CChessSource/CChess Source/GameWorld/LoginForm.Designer.cs
CChessSource/CChess Source/GameWorld/LoginForm.resx
CChessSource/CChess Source/GameWorld/MatchForm.cs
CChessSource/CChess Source/GameWorld/MatchForm.Designer.cs
CChessSource/CChess Source/GameWorld/MatchForm.resx
CChessSource/CChess Source/GameWorld/MatchSettingForm.cs
CChessSource/CChess Source/GameWorld/MatchSettingForm.Designer.cs
CChessSource/CChess Source/GameWorld/MatchSettingForm.resx
CChessSource/CChess Source/GameWorld/MessageCenter.cs
CChessSource/CChess Source/GameWorld/Player.cs
CChessSource/CChess Source/GameWorld/Program.cs
CChessSource/CChess Source/GameWorld/Properties/app.manifest
CChessSource/CChess Source/GameWorld/Properties/AssemblyInfo.cs
CChessSource/CChess Source/GameWorld/Properties/Resources.Designer.cs
CChessSource/CChess Source/GameWorld/Properties/Resources.resx
CChessSource/CChess Source/GameWorld/Properties/Settings.Designer.cs
CChessSource/CChess Source/GameWorld/Properties/Settings.settings
CChessSource/CChess Source/GameWorld/Properties/vssver2.scc
CChessSource/CChess Source/GameWorld/Properties
CChessSource/CChess Source/GameWorld/Request.cs
CChessSource/CChess Source/GameWorld/Room.cs
CChessSource/CChess
CChessSource/CChess Source/CChessThinker/Calculate.h
CChessSource/CChess Source/CChessThinker/CChessThinker.cpp
CChessSource/CChess Source/CChessThinker/CChessThinker.vcproj
CChessSource/CChess Source/CChessThinker/dll.def
CChessSource/CChess Source/CChessThinker/MantisChessDef.h
CChessSource/CChess Source/CChessThinker/MantisChessThink.cpp
CChessSource/CChess Source/CChessThinker/MantisChessThink.h
CChessSource/CChess Source/CChessThinker/ReadMe.txt
CChessSource/CChess Source/CChessThinker/stdafx.cpp
CChessSource/CChess Source/CChessThinker/stdafx.h
CChessSource/CChess Source/CChessThinker/vssver2.scc
CChessSource/CChess Source/CChessThinker
CChessSource/CChess Source/Game.gpState
CChessSource/CChess Source/Game.sln
CChessSource/CChess Source/Game.suo
CChessSource/CChess Source/GameWorld/app.config
CChessSource/CChess Source/GameWorld/CChessThinker.dll
CChessSource/CChess Source/GameWorld/ChineseChess/ChessMan.cs
CChessSource/CChess Source/GameWorld/ChineseChess/ChessMan.Designer.cs
CChessSource/CChess Source/GameWorld/ChineseChess/ChessMan.resx
CChessSource/CChess Source/GameWorld/ChineseChess/ChineseChessControl.cs
CChessSource/CChess Source/GameWorld/ChineseChess/ChineseChessControl.Designer.cs
CChessSource/CChess Source/GameWorld/ChineseChess/ChineseChessControl.resx
CChessSource/CChess Source/GameWorld/ChineseChess/ChineseChessThinker.cs
CChessSource/CChess Source/GameWorld/ChineseChess/Classes.cs
CChessSource/CChess Source/GameWorld/ChineseChess/image/blackcannon.ico
CChessSource/CChess Source/GameWorld/ChineseChess/image/blackchariot.ico
CChessSource/CChess Source/GameWorld/ChineseChess/image/blackgeneral.ico
CChessSource/CChess Source/GameWorld/ChineseChess/image/blackguard.ico
CChessSource/CChess Source/GameWorld/ChineseChess/image/blackhorse.ico
CChessSource/CChess Source/GameWorld/ChineseChess/image/blacksoldier.ico
CChessSource/CChess Source/GameWorld/ChineseChess/image/blackstaff.ico
CChessSource/CChess Source/GameWorld/ChineseChess/image/blank.ico
CChessSource/CChess Source/GameWorld/ChineseChess/image/redcannon.ico
CChessSource/CChess Source/GameWorld/ChineseChess/image/redchariot.ico
CChessSource/CChess Source/GameWorld/ChineseChess/image/redgeneral.ico
CChessSource/CChess Source/GameWorld/ChineseChess/image/redguard.ico
CChessSource/CChess Source/GameWorld/ChineseChess/image/redhorse.ico
CChessSource/CChess Source/GameWorld/ChineseChess/image/redsoldier.ico
CChessSource/CChess Source/GameWorld/ChineseChess/image/redstaff.ico
CChessSource/CChess Source/GameWorld/ChineseChess/image/vssver2.scc
CChessSource/CChess Source/GameWorld/ChineseChess/image
CChessSource/CChess Source/GameWorld/ChineseChess/Thinker.cs
CChessSource/CChess Source/GameWorld/ChineseChess/vssver2.scc
CChessSource/CChess Source/GameWorld/ChineseChess
CChessSource/CChess Source/GameWorld/Form1.cs
CChessSource/CChess Source/GameWorld/Form1.Designer.cs
CChessSource/CChess Source/GameWorld/Game.cs
CChessSource/CChess Source/GameWorld/GameWorld.csproj
CChessSource/CChess Source/GameWorld/GameWorld.csproj.user
CChessSource/CChess Source/GameWorld/Global.cs
CChessSource/CChess Source/GameWorld/HallForm.cs
CChessSource/CChess Source/GameWorld/HallForm.Designer.cs
CChessSource/CChess Source/GameWorld/HallForm.resx
CChessSource/CChess Source/GameWorld/HandleWebServicesException.cs
CChessSource/CChess Source/GameWorld/Image/Hand.bmp
CChessSource/CChess Source/GameWorld/Image/Player00.bmp
CChessSource/CChess Source/GameWorld/Image/Player01.bmp
CChessSource/CChess Source/GameWorld/Image/Player10.bmp
CChessSource/CChess Source/GameWorld/Image/Player11.bmp
CChessSource/CChess Source/GameWorld/Image/Table20.bmp
CChessSource/CChess Source/GameWorld/Image/Table21.bmp
CChessSource/CChess Source/GameWorld/Image/vssver2.scc
CChessSource/CChess Source/GameWorld/Image
CChessSource/CChess Source/GameWorld/LoginForm.cs
CChessSource/CChess Source/GameWorld/LoginForm.Designer.cs
CChessSource/CChess Source/GameWorld/LoginForm.resx
CChessSource/CChess Source/GameWorld/MatchForm.cs
CChessSource/CChess Source/GameWorld/MatchForm.Designer.cs
CChessSource/CChess Source/GameWorld/MatchForm.resx
CChessSource/CChess Source/GameWorld/MatchSettingForm.cs
CChessSource/CChess Source/GameWorld/MatchSettingForm.Designer.cs
CChessSource/CChess Source/GameWorld/MatchSettingForm.resx
CChessSource/CChess Source/GameWorld/MessageCenter.cs
CChessSource/CChess Source/GameWorld/Player.cs
CChessSource/CChess Source/GameWorld/Program.cs
CChessSource/CChess Source/GameWorld/Properties/app.manifest
CChessSource/CChess Source/GameWorld/Properties/AssemblyInfo.cs
CChessSource/CChess Source/GameWorld/Properties/Resources.Designer.cs
CChessSource/CChess Source/GameWorld/Properties/Resources.resx
CChessSource/CChess Source/GameWorld/Properties/Settings.Designer.cs
CChessSource/CChess Source/GameWorld/Properties/Settings.settings
CChessSource/CChess Source/GameWorld/Properties/vssver2.scc
CChessSource/CChess Source/GameWorld/Properties
CChessSource/CChess Source/GameWorld/Request.cs
CChessSource/CChess Source/GameWorld/Room.cs
CChessSource/CChess
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.