• 大小: 151KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-05-26
  • 语言: C#
  • 标签:

资源简介

图论课的一道补充题…… 特点:界面友好,功能简单

资源截图

代码片段和文件信息

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个文件信息

评论

共有 条评论

相关资源