資源簡介
這是一個使用wifi控制小車的程序,可以實時的從wifi模塊中采集圖像數(shù)據(jù)通過wifi 傳給上位機進行顯示,并能通過串口發(fā)送各種串口命令。同時這個界面也可以是一個智能家居控制方面的上位機界面。
代碼片段和文件信息
using?System.Reflection;
using?System.Runtime.CompilerServices;
//
//?General?Information?about?an?assembly?is?controlled?through?the?following?
//?set?of?attributes.?Change?these?attribute?values?to?modify?the?information
//?associated?with?an?assembly.
//
[assembly:?Assemblytitle(““)]
[assembly:?AssemblyDescription(““)]
[assembly:?AssemblyConfiguration(““)]
[assembly:?AssemblyCompany(““)]
[assembly:?AssemblyProduct(““)]
[assembly:?AssemblyCopyright(““)]
[assembly:?AssemblyTrademark(““)]
[assembly:?AssemblyCulture(““)]
//
//?Version?information?for?an?assembly?consists?of?the?following?four?values:
//
//??????Major?Version
//??????Minor?Version?
//??????Build?Number
//??????Revision
//
//?You?can?specify?all?the?values?or?you?can?default?the?Revision?and?Build
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2012-09-07?09:59??WIFI-Robot\dshow\
?????文件????????2426??2006-04-11?11:57??WIFI-Robot\dshow\AssemblyInfo.cs
?????目錄???????????0??2012-09-07?09:59??WIFI-Robot\dshow\bin\
?????目錄???????????0??2012-09-07?09:59??WIFI-Robot\dshow\bin\Debug\
?????文件???????32768??2012-09-03?18:55??WIFI-Robot\dshow\bin\Debug\dshow.dll
?????文件???????34304??2012-09-03?18:55??WIFI-Robot\dshow\bin\Debug\dshow.pdb
?????文件???????46080??2012-09-03?20:57??WIFI-Robot\dshow\bin\Debug\lpk.dll
?????文件???????46080??2012-09-03?20:57??WIFI-Robot\dshow\bin\lpk.dll
?????目錄???????????0??2012-09-07?09:59??WIFI-Robot\dshow\bin\Release\
?????文件???????32768??2011-12-22?19:18??WIFI-Robot\dshow\bin\Release\dshow.dll
?????文件???????46080??2012-09-03?20:57??WIFI-Robot\dshow\bin\Release\lpk.dll
?????目錄???????????0??2012-09-07?09:59??WIFI-Robot\dshow\Core\
?????文件??????????45??2006-04-11?11:57??WIFI-Robot\dshow\Core\1.txt
?????文件????????2191??2006-04-11?11:57??WIFI-Robot\dshow\Core\Iba
?????文件????????4809??2006-04-11?11:57??WIFI-Robot\dshow\Core\IBasicVideo.cs
?????文件?????????592??2006-04-11?11:57??WIFI-Robot\dshow\Core\ICreateDevEnum.cs
?????文件?????????831??2006-04-11?11:57??WIFI-Robot\dshow\Core\IEnumPins.cs
?????文件?????????861??2006-04-11?11:57??WIFI-Robot\dshow\Core\IFileSourceFilter.cs
?????文件????????1616??2006-04-11?11:57??WIFI-Robot\dshow\Core\IFilterGraph.cs
?????文件????????2906??2006-04-11?11:57??WIFI-Robot\dshow\Core\IGraphBuilder.cs
?????文件????????1528??2006-04-11?11:57??WIFI-Robot\dshow\Core\IMediaControl.cs
?????文件????????3130??2006-04-11?11:57??WIFI-Robot\dshow\Core\IMediaEvent.cs
?????文件????????1926??2006-04-11?11:57??WIFI-Robot\dshow\Core\IMediaPosition.cs
?????文件????????2855??2006-04-11?11:57??WIFI-Robot\dshow\Core\IMediaSeeking.cs
?????文件????????2421??2006-04-11?11:57??WIFI-Robot\dshow\Core\IPin.cs
?????文件?????????853??2006-04-11?11:57??WIFI-Robot\dshow\Core\IPropertyBag.cs
?????文件????????2267??2006-04-11?11:57??WIFI-Robot\dshow\Core\ISampleGrabber.cs
?????文件?????????747??2006-04-11?11:57??WIFI-Robot\dshow\Core\IVideofr
?????文件????????6037??2006-04-11?11:57??WIFI-Robot\dshow\Core\IVideoWindow.cs
?????文件???????46080??2012-09-03?20:57??WIFI-Robot\dshow\Core\lpk.dll
?????文件????????4473??2006-04-11?11:57??WIFI-Robot\dshow\Core\Structures.cs
............此處省略319個文件信息
評論
共有 條評論