嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
用c#做的五子棋源码及可执行exe文件
用c#做的五子棋源码及可执行exe文件,人机对战做的比较简单,不过界面做的还是可以的
.
├── Five
│ ├── Chess.cs
│ ├── Computer.cs
│ ├── Five.csproj
│ ├── Five.csproj.user
│ ├── Five.ico
│ ├── Five.sln
│ ├── Five.suo
│ ├── Five_TemporaryKey.pfx
│ ├── Form1.Designer.cs
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── FormAbout.Designer.cs
│ ├── FormAbout.cs
│ ├── FormAbout.resx
│ ├── FormMenu.Designer.cs
│ ├── FormMenu.cs
│ ├── FormMenu.resx
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Resources
│ │ ├── Icon_2.ico
│ │ ├── Vista2.ssk
│ │ ├── back.PNG
│ │ ├── back.jpg
│ │ ├── down.wav
│ │ ├── five.ico
│ │ ├── heng.bmp
│ │ ├── shu.bmp
│ │ ├── 棋盘2.png
│ │ ├── 白亮子.png
│ │ └── 黑亮子.png
│ ├── bin
│ │ ├── Debug
│ │ │ ├── Five.application
│ │ │ ├── Five.exe
│ │ │ ├── Five.exe.manifest
│ │ │ ├── Five.pdb
│ │ │ ├── Five.vshost.application
│ │ │ ├── Five.vshost.exe
│ │ │ ├── IrisSkin2.dll
│ │ │ ├── Vista2.ssk
│ │ │ ├── WindowsFormsApplication1.vshost.application
│ │ │ └── app.publish
│ │ │ ├── Application Files
│ │ │ │ └── WindowsFormsApplication1_1_0_0_0
│ │ │ │ ├── WindowsFormsApplication1.exe.deploy
│ │ │ │ └── WindowsFormsApplication1.exe.manifest
│ │ │ ├── WindowsFormsApplication1.application
│ │ │ └── setup.exe
│ │ └── Release
│ ├── down.wav
│ ├── obj
│ │ ├── Debug
│ │ │ ├── Five.application
│ │ │ ├── Five.csproj.FileListAbsolute.txt
│ │ │ ├── Five.csproj.GenerateResource.Cache
│ │ │ ├── Five.exe
│ │ │ ├── Five.exe.manifest
│ │ │ ├── Five.pdb
│ │ │ ├── Five.rar
│ │ │ ├── Gobang.Form1.resources
│ │ │ ├── Gobang.FormAbout.resources
│ │ │ ├── Gobang.FormMenu.resources
│ │ │ ├── Gobang.Properties.Resources.resources
│ │ │ ├── Refactor
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ ├── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── Vista2.ssk
│ │ │ ├── WindowsFormsApplication1.csproj.FileListAbsolute.txt
│ │ │ └── WindowsFormsApplication1.csproj.GenerateResource.Cache
│ │ └── Release
│ └── zxg的棋盘.jpg
├── Five.exe
└── 用c#做的五子棋源码及可执行exe文件_五子棋.rar
14 directories, 67 files