資源簡介
模仿鋼琴塊游戲的實例,目前還沒寫判斷游戲結束的方法
但基本不影響使用,關卡文件一同打包到實例里了
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Text;
namespace?SimpleMidiPlayer.Midi
{
????public?class?DeviceException?:?ApplicationException
????{
????????public?const?int?MMSYSERR_ALLOCATED?=?4;
????????public?const?int?MMSYSERR_BADDB?=?14;
????????public?const?int?MMSYSERR_BADDEVICEID?=?2;
????????public?const?int?MMSYSERR_BADERRNUM?=?9;
????????public?const?int?MMSYSERR_DELETEERROR?=?18;
????????public?const?int?MMSYSERR_ERROR?=?1;
????????public?const?int?MMSYSERR_HANDLEBUSY?=?12;
????????public?const?int?MMSYSERR_INVALFLAG?=?10;
????????public?const?int?MMSYSERR_INVALHANDLE?=?5;
????????public?const?int?MMSYSERR_INVALIDALIAS?=?13;
????????public?const?int?MMSYSERR_INVALPARAM?=?11;
????????public?const?int?MMSYSERR_KEYNOTFOUND?=?15;
????????public?c
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-04-22?17:56??鋼琴塊?Demo\
?????文件????????1542??2018-04-15?10:56??鋼琴塊?Demo\DeviceException.cs
?????文件???????12177??2018-06-13?21:06??鋼琴塊?Demo\GameControl.Designer.cs
?????文件???????13563??2018-06-13?21:09??鋼琴塊?Demo\GameControl.cs
?????文件?????2355246??2018-06-13?21:06??鋼琴塊?Demo\GameControl.resx
?????文件????????7600??2018-04-15?10:56??鋼琴塊?Demo\GeneralProgram.cs
?????文件????????4902??2018-04-15?10:56??鋼琴塊?Demo\MidiDevice.cs
?????文件????????1469??2018-04-15?10:56??鋼琴塊?Demo\MidiDeviceException.cs
?????文件????????2302??2018-04-15?10:56??鋼琴塊?Demo\MidiOutCaps.cs
?????文件????????9686??2018-04-15?11:22??鋼琴塊?Demo\MusicDocument.cs
?????文件????????2865??2018-04-15?10:56??鋼琴塊?Demo\MusicScoreInfo.cs
?????文件????????3071??2018-04-15?10:56??鋼琴塊?Demo\NoteTable.cs
?????文件????????6220??2018-04-15?10:56??鋼琴塊?Demo\OutputDeviceba
?????文件?????????501??2018-04-15?15:15??鋼琴塊?Demo\Program.cs
?????目錄???????????0??2018-04-22?17:56??鋼琴塊?Demo\Properties\
?????文件????????1368??2018-04-14?20:28??鋼琴塊?Demo\Properties\AssemblyInfo.cs
?????文件????????3244??2018-04-15?15:49??鋼琴塊?Demo\Properties\Resources.Designer.cs
?????文件????????6205??2018-04-15?15:49??鋼琴塊?Demo\Properties\Resources.resx
?????文件????????1101??2018-04-14?20:28??鋼琴塊?Demo\Properties\Settings.Designer.cs
?????文件?????????249??2018-04-14?20:28??鋼琴塊?Demo\Properties\Settings.settings
?????目錄???????????0??2018-04-22?17:56??鋼琴塊?Demo\Resources\
?????文件????????8255??2018-04-15?15:48??鋼琴塊?Demo\Resources\noteblock.png
?????文件????????1444??2018-04-15?10:56??鋼琴塊?Demo\Utils.cs
?????目錄???????????0??2018-04-22?17:56??鋼琴塊?Demo\bin\
?????目錄???????????0??2018-04-22?17:56??鋼琴塊?Demo\bin\Debug\
?????目錄???????????0??2018-04-22?17:56??鋼琴塊?Demo\bin\Debug\Level\
?????文件????????1320??2018-04-17?21:36??鋼琴塊?Demo\bin\Debug\Level\faded?-?Demo版.level
?????文件?????1617408??2018-06-13?21:09??鋼琴塊?Demo\bin\Debug\鋼琴塊?Demo.exe
?????文件???????77312??2018-06-13?21:09??鋼琴塊?Demo\bin\Debug\鋼琴塊?Demo.pdb
?????文件???????11600??2018-06-13?21:09??鋼琴塊?Demo\bin\Debug\鋼琴塊?Demo.vshost.exe
?????文件?????????490??2012-06-06?02:06??鋼琴塊?Demo\bin\Debug\鋼琴塊?Demo.vshost.exe.manifest
............此處省略5個文件信息
- 上一篇:C# 翻轉棋 小游戲源碼
- 下一篇:基于ASP.NET圖片廣告驗證碼的實現
評論
共有 條評論