資源簡介
自己隨便做了個汽車租賃系統,大家如果有興趣可以下載用用
.....................................
.....................................
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Text;
namespace?d
{
????class?Car:Vehicle
????{
????????public?Car(string?color?double?dailyRent?string?licenseNo?string?nameint?yearsOfService):base(color?dailyRent?licenseNo?nameyearsOfService)?
????????{
????????????this.Color?=?color;
????????????this.DailyRent?=?dailyRent;
????????????this.LicenseNo?=?licenseNo;
????????????this.Name?=?name;
????????????this.YearsOfService?=?yearsOfService;
????????????
????????
????????}
????????public?override?double?CalcPrice()?
????????{
????????????double?price?=?this.RentDate?*?this.DailyRent;
????????????return?price;
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????1086??2009-05-19?09:22??d\d\Properties\Settings.Designer.cs
?????文件????????249??2009-05-19?09:22??d\d\Properties\Settings.settings
?????文件???????1174??2009-05-19?09:22??d\d\Properties\AssemblyInfo.cs
?????文件???????5350??2009-05-19?09:22??d\d\Properties\Resources.resx
?????文件???????2858??2009-05-19?09:22??d\d\Properties\Resources.Designer.cs
?????文件????????859??2009-05-19?12:10??d\d\Truck.cs
?????文件????????690??2009-05-19?12:10??d\d\Car.cs
?????文件???????3671??2009-05-21?08:38??d\d\d.csproj
?????文件???????5632??2005-12-08?14:51??d\d\bin\Debug\d.vshost.exe
?????文件??????32768??2009-05-21?09:57??d\d\bin\Debug\d.exe
?????文件??????50688??2009-05-21?09:57??d\d\bin\Debug\d.pdb
?????文件????????180??2009-05-19?12:32??d\d\obj\Debug\d.MainForm.resources
?????文件????????180??2009-05-19?10:31??d\d\obj\Debug\d.Properties.Resources.resources
?????文件??????32768??2009-05-21?09:57??d\d\obj\Debug\d.exe
?????文件????????180??2009-05-21?08:38??d\d\obj\Debug\d.Form2.resources
?????文件????????903??2009-05-21?08:38??d\d\obj\Debug\d.csproj.GenerateResource.Cache
?????文件??????50688??2009-05-21?09:57??d\d\obj\Debug\d.pdb
?????文件????????321??2009-05-21?10:13??d\d\obj\d.csproj.FileListAbsolute.txt
?????文件????????806??2009-05-21?08:48??d\d\Form2.cs
?????文件??????23561??2009-05-19?12:32??d\d\MainForm.Designer.cs
?????文件???????1828??2009-05-19?11:56??d\d\Vehicle.cs
?????文件???????5814??2009-05-19?12:32??d\d\MainForm.resx
?????文件????????463??2009-05-21?08:47??d\d\Program.cs
?????文件??????11503??2009-05-21?09:57??d\d\MainForm.cs
?????文件???????2011??2009-05-21?08:38??d\d\Form2.Designer.cs
?????文件???????5814??2009-05-21?08:38??d\d\Form2.resx
?????文件????????892??2009-05-19?09:22??d\d.sln
????..A..H.?????13824??2009-05-21?10:13??d\d.suo
?????目錄??????????0??2009-05-19?09:22??d\d\obj\Debug\TempPE
?????目錄??????????0??2009-05-19?09:26??d\d\obj\Debug\Refactor
............此處省略10個文件信息
- 上一篇:現代譜估計算法 music ESPRIT 諧波分解
- 下一篇:華為校園招聘機試題目
評論
共有 條評論