資源簡介
圖論課的一道補充題……
特點:界面友好,功能簡單

代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Windows.Forms;
namespace?Warshall
{
????static?class?Program
????{
????????///?
????????///?應用程序的主入口點。
????????///?
????????[STAThread]
????????static?void?Main()
????????{
????????????Application.EnableVisualstyles();
????????????Application.SetCompatibleTextRenderingDefault(false);
????????????Application.Run(new?Warshall());
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????110592??2008-10-22?03:25??Warshall\Warshall\bin\Debug\Warshall.exe
?????文件??????38400??2008-10-22?03:25??Warshall\Warshall\bin\Debug\Warshall.pdb
?????文件???????5632??2008-10-23?16:39??Warshall\Warshall\bin\Debug\Warshall.vshost.exe
?????文件?????110592??2008-10-22?03:25??Warshall\Warshall\bin\Release\Warshall.exe
?????文件??????36352??2008-10-22?03:25??Warshall\Warshall\bin\Release\Warshall.pdb
?????文件???????5632??2008-10-22?03:20??Warshall\Warshall\bin\Release\Warshall.vshost.exe
?????文件???????4608??2008-10-22?03:25??Warshall\Warshall\obj\Debug\TempPE\Properties.Resources.Designer.cs.dll
?????文件????????884??2008-10-22?03:25??Warshall\Warshall\obj\Debug\Warshall.csproj.GenerateResource.Cache
?????文件?????110592??2008-10-22?03:25??Warshall\Warshall\obj\Debug\Warshall.exe
?????文件??????38400??2008-10-22?03:25??Warshall\Warshall\obj\Debug\Warshall.pdb
?????文件??????25770??2008-10-22?03:25??Warshall\Warshall\obj\Debug\Warshall.Properties.Resources.resources
?????文件??????25780??2008-10-22?03:25??Warshall\Warshall\obj\Debug\Warshall.Warshall.resources
?????文件???????4608??2008-10-22?03:24??Warshall\Warshall\obj\Release\TempPE\Properties.Resources.Designer.cs.dll
?????文件????????884??2008-10-22?03:25??Warshall\Warshall\obj\Release\Warshall.csproj.GenerateResource.Cache
?????文件?????110592??2008-10-22?03:25??Warshall\Warshall\obj\Release\Warshall.exe
?????文件??????36352??2008-10-22?03:25??Warshall\Warshall\obj\Release\Warshall.pdb
?????文件??????25770??2008-10-22?03:25??Warshall\Warshall\obj\Release\Warshall.Properties.Resources.resources
?????文件??????25780??2008-10-22?03:25??Warshall\Warshall\obj\Release\Warshall.Warshall.resources
?????文件???????1724??2008-10-23?16:39??Warshall\Warshall\obj\Warshall.csproj.FileListAbsolute.txt
?????文件????????470??2008-10-21?23:48??Warshall\Warshall\Program.cs
?????文件???????1185??2008-10-22?03:25??Warshall\Warshall\Properties\AssemblyInfo.cs
?????文件???????3085??2008-10-22?03:24??Warshall\Warshall\Properties\Resources.Designer.cs
?????文件???????6195??2008-10-22?03:24??Warshall\Warshall\Properties\Resources.resx
?????文件???????1093??2008-10-21?23:47??Warshall\Warshall\Properties\Settings.Designer.cs
?????文件????????249??2008-10-21?23:47??Warshall\Warshall\Properties\Settings.settings
?????文件??????25214??2008-10-22?03:24??Warshall\Warshall\Resources\setup.ico
?????文件??????18544??2008-10-22?03:24??Warshall\Warshall\Warshall.cs
?????文件???????3410??2008-10-22?03:24??Warshall\Warshall\Warshall.csproj
?????文件??????23964??2008-10-22?03:24??Warshall\Warshall\Warshall.Designer.cs
?????文件??????44675??2008-10-22?03:24??Warshall\Warshall\Warshall.resx
............此處省略18個文件信息
- 上一篇:C#波形控件升級版
- 下一篇:c#實現的圖書管理系統
評論
共有 條評論