资源简介
切记不要点击 下图中的小头像,会让你崩溃的。。。。
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.Text;
using System.Drawing;
using GoBangProject.structs;
using GoBangProject.GeneticAlgorithm;
namespace GoBangProject
{
public class Conf
{
///
/// 棋盘宽度
///
public static readonly int ChessWidth = 15;
///
/// 棋盘高度
///
public static readonly int ChessHeight = 15;
///
/// 作为全局空标记
///
public static readonly Point NullPoint = new Point(-1 -1);
///
/// 记录当前下棋方
///
public static ChessType CurrentTurn = ChessType.BLACK;
///
/// 记录上一步下的位置
///
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 94208 2016-06-27 10:33 GobangGameSourceCode_1.0\bin\Release\五子棋.exe
文件 83456 2016-06-27 10:33 GobangGameSourceCode_1.0\bin\Release\五子棋.pdb
文件 11608 2016-06-27 10:47 GobangGameSourceCode_1.0\bin\Release\五子棋.vshost.exe
文件 490 2012-06-02 22:34 GobangGameSourceCode_1.0\bin\Release\五子棋.vshost.exe.manifest
文件 1213 2009-04-14 12:57 GobangGameSourceCode_1.0\Conf.cs
文件 3774 2009-03-10 08:52 GobangGameSourceCode_1.0\favicon.ico
文件 7093 2015-03-29 16:06 GobangGameSourceCode_1.0\Form1.cs
文件 18364 2009-04-15 22:33 GobangGameSourceCode_1.0\Form1.Designer.cs
文件 12171 2009-04-15 22:33 GobangGameSourceCode_1.0\Form1.resx
文件 3031 2015-03-29 16:06 GobangGameSourceCode_1.0\Funny.cs
文件 8803 2009-04-18 01:58 GobangGameSourceCode_1.0\GeneticAlgorithm\AIOperator.cs
文件 10093 2009-04-15 22:18 GobangGameSourceCode_1.0\GeneticAlgorithm\AIRule.cs
文件 6634 2009-04-15 22:28 GobangGameSourceCode_1.0\GeneticAlgorithm\CrossOver.cs
文件 8985 2009-04-18 02:12 GobangGameSourceCode_1.0\GeneticAlgorithm\GeneticAlgorithm.cs
文件 4422 2009-04-18 01:30 GobangGameSourceCode_1.0\GeneticAlgorithm\Genome.cs
文件 1282 2009-04-18 01:48 GobangGameSourceCode_1.0\GeneticAlgorithm\ProbabilityExcute.cs
文件 1580 2009-04-14 12:45 GobangGameSourceCode_1.0\GeneticAlgorithm\TestCrossOver.cs
文件 4843 2016-06-25 17:29 GobangGameSourceCode_1.0\GoBangProject.csproj
文件 915 2016-06-27 10:47 GobangGameSourceCode_1.0\GoBangProject.sln
..A..H. 24064 2016-06-27 10:47 GobangGameSourceCode_1.0\GoBangProject.suo
文件 5966 2016-06-27 10:33 GobangGameSourceCode_1.0\obj\Release\DesignTimeResolveAssemblyReferencesInput.cache
文件 1854 2016-06-25 17:29 GobangGameSourceCode_1.0\obj\Release\GenerateResource-ResGen.read.1.tlog
文件 2 2016-06-25 17:29 GobangGameSourceCode_1.0\obj\Release\GenerateResource-ResGen.read.4.tlog
文件 1066 2016-06-25 17:29 GobangGameSourceCode_1.0\obj\Release\GenerateResource-ResGen.write.1.tlog
文件 2311 2016-06-27 10:47 GobangGameSourceCode_1.0\obj\Release\GoBangProject.csproj.FileListAbsolute.txt
文件 1002 2016-06-27 10:33 GobangGameSourceCode_1.0\obj\Release\GoBangProject.csproj.GenerateResource.Cache
文件 4340 2016-06-25 17:29 GobangGameSourceCode_1.0\obj\Release\GoBangProject.Form1.resources
文件 52897 2016-06-25 17:29 GobangGameSourceCode_1.0\obj\Release\GoBangProject.Properties.Resources.resources
文件 5120 2016-06-25 17:29 GobangGameSourceCode_1.0\obj\Release\TempPE\Properties.Resources.Designer.cs.dll
文件 94208 2016-06-27 10:33 GobangGameSourceCode_1.0\obj\Release\五子棋.exe
............此处省略34个文件信息
相关资源
- C# 显示磁盘目录信息
- 解析
- 即系
- IconPanel ToolTip
- CSDN small
- 生成8位密码程序
- .net 2.0 List 去重 类似 distinct()函数
- c# 简单的借书/还书
- DCOM授权
- sina授权登录
- 计算你人生 剩余几个月
- 经纬度在范围内外判断
- VS批注批量修改CommentHelper
- 远控系列软件2(远控服务器端)
- 生成星号金字塔
- 控制动物的奔跑与停止
- UART_veryhuo.com
- mysql生成随机码
- C# 简易计算器源码
- c# 取消 Alt+F4(关闭窗口)源码
- C# 石头剪刀布入门级控制台源码
- C# 仿记事本(可用作备注/书签)
- C#(switch/if)入门级
- 将Excel数据分解到多个文本文件
- 将文本文件数据分解到Excel中的不同数
- 为一个Excel文件创建多个工作表
- 将数据利用Excel生成图表
- 将多个Excel文件进行自动汇总
- 自动用递增变化的数据填充Excel
- 读取多个Word文档文件到Excel同一数据
评论
共有 条评论