• 大小: 5KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-07-17
  • 语言: 其他
  • 标签: 汇编  

资源简介

在微机及接口实验箱上设计一个日历表,用七段数码管显示年、月、日及时、分、秒。要求: 1.定时源采用实验箱上的8253计数器,6位数码管采用动态显示; 2.一般情况屏幕显示当前时间;当按下日期显示键,则显示当前日期; 3.实现整点报时功能

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Mvc;
using System.Web.Optimization;
using System.Web.Routing;

namespace calendar
{
    public class MvcApplication : System.Web.HttpApplication
    {
        protected void Application_Start()
        {
            AreaRegistration.RegisterAllAreas();
            FilterConfig.RegisterGlobalFilters(GlobalFilters.Filters);
            RouteConfig.RegisterRoutes(RouteTable.Routes);
            BundleConfig.RegisterBundles(BundleTable.Bundles);
        }
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

    ..A..H.     59904  2018-01-09 10:34  calendar\.vs\calendar\v14\.suo

     文件      83427  2018-01-09 10:22  calendar\.vs\config\applicationhost.config

     文件       6051  2018-01-09 10:23  calendar\calendar\ApplicationInsights.config

     文件       1263  2018-01-09 10:22  calendar\calendar\App_Start\BundleConfig.cs

     文件        276  2018-01-09 10:22  calendar\calendar\App_Start\FilterConfig.cs

     文件       4415  2018-01-09 10:23  calendar\calendar\App_Start\IdentityConfig.cs

     文件        601  2018-01-09 10:22  calendar\calendar\App_Start\RouteConfig.cs

     文件       3354  2018-01-09 10:23  calendar\calendar\App_Start\Startup.Auth.cs

    .......    102912  2013-02-22 08:43  calendar\calendar\bin\Antlr3.Runtime.dll

     文件     431616  2013-02-22 08:43  calendar\calendar\bin\Antlr3.Runtime.pdb

     文件       6051  2018-01-09 10:23  calendar\calendar\bin\ApplicationInsights.config

     文件      62464  2018-01-09 10:30  calendar\calendar\bin\calendar.dll

     文件       5572  2018-01-09 10:23  calendar\calendar\bin\calendar.dll.config

     文件     112128  2018-01-09 10:30  calendar\calendar\bin\calendar.pdb

    .......   5196496  2015-03-02 09:32  calendar\calendar\bin\Entityframework.dll

    .......    621264  2015-03-02 09:32  calendar\calendar\bin\Entityframework.SqlServer.dll

     文件     154866  2015-03-02 09:32  calendar\calendar\bin\Entityframework.SqlServer.xml

     文件    3652961  2015-03-02 09:32  calendar\calendar\bin\Entityframework.xml

    .......   1839344  2015-12-07 19:04  calendar\calendar\bin\Microsoft.AI.Agent.Intercept.dll

    .......     60680  2016-03-10 14:26  calendar\calendar\bin\Microsoft.AI.DependencyCollector.dll

     文件      60439  2016-03-10 14:26  calendar\calendar\bin\Microsoft.AI.DependencyCollector.xml

    .......     67848  2016-03-10 14:26  calendar\calendar\bin\Microsoft.AI.PerfCounterCollector.dll

    .......     85256  2016-03-09 12:00  calendar\calendar\bin\Microsoft.AI.ServerTelemetryChannel.dll

     文件      57867  2016-03-09 12:00  calendar\calendar\bin\Microsoft.AI.ServerTelemetryChannel.xml

    .......     48840  2016-03-10 14:26  calendar\calendar\bin\Microsoft.AI.Web.dll

     文件      27251  2016-03-10 14:26  calendar\calendar\bin\Microsoft.AI.Web.xml

    .......     40168  2016-03-10 14:26  calendar\calendar\bin\Microsoft.AI.WindowsServer.dll

     文件      25987  2016-03-10 14:26  calendar\calendar\bin\Microsoft.AI.WindowsServer.xml

    .......    162552  2016-03-09 11:57  calendar\calendar\bin\Microsoft.ApplicationInsights.dll

     文件     159442  2016-03-09 11:57  calendar\calendar\bin\Microsoft.ApplicationInsights.xml

............此处省略739个文件信息

评论

共有 条评论