天天看點

影院售票系統 php源碼,影院售票系統

【執行個體簡介】

這是本人今年剛寫完的影院售票系統管理項目,功能齊全,很有參考價值,對C#oop思想的基礎訓練很有幫助,裡面包括了集合和對象關系的應用,其中本來有許多bug,但最終在昨天被我逐一修複完畢,最常見的報錯,就是對象未執行個體化,但這些都被本人很好的解決了,花了一整天的時間,最終修改成了一個完美版項目,代碼簡單清晰明了,注釋分明,值得廣大IT愛好者觀摩。

【執行個體截圖】

【核心代碼】

影院售票系統

└── 影院售票系統

├── 影院售票系統

│   ├── App.config

│   ├── Cinema.cs

│   ├── Form1.Designer.cs

│   ├── Form1.cs

│   ├── Form1.resx

│   ├── FreeTicket.cs

│   ├── Mainform.Designer.cs

│   ├── Mainform.cs

│   ├── Mainform.resx

│   ├── Movie.cs

│   ├── Program.cs

│   ├── Properties

│   │   ├── AssemblyInfo.cs

│   │   ├── Resources.Designer.cs

│   │   ├── Resources.resx

│   │   ├── Settings.Designer.cs

│   │   └── Settings.settings

│   ├── Schedule.cs

│   ├── ScheduleItem.cs

│   ├── Seat.cs

│   ├── StudentTicket.cs

│   ├── TickeUtil.cs

│   ├── Ticket.cs

│   ├── bin

│   │   └── Debug

│   │   ├── 11-20 1-2.txt

│   │   ├── 11-20 1-3.txt

│   │   ├── 11-20 1-5.txt

│   │   ├── 11-20 1-6.txt

│   │   ├── 11-20 1-7.txt

│   │   ├── 15-45 1-5.txt

│   │   ├── 17-30 1-1.txt

│   │   ├── 17-30 1-3.txt

│   │   ├── 17-30 1-4.txt

│   │   ├── 17-30 1-5.txt

│   │   ├── 17-30 1-7.txt

│   │   ├── 21-00 1-3.txt

│   │   ├── 21-00 1-4.txt

│   │   ├── 21-00 1-5.txt

│   │   ├── 21-00 1-6.txt

│   │   ├── 21-00 1-7.txt

│   │   ├── 21-00 2-4.txt

│   │   ├── 21-00 2-5.txt

│   │   ├── 21-00 3-4.txt

│   │   ├── 21-00 3-5.txt

│   │   ├── 21-00 3-7.txt

│   │   ├── 23-10 1-6.txt

│   │   ├── 23-10 1-7.txt

│   │   ├── 9-00 1-3.txt

│   │   ├── 9-00 2-4.txt

│   │   ├── ShowList.xml

│   │   ├── soldTickets.txt

│   │   ├── 鋼鐵俠3.jpg

│   │   ├── 不二神探.jpg

│   │   ├── 中國合夥人.jpg

│   │   ├── 西遊降魔篇.jpg

│   │   ├── 影院售票系統.exe

│   │   ├── 影院售票系統.exe.config

│   │   ├── 影院售票系統.pdb

│   │   ├── 影院售票系統.vshost.exe

│   │   ├── 影院售票系統.vshost.exe.config

│   │   └── 影院售票系統.vshost.exe.manifest

│   ├── obj

│   │   └── Debug

│   │   ├── DesignTimeResolveAssemblyReferences.cache

│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache

│   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs

│   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs

│   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs

│   │   ├── 影院售票系統.Form1.resources

│   │   ├── 影院售票系統.Mainform.resources

│   │   ├── 影院售票系統.Properties.Resources.resources

│   │   ├── 影院售票系統.csproj.FileListAbsolute.txt

│   │   ├── 影院售票系統.csproj.GenerateResource.Cache

│   │   ├── 影院售票系統.csprojResolveAssemblyReference.cache

│   │   ├── 影院售票系統.exe

│   │   └── 影院售票系統.pdb

│   └── 影院售票系統.csproj

├── 影院售票系統.sln

└── 影院售票系統.v11.suo

7 directories, 75 files