文件名称:GoBangProject
- 所属分类:
- Windows编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2013-09-10
- 文件大小:
- 102kb
- 下载次数:
- 0次
- 提 供 者:
- 余***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
本项目开发环境是基于VS2008的,核心是基于遗传算法的,这是与其它五子棋不同的地方,虽然游戏功能不是很多,但最核心的遗传算法表现的非常清淅,希望通过本程序让C#爱好者对遗传算法有所了解,作者拥有版权,仅供学习与参考。-This project is based on the VS2008 development environment, the core is based on the genetic algorithm, which is different with other Gobang game, although not many functions, but the performance of genetic algorithm the core is very clear, hope that through this procedure for C# enthusiasts have the understanding of the genetic algorithm, the author holds the copyright, is for learning and reference.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
GoBangProject
GoBangProject.sln
GoBangProject.suo
.............\Conf.cs
.............\favicon.ico
.............\Form1.cs
.............\Form1.Designer.cs
.............\Form1.resx
.............\Funny.cs
.............\GeneticAlgorithm
.............\................\AIOperator.cs
.............\................\AIRule.cs
.............\................\CrossOver.cs
.............\................\GeneticAlgorithm.cs
.............\................\Genome.cs
.............\................\ProbabilityExcute.cs
.............\................\TestCrossOver.cs
.............\GoBangProject.csproj
.............\Program.cs
.............\Properties
.............\..........\AssemblyInfo.cs
.............\..........\Resources.Designer.cs
.............\..........\Resources.resx
.............\..........\Settings.Designer.cs
.............\..........\Settings.settings
.............\Resources
.............\.........\black.gif
.............\.........\black.jpg
.............\.........\chess.jpg
.............\.........\head.JPG
.............\.........\white.gif
.............\.........\white.jpg
.............\structs
.............\.......\Chess.cs
.............\.......\ChessPoint.cs
.............\.......\ChessRule.cs
.............\.......\HistoryRecord.cs