文件名称:CSharp_gobang
- 所属分类:
- 其他游戏
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 104kb
- 下载次数:
- 0次
- 提 供 者:
- nao****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
一款C#五子棋游戏源码,项目开发环境是VS2008,核心是基于遗传算法的,这是与其它五子棋不同的地方,虽然游戏功能不是很多,但最核心的遗传算法表现的非常清淅,希望通过本程序让C#爱好者对遗传算法有所了解。
-Welcome to play a C# source code, project development environment is VS2008, the core is based on genetic algorithm, which is different from other places where backgammon, though gaming is not much, but the core of the performance of genetic algorithms is very clear mission, hoping through this procedures to enable C# lovers understand the genetic algorithm.
-Welcome to play a C# source code, project development environment is VS2008, the core is based on genetic algorithm, which is different from other places where backgammon, though gaming is not much, but the core of the performance of genetic algorithms is very clear mission, hoping through this procedures to enable C# lovers understand the genetic algorithm.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
C#五子棋游戏\GoBangProject\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
............\.............\...perties\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
............\.............\.........\Thumbs.db
............\.............\structs\Chess.cs
............\.............\.......\ChessPoint.cs
............\.............\.......\ChessRule.cs
............\.............\.......\HistoryRecord.cs
............\GoBangProject.sln
............\GoBangProject.suo
............\.............\GeneticAlgorithm
............\.............\Properties
............\.............\Resources
............\.............\structs
............\GoBangProject
C#五子棋游戏
............\.............\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
............\.............\...perties\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
............\.............\.........\Thumbs.db
............\.............\structs\Chess.cs
............\.............\.......\ChessPoint.cs
............\.............\.......\ChessRule.cs
............\.............\.......\HistoryRecord.cs
............\GoBangProject.sln
............\GoBangProject.suo
............\.............\GeneticAlgorithm
............\.............\Properties
............\.............\Resources
............\.............\structs
............\GoBangProject
C#五子棋游戏