基本信息
源码名称:Monkey黑白棋 (C#源代码)
源码大小:2.83M
文件格式:.rar
开发语言:C#
更新时间:2023-06-25
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
Monkey黑白棋 (C#源代码)
整体来说,这份代码还是能够实现了黑白棋的智能下棋功能,而且也不弱,我想在国内应该找不到.NET版、而且高智能的黑白棋源代码了。 本来没打算发源代码,吝啬?主要我怕部分“懒人”修改本程序的界面,然后作为...


文件清单
└── FengartOthello
    ├── Desktop.ini
    ├── FengartOthello
    │   ├── AboutFengartOthello.cs
    │   ├── AboutFengartOthello.Designer.cs
    │   ├── AboutFengartOthello.resx
    │   ├── bin
    │   │   ├── Debug
    │   │   └── Release
    │   │       ├── FengChessBoard.OthelloBoard.dll
    │   │       └── MonkeyOthello.vshost.exe
    │   ├── DownStoneResult.cs
    │   ├── DownStone.wav
    │   ├── FengartOthello.csproj
    │   ├── FengartOthello.csproj.user
    │   ├── frm_Option.cs
    │   ├── frm_Option.Designer.cs
    │   ├── frm_Option.resx
    │   ├── IO
    │   │   ├── OthelloFile.cs
    │   │   ├── OthelloFileManager.cs
    │   │   └── PlaySound.cs
    │   ├── MainForm.cs
    │   ├── MainForm.designer.cs
    │   ├── MainForm.resx
    │   ├── me48.ico
    │   ├── Monkey.cs
    │   ├── obj
    │   ├── Othello
    │   │   ├── Othello.OverrideOperator.cs
    │   │   ├── Othello.Private.cs
    │   │   └── Othello.Public.cs
    │   ├── Program.cs
    │   ├── Properties
    │   │   ├── AssemblyInfo.cs
    │   │   ├── Resources.Designer.cs
    │   │   ├── Resources.resx
    │   │   ├── Settings.Designer.cs
    │   │   └── Settings.settings
    │   ├── Resources
    │   │   ├── AIM.png
    │   │   ├── BlackStone2.gif
    │   │   ├── BlueAqua128.png
    │   │   ├── DownStone.wav
    │   │   ├── FireViolet128.png
    │   │   ├── help2.png
    │   │   ├── Info2.png
    │   │   ├── Monkey.gif
    │   │   ├── Think.gif
    │   │   ├── Thumbs.db
    │   │   ├── twobanana.png
    │   │   └── WhiteStone80.gif
    │   └── StaticObject.cs
    ├── FengartOthello(07-4-20).sln
    ├── FengartOthello(07-4-20).suo
    ├── FengChessBoard.OthelloBoard
    │   ├── bin
    │   │   ├── Debug
    │   │   └── Release
    │   │       ├── FengChessBoard.OthelloBoard.dll
    │   │       └── FengChessBoard.OthelloBoard.pdb
    │   ├── BoardStruct.cs
    │   ├── Constants.cs
    │   ├── Csharp.ico
    │   ├── Enum.cs
    │   ├── obj
    │   ├── OthelloBoard.cs
    │   ├── OthelloBoard.csproj
    │   ├── OthelloBoard.csproj.user
    │   ├── OthelloBoard.Designer.cs
    │   ├── OthelloBoard.resx
    │   ├── Properties
    │   │   ├── AssemblyInfo.cs
    │   │   ├── Resources.Designer.cs
    │   │   └── Resources.resx
    │   ├── Resources
    │   │   ├── background.jpg
    │   │   ├── BlackStone.png
    │   │   ├── CanputBlack.gif
    │   │   ├── CanputWhite.gif
    │   │   ├── DownedBlack.png
    │   │   ├── DownedWhite.png
    │   │   ├── Thumbs.db
    │   │   └── WhiteStone.png
    │   ├── Seat.cs
    │   ├── Step.cs
    │   └── StoneNode.cs
    ├── me48.ico
    └── Thumbs.db

17 directories, 72 files