嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
C#开发的斯诺克台球游戏源码
.
├── C#开发的斯诺克台球游戏源码-CSharpSnooker_SRC
│ ├── Backup
│ │ ├── CSharpSnooker.sln
│ │ ├── CSharpSnookerCore
│ │ │ ├── CSharpSnookerCore.csproj
│ │ │ ├── Model
│ │ │ │ ├── Ball.cs
│ │ │ │ ├── BallObserver.cs
│ │ │ │ ├── BallPosition.cs
│ │ │ │ ├── BorderObserver.cs
│ │ │ │ ├── DiagonalBorder.cs
│ │ │ │ ├── IPocketObserver.cs
│ │ │ │ ├── IRemotingObserver.cs
│ │ │ │ ├── Player.cs
│ │ │ │ ├── Pocket.cs
│ │ │ │ ├── TableBorder.cs
│ │ │ │ └── Vector2D.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ └── CSharpSnookerUI
│ │ ├── AntiFlickerPanel.cs
│ │ ├── App.config
│ │ ├── Assemblies
│ │ │ └── irrKlang.NET2.0.dll
│ │ ├── CSharpSnookerUI.csproj
│ │ ├── CSharpSnookerUI.csproj.user
│ │ ├── GifHelper.cs
│ │ ├── Images
│ │ │ ├── BlackBall.PNG
│ │ │ ├── BlueBall.PNG
│ │ │ ├── BrownBall.PNG
│ │ │ ├── GreenBall.PNG
│ │ │ ├── PinkBall.PNG
│ │ │ ├── RedBall.PNG
│ │ │ ├── Score.jpg
│ │ │ ├── ShadowBall.PNG
│ │ │ ├── YellowBall.PNG
│ │ │ ├── ball.PNG
│ │ │ ├── metal5.jpg
│ │ │ ├── questionball.PNG
│ │ │ ├── score_wallpaper.JPG
│ │ │ ├── snookerTableBlue.JPG
│ │ │ ├── snookerTableBlue2.JPG
│ │ │ ├── snookertable.PNG
│ │ │ ├── table.PNG
│ │ │ ├── tableBlue.jpg
│ │ │ ├── wait.gif
│ │ │ └── whiteball.PNG
│ │ ├── Out
│ │ │ └── BallPositionList.xml
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Resources
│ │ │ ├── snookerTableBlue.JPG
│ │ │ ├── snookerTableBlue1.JPG
│ │ │ ├── snookerTableBlue2.JPG
│ │ │ ├── snookerTableBlue3.JPG
│ │ │ └── tableBlue.jpg
│ │ ├── Snapshots
│ │ │ └── 000.txt
│ │ ├── SoundPlayerAsync.cs
│ │ ├── Sounds
│ │ │ ├── Bank01.wav
│ │ │ ├── Bank02.wav
│ │ │ ├── Hit01.wav
│ │ │ ├── Hit02.wav
│ │ │ ├── Hit03.wav
│ │ │ ├── Hit04.wav
│ │ │ ├── Hit05.wav
│ │ │ ├── Hit06.wav
│ │ │ ├── Shot01.wav
│ │ │ └── fall.wav
│ │ ├── frmTable.Designer.cs
│ │ ├── frmTable.cs
│ │ └── frmTable.resx
│ ├── CSharpSnooker.sln
│ ├── CSharpSnooker.suo
│ ├── CSharpSnookerCore
│ │ ├── CSharpSnookerCore.csproj
│ │ ├── CSharpSnookerCore.csproj.user
│ │ ├── Model
│ │ │ ├── Ball.cs
│ │ │ ├── BallObserver.cs
│ │ │ ├── BallPosition.cs
│ │ │ ├── BorderObserver.cs
│ │ │ ├── DiagonalBorder.cs
│ │ │ ├── IPocketObserver.cs
│ │ │ ├── IRemotingObserver.cs
│ │ │ ├── Player.cs
│ │ │ ├── Pocket.cs
│ │ │ ├── TableBorder.cs
│ │ │ └── Vector2D.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ └── Release
│ │ └── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ └── TempPE
│ ├── CSharpSnookerUI
│ │ ├── AntiFlickerPanel.cs
│ │ ├── App.config
│ │ ├── Assemblies
│ │ │ └── irrKlang.NET2.0.dll
│ │ ├── CSharpSnookerUI.csproj
│ │ ├── CSharpSnookerUI.csproj.user
│ │ ├── Cia de frmTable.Designer.cs
│ │ ├── Cia de frmTable.cs
│ │ ├── GifHelper.cs
│ │ ├── Images
│ │ │ ├── BlackBall.PNG
│ │ │ ├── BlueBall.PNG
│ │ │ ├── BrownBall.PNG
│ │ │ ├── GreenBall.PNG
│ │ │ ├── PinkBall.PNG
│ │ │ ├── RedBall.PNG
│ │ │ ├── Score.jpg
│ │ │ ├── ShadowBall.PNG
│ │ │ ├── YellowBall.PNG
│ │ │ ├── ball.PNG
│ │ │ ├── metal5.jpg
│ │ │ ├── questionball.PNG
│ │ │ ├── score_wallpaper.JPG
│ │ │ ├── snookerTableBlue.JPG
│ │ │ ├── snookerTableBlue2.JPG
│ │ │ ├── snookertable.PNG
│ │ │ ├── table.PNG
│ │ │ ├── tableBlue.jpg
│ │ │ ├── wait.gif
│ │ │ └── whiteball.PNG
│ │ ├── In
│ │ ├── Out
│ │ │ └── BallPositionList.xml
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Resources
│ │ │ ├── snookerTableBlue.JPG
│ │ │ ├── snookerTableBlue1.JPG
│ │ │ ├── snookerTableBlue2.JPG
│ │ │ ├── snookerTableBlue3.JPG
│ │ │ └── tableBlue.jpg
│ │ ├── Snapshots
│ │ │ └── 000.txt
│ │ ├── SoundPlayerAsync.cs
│ │ ├── Sounds
│ │ │ ├── Bank01.wav
│ │ │ ├── Bank02.wav
│ │ │ ├── Hit01.wav
│ │ │ ├── Hit02.wav
│ │ │ ├── Hit03.wav
│ │ │ ├── Hit04.wav
│ │ │ ├── Hit05.wav
│ │ │ ├── Hit06.wav
│ │ │ ├── Shot01.wav
│ │ │ └── fall.wav
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── CSharpSnookerUI.exe.config
│ │ │ │ ├── CSharpSnookerUI.vshost.exe
│ │ │ │ ├── CSharpSnookerUI.vshost.exe.config
│ │ │ │ └── CSharpSnookerUI.vshost.exe.manifest
│ │ │ └── Release
│ │ ├── coredll
│ │ │ ├── CoreDll.dll
│ │ │ └── readme.txt
│ │ ├── frmTable.Designer.cs
│ │ ├── frmTable.cs
│ │ ├── frmTable.resx
│ │ └── obj
│ │ └── Debug
│ │ ├── CSharpSnookerUI.csproj.FileListAbsolute.txt
│ │ ├── CSharpSnookerUI.csprojResolveAssemblyReference.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ └── TempPE
│ ├── UpgradeLog.XML
│ └── _UpgradeReport_Files
│ ├── UpgradeReport.css
│ ├── UpgradeReport.xslt
│ ├── UpgradeReport_Minus.gif
│ └── UpgradeReport_Plus.gif
└── 好例子网_C#开发的斯诺克台球游戏源码-CSharpSnooker_SRC.rar
39 directories, 154 files