文件名称:CChessSource
介绍说明--下载内容来自于网络,使用问题请自行百度
Visual studio 2005,C#开发
中国象棋网络版,具有人工智能,可采用人工下棋、电脑参谋、电脑下棋等模式参加互联网比赛。采用ClickOnce发布到你的网站上,选择只能联机运行,可以让玩家只能上你的网站玩游戏。
共有三个项目:
Game是主项目;
CChessThinker是用C++写的人工智能DLL类库;
Thinker是用C#写的DLL,只是简单的封装了CChessThinker,目的是让有些朋友可以直接用C#开发人工智能的DLL直接替换
Thinker.dll,使得程序的智能程度得到提高。如果用C++等语言开发出来的人工智能类库就直接替代CChessThinker.dll
中国象棋网络版,具有人工智能,可采用人工下棋、电脑参谋、电脑下棋等模式参加互联网比赛。采用ClickOnce发布到你的网站上,选择只能联机运行,可以让玩家只能上你的网站玩游戏。
共有三个项目:
Game是主项目;
CChessThinker是用C++写的人工智能DLL类库;
Thinker是用C#写的DLL,只是简单的封装了CChessThinker,目的是让有些朋友可以直接用C#开发人工智能的DLL直接替换
Thinker.dll,使得程序的智能程度得到提高。如果用C++等语言开发出来的人工智能类库就直接替代CChessThinker.dll
(系统自动生成,下载前可以参看下载内容)
下载文件列表
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/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/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 Source/GameWorld/RoomControl.cs
CChessSource/CChess Source/GameWorld/RoomControl.Designer.cs
CChessSource/CChess Source/GameW
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/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/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 Source/GameWorld/RoomControl.cs
CChessSource/CChess Source/GameWorld/RoomControl.Designer.cs
CChessSource/CChess Source/GameW
1999-2046 搜珍网 All Rights Reserved.
本站作为网络服务提供者,仅为网络服务对象提供信息存储空间,仅对用户上载内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。
