资源简介

这是一个使用wifi控制小车的程序,可以实时的从wifi模块中采集图像数据通过wifi 传给上位机进行显示,并能通过串口发送各种串口命令。同时这个界面也可以是一个智能家居控制方面的上位机界面。

资源截图

代码片段和文件信息

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\IbaseFilter.cs
     文件        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\IVideoframeStep.cs
     文件        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个文件信息

评论

共有 条评论