資源簡(jiǎn)介
在微機(jī)及接口實(shí)驗(yàn)箱上設(shè)計(jì)一個(gè)日歷表,用七段數(shù)碼管顯示年、月、日及時(shí)、分、秒。要求:
1.定時(shí)源采用實(shí)驗(yàn)箱上的8253計(jì)數(shù)器,6位數(shù)碼管采用動(dòng)態(tài)顯示;
2.一般情況屏幕顯示當(dāng)前時(shí)間;當(dāng)按下日期顯示鍵,則顯示當(dāng)前日期;
3.實(shí)現(xiàn)整點(diǎn)報(bào)時(shí)功能
代碼片段和文件信息
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);
????????}
????}
}
?屬性????????????大小?????日期????時(shí)間???名稱(chēng)
-----------?---------??----------?-----??----
????..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\Entityfr
????.......????621264??2015-03-02?09:32??calendar\calendar\bin\Entityfr
?????文件?????154866??2015-03-02?09:32??calendar\calendar\bin\Entityfr
?????文件????3652961??2015-03-02?09:32??calendar\calendar\bin\Entityfr
????.......???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.xm
????.......?????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.xm
????.......?????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.xm
????.......?????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.xm
????.......????162552??2016-03-09?11:57??calendar\calendar\bin\Microsoft.ApplicationInsights.dll
?????文件?????159442??2016-03-09?11:57??calendar\calendar\bin\Microsoft.ApplicationInsights.xm
............此處省略739個(gè)文件信息
評(píng)論
共有 條評(píng)論