找传奇、传世资源到传世资源站!

C# 赛马小游戏 代码改进版

8.5玩家评分(1人评分)
下载后可评
介绍 评论 失效链接反馈

【例子介绍】C# 赛马小游戏 代码改进版
这是第二个版本,使用后台线程,实现了gif动画的跳动。

【相关图片】

from clipboard

from clipboard

from clipboard

from clipboard

【源码结构】
文件清单
└── racehorseGame
    ├── racehorseGame
    │   ├── bin
    │   │   └── Debug
    │   │       ├── Pic
    │   │       │   ├── 1.gif
    │   │       │   ├── 2.jpg
    │   │       │   ├── 3.gif
    │   │       │   ├── 4.gif
    │   │       │   └── Thumbs.db
    │   │       ├── racehorseGame.exe
    │   │       ├── racehorseGame.pdb
    │   │       ├── racehorseGame.vshost.exe
    │   │       └── racehorseGame.vshost.exe.manifest
    │   ├── Form1.cs
    │   ├── Form1.Designer.cs
    │   ├── Form1.resx
    │   ├── obj
    │   │   ├── Debug
    │   │   │   ├── racehorseGame.csproj.FileListAbsolute.txt
    │   │   │   ├── racehorseGame.csproj.GenerateResource.Cache
    │   │   │   ├── racehorseGame.exe
    │   │   │   ├── racehorseGame.Form1.resources
    │   │   │   ├── racehorseGame.pdb
    │   │   │   ├── racehorseGame.Properties.Resources.resources
    │   │   │   └── TempPE
    │   │   │       └── Properties.Resources.Designer.cs.dll
    │   │   └── racehorseGame.csproj.FileList.txt
    │   ├── Pic
    │   │   ├── 1.jpg
    │   │   ├── 2.jpg
    │   │   ├── 3.jpg
    │   │   ├── 4.gif
    │   │   └── Thumbs.db
    │   ├── Program.cs
    │   ├── Properties
    │   │   ├── AssemblyInfo.cs
    │   │   ├── Resources.Designer.cs
    │   │   ├── Resources.resx
    │   │   ├── Settings.Designer.cs
    │   │   └── Settings.settings
    │   └── racehorseGame.csproj
    ├── racehorseGame.sln
    ├── racehorseGame.suo
    ├── UpgradeLog.XML
    └── _UpgradeReport_Files
        ├── Thumbs.db
        ├── UpgradeReport.css
        ├── UpgradeReport_Minus.gif
        ├── UpgradeReport_Plus.gif
        └── UpgradeReport.xslt

11 directories, 40 files

评论

发表评论必须先登陆, 您可以 登陆 或者 注册新账号 !


在线咨询: 问题反馈
客服QQ:174666394

有问题请留言,看到后及时答复