文件名称:BW_Chess
-
所属分类:
- 标签属性:
- 上传时间:2013-07-27
-
文件大小:656.13kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
为了熟悉C#练习写的一个黑白棋,界面比较好,除此之外一无是处,如果觉得比较简单就重新设置搜索深度-To become familiar with C# to write a practice Othello, the interface is better, in addition to nothing, if they feel relatively simple to re-set the search depth
(系统自动生成,下载前可以参看下载内容)
下载文件列表
BW_Chess/BW_Chess/bin/Debug/BW_Chess.exe
BW_Chess/BW_Chess/bin/Debug/BW_Chess.pdb
BW_Chess/BW_Chess/bin/Debug/BW_Chess.vshost.exe
BW_Chess/BW_Chess/bin/Debug/BW_Chess.vshost.exe.manifest
BW_Chess/BW_Chess/bin/Debug/Evaluate.dll
BW_Chess/BW_Chess/bin/Debug/Evaluate.pdb
BW_Chess/BW_Chess/bin/Debug/Images/Black.png
BW_Chess/BW_Chess/bin/Debug/Images/ChessBoard.png
BW_Chess/BW_Chess/bin/Debug/Images/Main.ico
BW_Chess/BW_Chess/bin/Debug/Images/Thumbs.db
BW_Chess/BW_Chess/bin/Debug/Images/White.png
BW_Chess/BW_Chess/bin/Debug/MoveGenerator.dll
BW_Chess/BW_Chess/bin/Debug/MoveGenerator.pdb
BW_Chess/BW_Chess/bin/Debug/SearchEngine.dll
BW_Chess/BW_Chess/bin/Debug/SearchEngine.pdb
BW_Chess/BW_Chess/BW_Chess.csproj
BW_Chess/BW_Chess/CGame.cs
BW_Chess/BW_Chess/Form1.cs
BW_Chess/BW_Chess/Form1.Designer.cs
BW_Chess/BW_Chess/Form1.resx
BW_Chess/BW_Chess/Main.ico
BW_Chess/BW_Chess/obj/x86/Debug/BW_Chess.csproj.FileListAbsolute.txt
BW_Chess/BW_Chess/obj/x86/Debug/BW_Chess.exe
BW_Chess/BW_Chess/obj/x86/Debug/BW_Chess.Form1.resources
BW_Chess/BW_Chess/obj/x86/Debug/BW_Chess.pdb
BW_Chess/BW_Chess/obj/x86/Debug/BW_Chess.Properties.Resources.resources
BW_Chess/BW_Chess/obj/x86/Debug/DesignTimeResolveAssemblyReferences.cache
BW_Chess/BW_Chess/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache
BW_Chess/BW_Chess/obj/x86/Debug/GenerateResource.read.1.tlog
BW_Chess/BW_Chess/obj/x86/Debug/GenerateResource.write.1.tlog
BW_Chess/BW_Chess/obj/x86/Debug/ResolveAssemblyReference.cache
BW_Chess/BW_Chess/Program.cs
BW_Chess/BW_Chess/Properties/AssemblyInfo.cs
BW_Chess/BW_Chess/Properties/Resources.Designer.cs
BW_Chess/BW_Chess/Properties/Resources.resx
BW_Chess/BW_Chess/Properties/Settings.Designer.cs
BW_Chess/BW_Chess/Properties/Settings.settings
BW_Chess/BW_Chess.sln
BW_Chess/BW_Chess.suo
BW_Chess/DrawGame/bin/Debug/DrawGame.dll
BW_Chess/DrawGame/bin/Debug/DrawGame.pdb
BW_Chess/DrawGame/Draw.cs
BW_Chess/DrawGame/DrawGame.csproj
BW_Chess/DrawGame/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
BW_Chess/DrawGame/obj/Debug/DrawGame.csproj.FileListAbsolute.txt
BW_Chess/DrawGame/obj/Debug/DrawGame.dll
BW_Chess/DrawGame/obj/Debug/DrawGame.pdb
BW_Chess/DrawGame/obj/Debug/ResolveAssemblyReference.cache
BW_Chess/DrawGame/Properties/AssemblyInfo.cs
BW_Chess/Evaluate/bin/Debug/Evaluate.dll
BW_Chess/Evaluate/bin/Debug/Evaluate.pdb
BW_Chess/Evaluate/Evaluate.cs
BW_Chess/Evaluate/Evaluate.csproj
BW_Chess/Evaluate/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
BW_Chess/Evaluate/obj/Debug/Evaluate.csproj.FileListAbsolute.txt
BW_Chess/Evaluate/obj/Debug/Evaluate.dll
BW_Chess/Evaluate/obj/Debug/Evaluate.pdb
BW_Chess/Evaluate/Properties/AssemblyInfo.cs
BW_Chess/Images/Black.bmp
BW_Chess/Images/Black.png
BW_Chess/Images/ChessBoard.bmp
BW_Chess/Images/FlagB.bmp
BW_Chess/Images/FlagW.bmp
BW_Chess/Images/Thumbs.db
BW_Chess/Images/White.BMP
BW_Chess/Images/White.png
BW_Chess/MoveGenerator/bin/Debug/MoveGenerator.dll
BW_Chess/MoveGenerator/bin/Debug/MoveGenerator.pdb
BW_Chess/MoveGenerator/MoveGenerator.cs
BW_Chess/MoveGenerator/MoveGenerator.csproj
BW_Chess/MoveGenerator/MoveInfo.cs
BW_Chess/MoveGenerator/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
BW_Chess/MoveGenerator/obj/Debug/MoveGenerator.csproj.FileListAbsolute.txt
BW_Chess/MoveGenerator/obj/Debug/MoveGenerator.dll
BW_Chess/MoveGenerator/obj/Debug/MoveGenerator.pdb
BW_Chess/MoveGenerator/Properties/AssemblyInfo.cs
BW_Chess/SearchEngine/AlphaBeta.cs
BW_Chess/SearchEngine/bin/Debug/Evaluate.dll
BW_Chess/SearchEngine/bin/Debug/Evaluate.pdb
BW_Chess/SearchEngine/bin/Debug/MoveGenerator.dll
BW_Chess/SearchEngine/bin/Debug/MoveGenerator.pdb
BW_Chess/SearchEngine/bin/Debug/SearchEngine.dll
BW_Chess/SearchEngine/bin/Debug/SearchEngine.pdb
BW_Chess/SearchEngine/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
BW_Chess/SearchEngine/obj/Debug/ResolveAssemblyReference.cache
BW_Chess/SearchEngine/obj/Debug/SearchEngine.csproj.FileListAbsolute.txt
BW_Chess/SearchEngine/obj/Debug/SearchEngine.dll
BW_Chess/SearchEngine/obj/Debug/SearchEngine.pdb
BW_Chess/SearchEngine/Properties/AssemblyInfo.cs
BW_Chess/SearchEngine/SearchEngine.cs
BW_Chess/SearchEngine/SearchEngine.csproj
BW_Chess/BW_Chess/obj/x86/Debug/TempPE
BW_Chess/BW_Chess/bin/Debug/Images
BW_Chess/BW_Chess/obj/x86/Debug
BW_Chess/DrawGame/obj/Debug/TempPE
BW_Chess/Evaluate/obj/Debug/TempPE
BW_Chess/MoveGenerator/obj/Debug/TempPE
BW_Chess/SearchEngine/obj/Debug/TempPE
BW_Chess/BW_Chess/bin/Debug
BW_Chess/BW_Chess/obj/x86
BW_Chess/DrawGame/bin/Debug
BW_Chess/DrawGame/obj/Debug
BW_Chess/Evaluate/bin/Debug
BW_Chess/Evaluate/obj/Debug
BW_Chess/MoveGenerator/bin/Debug
BW_Chess/MoveGenerator/obj/Debug
BW_Chess/SearchEngine/bin/Debug
BW_Chess/SearchEngine/obj/Debug
BW_Chess/BW_Chess/bin
BW_Chess/BW_Chess/obj
BW_Chess/BW_Chess/Properties
BW_Chess/DrawGame/bin
BW_Chess/DrawGame/obj
BW_Chess/DrawGame/Properties
BW_Chess/Evaluate/bin
BW_Chess/Evaluate/obj
BW_Chess/Evaluate/Properties
BW_Chess/MoveGenerator/bin
BW_Chess/MoveGenerator/obj
BW_Chess/MoveGenerator/Properties
BW_Chess/SearchEngine/bin
BW_Chess/SearchEngine/obj
BW_Chess/SearchEngine/Prop
BW_Chess/BW_Chess/bin/Debug/BW_Chess.pdb
BW_Chess/BW_Chess/bin/Debug/BW_Chess.vshost.exe
BW_Chess/BW_Chess/bin/Debug/BW_Chess.vshost.exe.manifest
BW_Chess/BW_Chess/bin/Debug/Evaluate.dll
BW_Chess/BW_Chess/bin/Debug/Evaluate.pdb
BW_Chess/BW_Chess/bin/Debug/Images/Black.png
BW_Chess/BW_Chess/bin/Debug/Images/ChessBoard.png
BW_Chess/BW_Chess/bin/Debug/Images/Main.ico
BW_Chess/BW_Chess/bin/Debug/Images/Thumbs.db
BW_Chess/BW_Chess/bin/Debug/Images/White.png
BW_Chess/BW_Chess/bin/Debug/MoveGenerator.dll
BW_Chess/BW_Chess/bin/Debug/MoveGenerator.pdb
BW_Chess/BW_Chess/bin/Debug/SearchEngine.dll
BW_Chess/BW_Chess/bin/Debug/SearchEngine.pdb
BW_Chess/BW_Chess/BW_Chess.csproj
BW_Chess/BW_Chess/CGame.cs
BW_Chess/BW_Chess/Form1.cs
BW_Chess/BW_Chess/Form1.Designer.cs
BW_Chess/BW_Chess/Form1.resx
BW_Chess/BW_Chess/Main.ico
BW_Chess/BW_Chess/obj/x86/Debug/BW_Chess.csproj.FileListAbsolute.txt
BW_Chess/BW_Chess/obj/x86/Debug/BW_Chess.exe
BW_Chess/BW_Chess/obj/x86/Debug/BW_Chess.Form1.resources
BW_Chess/BW_Chess/obj/x86/Debug/BW_Chess.pdb
BW_Chess/BW_Chess/obj/x86/Debug/BW_Chess.Properties.Resources.resources
BW_Chess/BW_Chess/obj/x86/Debug/DesignTimeResolveAssemblyReferences.cache
BW_Chess/BW_Chess/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache
BW_Chess/BW_Chess/obj/x86/Debug/GenerateResource.read.1.tlog
BW_Chess/BW_Chess/obj/x86/Debug/GenerateResource.write.1.tlog
BW_Chess/BW_Chess/obj/x86/Debug/ResolveAssemblyReference.cache
BW_Chess/BW_Chess/Program.cs
BW_Chess/BW_Chess/Properties/AssemblyInfo.cs
BW_Chess/BW_Chess/Properties/Resources.Designer.cs
BW_Chess/BW_Chess/Properties/Resources.resx
BW_Chess/BW_Chess/Properties/Settings.Designer.cs
BW_Chess/BW_Chess/Properties/Settings.settings
BW_Chess/BW_Chess.sln
BW_Chess/BW_Chess.suo
BW_Chess/DrawGame/bin/Debug/DrawGame.dll
BW_Chess/DrawGame/bin/Debug/DrawGame.pdb
BW_Chess/DrawGame/Draw.cs
BW_Chess/DrawGame/DrawGame.csproj
BW_Chess/DrawGame/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
BW_Chess/DrawGame/obj/Debug/DrawGame.csproj.FileListAbsolute.txt
BW_Chess/DrawGame/obj/Debug/DrawGame.dll
BW_Chess/DrawGame/obj/Debug/DrawGame.pdb
BW_Chess/DrawGame/obj/Debug/ResolveAssemblyReference.cache
BW_Chess/DrawGame/Properties/AssemblyInfo.cs
BW_Chess/Evaluate/bin/Debug/Evaluate.dll
BW_Chess/Evaluate/bin/Debug/Evaluate.pdb
BW_Chess/Evaluate/Evaluate.cs
BW_Chess/Evaluate/Evaluate.csproj
BW_Chess/Evaluate/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
BW_Chess/Evaluate/obj/Debug/Evaluate.csproj.FileListAbsolute.txt
BW_Chess/Evaluate/obj/Debug/Evaluate.dll
BW_Chess/Evaluate/obj/Debug/Evaluate.pdb
BW_Chess/Evaluate/Properties/AssemblyInfo.cs
BW_Chess/Images/Black.bmp
BW_Chess/Images/Black.png
BW_Chess/Images/ChessBoard.bmp
BW_Chess/Images/FlagB.bmp
BW_Chess/Images/FlagW.bmp
BW_Chess/Images/Thumbs.db
BW_Chess/Images/White.BMP
BW_Chess/Images/White.png
BW_Chess/MoveGenerator/bin/Debug/MoveGenerator.dll
BW_Chess/MoveGenerator/bin/Debug/MoveGenerator.pdb
BW_Chess/MoveGenerator/MoveGenerator.cs
BW_Chess/MoveGenerator/MoveGenerator.csproj
BW_Chess/MoveGenerator/MoveInfo.cs
BW_Chess/MoveGenerator/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
BW_Chess/MoveGenerator/obj/Debug/MoveGenerator.csproj.FileListAbsolute.txt
BW_Chess/MoveGenerator/obj/Debug/MoveGenerator.dll
BW_Chess/MoveGenerator/obj/Debug/MoveGenerator.pdb
BW_Chess/MoveGenerator/Properties/AssemblyInfo.cs
BW_Chess/SearchEngine/AlphaBeta.cs
BW_Chess/SearchEngine/bin/Debug/Evaluate.dll
BW_Chess/SearchEngine/bin/Debug/Evaluate.pdb
BW_Chess/SearchEngine/bin/Debug/MoveGenerator.dll
BW_Chess/SearchEngine/bin/Debug/MoveGenerator.pdb
BW_Chess/SearchEngine/bin/Debug/SearchEngine.dll
BW_Chess/SearchEngine/bin/Debug/SearchEngine.pdb
BW_Chess/SearchEngine/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
BW_Chess/SearchEngine/obj/Debug/ResolveAssemblyReference.cache
BW_Chess/SearchEngine/obj/Debug/SearchEngine.csproj.FileListAbsolute.txt
BW_Chess/SearchEngine/obj/Debug/SearchEngine.dll
BW_Chess/SearchEngine/obj/Debug/SearchEngine.pdb
BW_Chess/SearchEngine/Properties/AssemblyInfo.cs
BW_Chess/SearchEngine/SearchEngine.cs
BW_Chess/SearchEngine/SearchEngine.csproj
BW_Chess/BW_Chess/obj/x86/Debug/TempPE
BW_Chess/BW_Chess/bin/Debug/Images
BW_Chess/BW_Chess/obj/x86/Debug
BW_Chess/DrawGame/obj/Debug/TempPE
BW_Chess/Evaluate/obj/Debug/TempPE
BW_Chess/MoveGenerator/obj/Debug/TempPE
BW_Chess/SearchEngine/obj/Debug/TempPE
BW_Chess/BW_Chess/bin/Debug
BW_Chess/BW_Chess/obj/x86
BW_Chess/DrawGame/bin/Debug
BW_Chess/DrawGame/obj/Debug
BW_Chess/Evaluate/bin/Debug
BW_Chess/Evaluate/obj/Debug
BW_Chess/MoveGenerator/bin/Debug
BW_Chess/MoveGenerator/obj/Debug
BW_Chess/SearchEngine/bin/Debug
BW_Chess/SearchEngine/obj/Debug
BW_Chess/BW_Chess/bin
BW_Chess/BW_Chess/obj
BW_Chess/BW_Chess/Properties
BW_Chess/DrawGame/bin
BW_Chess/DrawGame/obj
BW_Chess/DrawGame/Properties
BW_Chess/Evaluate/bin
BW_Chess/Evaluate/obj
BW_Chess/Evaluate/Properties
BW_Chess/MoveGenerator/bin
BW_Chess/MoveGenerator/obj
BW_Chess/MoveGenerator/Properties
BW_Chess/SearchEngine/bin
BW_Chess/SearchEngine/obj
BW_Chess/SearchEngine/Prop
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.