基本信息
源码名称:坦克模拟坦克大战
源码大小:3.35M
文件格式:.rar
开发语言:C#
更新时间:2022-11-22
友情提示:(无需注册或充值,赞助后即可获取资源下载链接)
嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559
本次赞助数额为: 2 元×
微信扫码支付:2 元
×
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
源码介绍
.
├── 装甲队keyUp
│ ├── ClassDiagram2.cd
│ ├── Form1.Designer.cs
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── PlaySound.cs
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Tank.cs
│ ├── Tank.ico
│ ├── TankMap.cs
│ ├── bin
│ │ ├── Debug
│ │ │ ├── bmp
│ │ │ │ ├── DX.BMP
│ │ │ │ ├── ETANK1.BMP
│ │ │ │ ├── ETANK2.BMP
│ │ │ │ ├── ETANK3.BMP
│ │ │ │ ├── ETANK4.BMP
│ │ │ │ ├── MYTANK.BMP
│ │ │ │ ├── TQ.BMP
│ │ │ │ ├── explode1.bmp
│ │ │ │ ├── explode2.bmp
│ │ │ │ ├── missile1.bmp
│ │ │ │ ├── missile2.bmp
│ │ │ │ ├── tankD.bmp
│ │ │ │ ├── tankL.bmp
│ │ │ │ ├── tankR.bmp
│ │ │ │ └── tankU.bmp
│ │ │ ├── sound
│ │ │ │ ├── DropCell.wav
│ │ │ │ ├── Explode.wav
│ │ │ │ ├── MOVE.WAV
│ │ │ │ ├── Music1.mid
│ │ │ │ ├── Music8.MID
│ │ │ │ ├── Shoot.wav
│ │ │ │ ├── Win.wav
│ │ │ │ ├── bob.wav
│ │ │ │ ├── explode2.WAV
│ │ │ │ ├── score.wav
│ │ │ │ ├── tank.wav
│ │ │ │ ├── tie.wav
│ │ │ │ ├── tongguan.wav
│ │ │ │ └── wall.wav
│ │ │ ├── 坦克.exe
│ │ │ ├── 坦克.pdb
│ │ │ ├── 坦克.vshost.exe
│ │ │ └── 坦克.vshost.exe.manifest
│ │ └── Release
│ ├── bullet.cs
│ ├── obj
│ │ ├── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── Refactor
│ │ │ ├── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── 坦克.Form1.resources
│ │ │ ├── 坦克.Properties.Resources.resources
│ │ │ ├── 坦克.csproj.FileListAbsolute.txt
│ │ │ ├── 坦克.csproj.GenerateResource.Cache
│ │ │ ├── 坦克.exe
│ │ │ ├── 坦克.pdb
│ │ │ ├── 坦克大战.csproj.CoreCompileInputs.cache
│ │ │ ├── 坦克大战.csproj.FileListAbsolute.txt
│ │ │ ├── 坦克大战.csproj.GenerateResource.Cache
│ │ │ └── 坦克大战.csprojAssemblyReference.cache
│ │ ├── Release
│ │ │ └── 坦克大战.csproj.CoreCompileInputs.cache
│ │ └── 坦克.csproj.FileList.txt
│ ├── 坦克大战.csproj
│ ├── 坦克大战.csproj.user
│ ├── 坦克大战.sln
│ ├── 坦克大战.suo
│ ├── 坦克大战.v11.suo
│ └── 坦克大战.v12.suo
└── 好例子网_装甲队keyUp.rar
12 directories, 70 files
坦克模拟坦克大战
装甲队keyUp
.
├── 装甲队keyUp
│ ├── ClassDiagram2.cd
│ ├── Form1.Designer.cs
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── PlaySound.cs
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Tank.cs
│ ├── Tank.ico
│ ├── TankMap.cs
│ ├── bin
│ │ ├── Debug
│ │ │ ├── bmp
│ │ │ │ ├── DX.BMP
│ │ │ │ ├── ETANK1.BMP
│ │ │ │ ├── ETANK2.BMP
│ │ │ │ ├── ETANK3.BMP
│ │ │ │ ├── ETANK4.BMP
│ │ │ │ ├── MYTANK.BMP
│ │ │ │ ├── TQ.BMP
│ │ │ │ ├── explode1.bmp
│ │ │ │ ├── explode2.bmp
│ │ │ │ ├── missile1.bmp
│ │ │ │ ├── missile2.bmp
│ │ │ │ ├── tankD.bmp
│ │ │ │ ├── tankL.bmp
│ │ │ │ ├── tankR.bmp
│ │ │ │ └── tankU.bmp
│ │ │ ├── sound
│ │ │ │ ├── DropCell.wav
│ │ │ │ ├── Explode.wav
│ │ │ │ ├── MOVE.WAV
│ │ │ │ ├── Music1.mid
│ │ │ │ ├── Music8.MID
│ │ │ │ ├── Shoot.wav
│ │ │ │ ├── Win.wav
│ │ │ │ ├── bob.wav
│ │ │ │ ├── explode2.WAV
│ │ │ │ ├── score.wav
│ │ │ │ ├── tank.wav
│ │ │ │ ├── tie.wav
│ │ │ │ ├── tongguan.wav
│ │ │ │ └── wall.wav
│ │ │ ├── 坦克.exe
│ │ │ ├── 坦克.pdb
│ │ │ ├── 坦克.vshost.exe
│ │ │ └── 坦克.vshost.exe.manifest
│ │ └── Release
│ ├── bullet.cs
│ ├── obj
│ │ ├── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── Refactor
│ │ │ ├── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── 坦克.Form1.resources
│ │ │ ├── 坦克.Properties.Resources.resources
│ │ │ ├── 坦克.csproj.FileListAbsolute.txt
│ │ │ ├── 坦克.csproj.GenerateResource.Cache
│ │ │ ├── 坦克.exe
│ │ │ ├── 坦克.pdb
│ │ │ ├── 坦克大战.csproj.CoreCompileInputs.cache
│ │ │ ├── 坦克大战.csproj.FileListAbsolute.txt
│ │ │ ├── 坦克大战.csproj.GenerateResource.Cache
│ │ │ └── 坦克大战.csprojAssemblyReference.cache
│ │ ├── Release
│ │ │ └── 坦克大战.csproj.CoreCompileInputs.cache
│ │ └── 坦克.csproj.FileList.txt
│ ├── 坦克大战.csproj
│ ├── 坦克大战.csproj.user
│ ├── 坦克大战.sln
│ ├── 坦克大战.suo
│ ├── 坦克大战.v11.suo
│ └── 坦克大战.v12.suo
└── 好例子网_装甲队keyUp.rar
12 directories, 70 files