資源簡介
管理員賬號:123 密碼:123
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Text;
using?System.Windows.Forms;
namespace?客車系統
{
????public?class?Node
????{
????????private?T?data;?//數據域
????????//構造器
????????public?Node(T?v)
????????{
????????????data?=?v;
????????}
????????//數據域屬性
????????public?T?Data
????????{
????????????get?{?return?data;?}
????????????set?{?data?=?value;?}
????????}
????}
????public?class?adjListNode
????{
????????private?int?adjvex;?//鄰接頂點
????????private?int?info;//儲存邊或弧的信息圖權值
????????private?adjListNode?next;?//下一個鄰接表結點
????????//鄰接頂點屬性
????????public?int?Adjvex
????????{
????????????get?{?return?adjvex;?}
????????????set?{?adjvex?=?value;?}
????????}
????????//權值屬性
????????public?int?Info
????????{
?????????
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????10166??2016-01-10?15:26??客車系統\客車系統\adjListNode.cs
?????文件???????3072??2016-01-10?21:33??客車系統\客車系統\bin\Debug\BusInfo.db
?????文件???????3262??2002-08-08?08:36??客車系統\客車系統\bin\Debug\crosshair.cur
?????文件???????3072??2016-01-10?17:27??客車系統\客車系統\bin\Debug\Draw.db
?????文件?????????19??2015-12-15?19:47??客車系統\客車系統\bin\Debug\information_CK.txt
?????文件?????????23??2015-12-15?19:47??客車系統\客車系統\bin\Debug\information_GLY.txt
?????文件????1025024??2013-01-09?13:09??客車系統\客車系統\bin\Debug\System.Data.SQLite.dll
?????文件???????6144??2016-01-10?22:05??客車系統\客車系統\bin\Debug\Ticket.db
?????文件???????6144??2016-01-03?13:18??客車系統\客車系統\bin\Debug\tickets.db
?????文件???????2048??2017-03-31?10:24??客車系統\客車系統\bin\Debug\user_s.db
?????文件????3153408??2019-01-07?08:16??客車系統\客車系統\bin\Debug\客車系統.exe
?????文件?????269824??2019-01-07?08:16??客車系統\客車系統\bin\Debug\客車系統.pdb
?????文件??????24224??2019-01-07?08:17??客車系統\客車系統\bin\Debug\客車系統.vshost.exe
?????文件????????490??2015-06-04?12:48??客車系統\客車系統\bin\Debug\客車系統.vshost.exe.manifest
?????文件??????43227??2016-01-12?14:50??客車系統\客車系統\BusManager.cs
?????文件??????91155??2016-01-10?18:38??客車系統\客車系統\BusManager.Designer.cs
?????文件????2866651??2016-01-10?18:38??客車系統\客車系統\BusManager.resx
?????文件??????16981??2016-01-10?18:12??客車系統\客車系統\buytic.cs
?????文件??????37673??2016-01-10?18:12??客車系統\客車系統\buytic.Designer.cs
?????文件??????19227??2016-01-10?18:12??客車系統\客車系統\buytic.resx
?????文件??????22249??2016-01-12?14:50??客車系統\客車系統\DbNode.cs
?????文件?????216584??2016-01-10?13:12??客車系統\客車系統\Draw.resx
?????文件??????20119??2016-01-12?14:50??客車系統\客車系統\DrawNode.cs
?????文件??????12107??2016-01-10?20:25??客車系統\客車系統\Form1.cs
?????文件??????20320??2016-01-09?20:29??客車系統\客車系統\Form1.Designer.cs
?????文件?????279803??2016-01-09?20:29??客車系統\客車系統\Form1.resx
?????文件???????5420??2015-12-24?16:53??客車系統\客車系統\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件???????7518??2019-01-07?08:16??客車系統\客車系統\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件???????5120??2016-01-10?09:57??客車系統\客車系統\obj\x86\Debug\TempPE\Properties.Resources.Designer.cs.dll
?????文件????1907381??2016-01-10?18:38??客車系統\客車系統\obj\x86\Debug\客車系統.BusManager.resources
............此處省略50個文件信息
- 上一篇:winform+SQL 的超市管理
- 下一篇:WPF的連接Oracle數據
評論
共有 條評論