实例介绍
C#上位机与单片机的完美结合(内附有用户登录,注册,截图,温度采集,历史数据展示,左边菜单右边内容展示的主界面
【实例截图】
【核心代码】
SQL
└── SQL
├── SQL
│ ├── App.config
│ ├── App1.config
│ ├── AppLog.cs
│ ├── DENGLUDataSet4.cs
│ ├── DENGLUDataSet4TableAdapters
│ │ └── NewTemp3TableAdapter.cs
│ ├── HotKey.cs
│ ├── IniFile.cs
│ ├── Menu.cs
│ ├── Menu.designer.cs
│ ├── Menu.resx
│ ├── Profile.cs
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Resources
│ │ ├── timg (10).jpg
│ │ ├── timg (4).jpg
│ │ ├── timg (6).jpg
│ │ ├── timg (7).jpg
│ │ ├── timg (8).jpg
│ │ ├── 空牌.bmp
│ │ ├── 问号.bmp
│ │ ├── 问号.png
│ │ └── 设置20.bmp
│ ├── SQL.csproj
│ ├── UpdataForm.Designer.cs
│ ├── UpdataForm.cs
│ ├── UpdataForm.resx
│ ├── bin
│ │ └── Debug
│ │ ├── 1.jpg
│ │ ├── 2.jpg
│ │ ├── 3.jpg
│ │ ├── 4.jpg
│ │ ├── 5.jpg
│ │ ├── AForge.Controls.dll
│ │ ├── AForge.Controls.xml
│ │ ├── AForge.DebuggerVisualizers (2010).dll
│ │ ├── AForge.Fuzzy.dll
│ │ ├── AForge.Fuzzy.xml
│ │ ├── AForge.Genetic.dll
│ │ ├── AForge.Genetic.xml
│ │ ├── AForge.Imaging.Formats.dll
│ │ ├── AForge.Imaging.Formats.xml
│ │ ├── AForge.Imaging.IPPrototyper.dll
│ │ ├── AForge.Imaging.dll
│ │ ├── AForge.Imaging.xml
│ │ ├── AForge.MachineLearning.dll
│ │ ├── AForge.MachineLearning.xml
│ │ ├── AForge.Math.dll
│ │ ├── AForge.Math.xml
│ │ ├── AForge.Neuro.dll
│ │ ├── AForge.Neuro.xml
│ │ ├── AForge.Robotics.Lego.dll
│ │ ├── AForge.Robotics.Lego.xml
│ │ ├── AForge.Robotics.Surveyor.dll
│ │ ├── AForge.Robotics.Surveyor.xml
│ │ ├── AForge.Robotics.TeRK.dll
│ │ ├── AForge.Robotics.TeRK.xml
│ │ ├── AForge.Video.DirectShow.dll
│ │ ├── AForge.Video.DirectShow.xml
│ │ ├── AForge.Video.FFMPEG.dll
│ │ ├── AForge.Video.FFMPEG.xml
│ │ ├── AForge.Video.Kinect.dll
│ │ ├── AForge.Video.Kinect.xml
│ │ ├── AForge.Video.VFW.dll
│ │ ├── AForge.Video.VFW.xml
│ │ ├── AForge.Video.Ximea.dll
│ │ ├── AForge.Video.Ximea.xml
│ │ ├── AForge.Video.dll
│ │ ├── AForge.Video.xml
│ │ ├── AForge.Vision.dll
│ │ ├── AForge.Vision.xml
│ │ ├── AForge.dll
│ │ ├── AForge.xml
│ │ ├── Cfg.ini
│ │ ├── Release
│ │ │ ├── AForge.Controls.dll
│ │ │ ├── AForge.Controls.xml
│ │ │ ├── AForge.DebuggerVisualizers (2010).dll
│ │ │ ├── AForge.Fuzzy.dll
│ │ │ ├── AForge.Fuzzy.xml
│ │ │ ├── AForge.Genetic.dll
│ │ │ ├── AForge.Genetic.xml
│ │ │ ├── AForge.Imaging.Formats.dll
│ │ │ ├── AForge.Imaging.Formats.xml
│ │ │ ├── AForge.Imaging.IPPrototyper.dll
│ │ │ ├── AForge.Imaging.dll
│ │ │ ├── AForge.Imaging.xml
│ │ │ ├── AForge.MachineLearning.dll
│ │ │ ├── AForge.MachineLearning.xml
│ │ │ ├── AForge.Math.dll
│ │ │ ├── AForge.Math.xml
│ │ │ ├── AForge.Neuro.dll
│ │ │ ├── AForge.Neuro.xml
│ │ │ ├── AForge.Robotics.Lego.dll
│ │ │ ├── AForge.Robotics.Lego.xml
│ │ │ ├── AForge.Robotics.Surveyor.dll
│ │ │ ├── AForge.Robotics.Surveyor.xml
│ │ │ ├── AForge.Robotics.TeRK.dll
│ │ │ ├── AForge.Robotics.TeRK.xml
│ │ │ ├── AForge.Video.DirectShow.dll
│ │ │ ├── AForge.Video.DirectShow.xml
│ │ │ ├── AForge.Video.FFMPEG.dll
│ │ │ ├── AForge.Video.FFMPEG.xml
│ │ │ ├── AForge.Video.Kinect.dll
│ │ │ ├── AForge.Video.Kinect.xml
│ │ │ ├── AForge.Video.VFW.dll
│ │ │ ├── AForge.Video.VFW.xml
│ │ │ ├── AForge.Video.Ximea.dll
│ │ │ ├── AForge.Video.Ximea.xml
│ │ │ ├── AForge.Video.dll
│ │ │ ├── AForge.Video.xml
│ │ │ ├── AForge.Vision.dll
│ │ │ ├── AForge.Vision.xml
│ │ │ ├── AForge.dll
│ │ │ ├── AForge.xml
│ │ │ └── IPPrototyper.exe
│ │ ├── SQL.exe
│ │ ├── SQL.exe.config
│ │ ├── SQL.pdb
│ │ ├── log
│ │ │ ├── 20190620.txt
│ │ │ ├── log_2019-06-20.log
│ │ │ ├── log_2019-06-21.log
│ │ │ ├── log_2019-06-22.log
│ │ │ └── log_2019-06-23.log
│ │ ├── log.config
│ │ ├── log4net.dll
│ │ └── 拍照.png
│ ├── dENGLUDataSet4.Designer.cs
│ ├── dENGLUDataSet4.xsc
│ ├── dENGLUDataSet4.xsd
│ ├── dENGLUDataSet4.xss
│ ├── image
│ │ ├── 1.jpg
│ │ ├── 123.png
│ │ ├── 1349293z617199697teaz3.png
│ │ ├── 16pic_2198326_b.jpg
│ │ ├── 67M58PICGWx_1024.jpg
│ │ ├── 9257447345678a5.jpg
│ │ ├── T1.png
│ │ ├── T2.png
│ │ ├── T3.png
│ │ ├── T4.png
│ │ ├── TIM图片20190611102847.png
│ │ ├── TIM图片20190611103038.png
│ │ ├── TIM图片20190616153211.png
│ │ ├── d6302eeec39695060de3ec3ab5404024.jpg
│ │ ├── timg (1).gif
│ │ ├── timg (1).jpg
│ │ ├── timg (10).jpg
│ │ ├── timg (2).jpg
│ │ ├── timg (3).jpg
│ │ ├── timg (4).jpg
│ │ ├── timg (5).jpg
│ │ ├── timg (6).jpg
│ │ ├── timg (7).jpg
│ │ ├── timg (8).jpg
│ │ ├── timg (9).jpg
│ │ ├── timg.gif
│ │ ├── timg.jpg
│ │ ├── u=2429599152,2868040790&fm=26&gp=0.jpg
│ │ ├── 注册).jpg
│ │ ├── 串口.jpg
│ │ ├── 头像.jpg
│ │ ├── 菜单.png
│ │ ├── 问号.png
│ │ └── 设备信息.jpg
│ ├── log.config
│ ├── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── SQL.Cutter.resources
│ │ ├── SQL.Form1.resources
│ │ ├── SQL.Properties.Resources.resources
│ │ ├── SQL.UpdataForm.resources
│ │ ├── SQL.csproj.CopyComplete
│ │ ├── SQL.csproj.CoreCompileInputs.cache
│ │ ├── SQL.csproj.FileListAbsolute.txt
│ │ ├── SQL.csproj.GenerateResource.cache
│ │ ├── SQL.csprojAssemblyReference.cache
│ │ ├── SQL.exe
│ │ ├── SQL.f1.resources
│ │ ├── SQL.f2.resources
│ │ ├── SQL.f3.resources
│ │ ├── SQL.menu.resources
│ │ ├── SQL.pdb
│ │ ├── SQL.串口.resources
│ │ ├── SQL.尺寸.resources
│ │ ├── SQL.灯光.resources
│ │ ├── SQL.历史数据.resources
│ │ ├── SQL.温度采集.resources
│ │ ├── SQL.用户信息.resources
│ │ ├── SQL.端口查看.resources
│ │ ├── SQL.端口配置.resources
│ │ ├── SQL.设备信息.resources
│ │ ├── SQL_MarkupCompile.i.cache
│ │ ├── TempPE
│ │ │ ├── Properties.Resources.Designer.cs.dll
│ │ │ └── dENGLUDataSet4.Designer.cs.dll
│ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ └── UserControl1.g.i.cs
│ ├── packages
│ │ ├── AForge.2.2.5
│ │ │ ├── AForge.2.2.5.nupkg
│ │ │ └── lib
│ │ │ ├── AForge.dll
│ │ │ └── AForge.xml
│ │ ├── AForge.Controls.2.2.5
│ │ │ ├── AForge.Controls.2.2.5.nupkg
│ │ │ └── lib
│ │ │ ├── AForge.Controls.dll
│ │ │ └── AForge.Controls.xml
│ │ ├── AForge.Imaging.2.2.5
│ │ │ ├── AForge.Imaging.2.2.5.nupkg
│ │ │ └── lib
│ │ │ ├── AForge.Imaging.dll
│ │ │ └── AForge.Imaging.xml
│ │ ├── AForge.Math.2.2.5
│ │ │ ├── AForge.Math.2.2.5.nupkg
│ │ │ └── lib
│ │ │ ├── AForge.Math.dll
│ │ │ └── AForge.Math.xml
│ │ ├── AForge.Video.2.2.5
│ │ │ ├── AForge.Video.2.2.5.nupkg
│ │ │ └── lib
│ │ │ ├── AForge.Video.dll
│ │ │ └── AForge.Video.xml
│ │ ├── AForge.Video.DirectShow.2.2.5
│ │ │ ├── AForge.Video.DirectShow.2.2.5.nupkg
│ │ │ └── lib
│ │ │ ├── AForge.Video.DirectShow.dll
│ │ │ └── AForge.Video.DirectShow.xml
│ │ ├── Copyright.txt
│ │ ├── Externals
│ │ │ ├── GhostAPI
│ │ │ │ ├── AForge ReadMe.txt
│ │ │ │ ├── GhostAPI.dll
│ │ │ │ ├── PbkComm32.dll
│ │ │ │ ├── PbkUsbPort.dll
│ │ │ │ └── relnotes.txt
│ │ │ ├── TeRK
│ │ │ │ ├── AForge ReadMe.txt
│ │ │ │ └── TeRK.dll
│ │ │ ├── ffmpeg
│ │ │ │ ├── AForge ReadMe.txt
│ │ │ │ ├── README.txt
│ │ │ │ ├── bin
│ │ │ │ │ ├── avcodec-53.dll
│ │ │ │ │ ├── avdevice-53.dll
│ │ │ │ │ ├── avfilter-2.dll
│ │ │ │ │ ├── avformat-53.dll
│ │ │ │ │ ├── avutil-51.dll
│ │ │ │ │ ├── postproc-52.dll
│ │ │ │ │ ├── swresample-0.dll
│ │ │ │ │ └── swscale-2.dll
│ │ │ │ ├── include
│ │ │ │ │ ├── libavcodec
│ │ │ │ │ │ ├── avcodec.h
│ │ │ │ │ │ ├── avfft.h
│ │ │ │ │ │ ├── dxva2.h
│ │ │ │ │ │ ├── opt.h
│ │ │ │ │ │ ├── vaapi.h
│ │ │ │ │ │ ├── vda.h
│ │ │ │ │ │ ├── vdpau.h
│ │ │ │ │ │ ├── version.h
│ │ │ │ │ │ └── xvmc.h
│ │ │ │ │ ├── libavdevice
│ │ │ │ │ │ └── avdevice.h
│ │ │ │ │ ├── libavfilter
│ │ │ │ │ │ ├── avcodec.h
│ │ │ │ │ │ ├── avfilter.h
│ │ │ │ │ │ ├── avfiltergraph.h
│ │ │ │ │ │ ├── buffersink.h
│ │ │ │ │ │ ├── version.h
│ │ │ │ │ │ └── vsrc_buffer.h
│ │ │ │ │ ├── libavformat
│ │ │ │ │ │ ├── avformat.h
│ │ │ │ │ │ ├── avio.h
│ │ │ │ │ │ └── version.h
│ │ │ │ │ ├── libavutil
│ │ │ │ │ │ ├── adler32.h
│ │ │ │ │ │ ├── aes.h
│ │ │ │ │ │ ├── attributes.h
│ │ │ │ │ │ ├── audioconvert.h
│ │ │ │ │ │ ├── avassert.h
│ │ │ │ │ │ ├── avconfig.h
│ │ │ │ │ │ ├── avstring.h
│ │ │ │ │ │ ├── avutil.h
│ │ │ │ │ │ ├── base64.h
│ │ │ │ │ │ ├── bswap.h
│ │ │ │ │ │ ├── common.h
│ │ │ │ │ │ ├── cpu.h
│ │ │ │ │ │ ├── crc.h
│ │ │ │ │ │ ├── dict.h
│ │ │ │ │ │ ├── error.h
│ │ │ │ │ │ ├── eval.h
│ │ │ │ │ │ ├── fifo.h
│ │ │ │ │ │ ├── file.h
│ │ │ │ │ │ ├── imgutils.h
│ │ │ │ │ │ ├── intfloat_readwrite.h
│ │ │ │ │ │ ├── intreadwrite.h
│ │ │ │ │ │ ├── lfg.h
│ │ │ │ │ │ ├── log.h
│ │ │ │ │ │ ├── lzo.h
│ │ │ │ │ │ ├── mathematics.h
│ │ │ │ │ │ ├── md5.h
│ │ │ │ │ │ ├── mem.h
│ │ │ │ │ │ ├── opt.h
│ │ │ │ │ │ ├── parseutils.h
│ │ │ │ │ │ ├── pixdesc.h
│ │ │ │ │ │ ├── pixfmt.h
│ │ │ │ │ │ ├── random_seed.h
│ │ │ │ │ │ ├── rational.h
│ │ │ │ │ │ ├── samplefmt.h
│ │ │ │ │ │ └── sha.h
│ │ │ │ │ ├── libpostproc
│ │ │ │ │ │ └── postprocess.h
│ │ │ │ │ ├── libswresample
│ │ │ │ │ │ └── swresample.h
│ │ │ │ │ └── libswscale
│ │ │ │ │ └── swscale.h
│ │ │ │ ├── lib
│ │ │ │ │ ├── avcodec.lib
│ │ │ │ │ ├── avdevice.lib
│ │ │ │ │ ├── avfilter.lib
│ │ │ │ │ ├── avformat.lib
│ │ │ │ │ ├── avutil.lib
│ │ │ │ │ ├── postproc.lib
│ │ │ │ │ ├── swresample.lib
│ │ │ │ │ └── swscale.lib
│ │ │ │ └── licenses
│ │ │ │ ├── bzip2.txt
│ │ │ │ ├── ffmpeg.txt
│ │ │ │ ├── freetype.txt
│ │ │ │ ├── frei0r.txt
│ │ │ │ ├── gsm.txt
│ │ │ │ ├── lame.txt
│ │ │ │ ├── libvpx.txt
│ │ │ │ ├── opencore-amr.txt
│ │ │ │ ├── openjpeg.txt
│ │ │ │ ├── rtmp.txt
│ │ │ │ ├── schroedinger.txt
│ │ │ │ ├── sdl.txt
│ │ │ │ ├── speex.txt
│ │ │ │ ├── theora.txt
│ │ │ │ ├── vo-aacenc.txt
│ │ │ │ ├── vo-amrwbenc.txt
│ │ │ │ ├── vorbis.txt
│ │ │ │ ├── x264.txt
│ │ │ │ ├── xavs.txt
│ │ │ │ ├── xvid.txt
│ │ │ │ └── zlib.txt
│ │ │ ├── libfreenect
│ │ │ │ ├── AForge ReadMe.txt
│ │ │ │ ├── APACHE20
│ │ │ │ └── freenect.dll
│ │ │ └── msinttypes
│ │ │ ├── AForge ReadMe.txt
│ │ │ ├── changelog.txt
│ │ │ ├── inttypes.h
│ │ │ └── stdint.h
│ │ ├── License.txt
│ │ ├── Release
│ │ │ ├── AForge.Controls.dll
│ │ │ ├── AForge.Controls.xml
│ │ │ ├── AForge.DebuggerVisualizers (2010).dll
│ │ │ ├── AForge.Fuzzy.dll
│ │ │ ├── AForge.Fuzzy.xml
│ │ │ ├── AForge.Genetic.dll
│ │ │ ├── AForge.Genetic.xml
│ │ │ ├── AForge.Imaging.Formats.dll
│ │ │ ├── AForge.Imaging.Formats.xml
│ │ │ ├── AForge.Imaging.IPPrototyper.dll
│ │ │ ├── AForge.Imaging.dll
│ │ │ ├── AForge.Imaging.xml
│ │ │ ├── AForge.MachineLearning.dll
│ │ │ ├── AForge.MachineLearning.xml
│ │ │ ├── AForge.Math.dll
│ │ │ ├── AForge.Math.xml
│ │ │ ├── AForge.Neuro.dll
│ │ │ ├── AForge.Neuro.xml
│ │ │ ├── AForge.Robotics.Lego.dll
│ │ │ ├── AForge.Robotics.Lego.xml
│ │ │ ├── AForge.Robotics.Surveyor.dll
│ │ │ ├── AForge.Robotics.Surveyor.xml
│ │ │ ├── AForge.Robotics.TeRK.dll
│ │ │ ├── AForge.Robotics.TeRK.xml
│ │ │ ├── AForge.Video.DirectShow.dll
│ │ │ ├── AForge.Video.DirectShow.xml
│ │ │ ├── AForge.Video.FFMPEG.dll
│ │ │ ├── AForge.Video.FFMPEG.xml
│ │ │ ├── AForge.Video.Kinect.dll
│ │ │ ├── AForge.Video.Kinect.xml
│ │ │ ├── AForge.Video.VFW.dll
│ │ │ ├── AForge.Video.VFW.xml
│ │ │ ├── AForge.Video.Ximea.dll
│ │ │ ├── AForge.Video.Ximea.xml
│ │ │ ├── AForge.Video.dll
│ │ │ ├── AForge.Video.xml
│ │ │ ├── AForge.Vision.dll
│ │ │ ├── AForge.Vision.xml
│ │ │ ├── AForge.dll
│ │ │ ├── AForge.xml
│ │ │ └── IPPrototyper.exe
│ │ ├── Release notes.txt
│ │ ├── gpl-3.0.txt
│ │ └── lgpl-3.0.txt
│ ├── 串口.Designer.cs
│ ├── 拍照.Designer.cs
│ ├── 注册.Designer.cs
│ ├── 灯光.Designer.cs
│ ├── 登录.Designer.cs
│ ├── 串口.cs
│ ├── 尺寸.cs
│ ├── 拍照.cs
│ ├── 注册.cs
│ ├── 灯光.cs
│ ├── 登录.cs
│ ├── 尺寸.designer.cs
│ ├── 串口.resx
│ ├── 尺寸.resx
│ ├── 拍照.resx
│ ├── 注册.resx
│ ├── 灯光.resx
│ ├── 登录.resx
│ ├── 历史数据.Designer.cs
│ ├── 截图窗体.Designer.cs
│ ├── 用户信息.Designer.cs
│ ├── 端口查看.Designer.cs
│ ├── 设备信息.Designer.cs
│ ├── 历史数据.cs
│ ├── 截图窗体.cs
│ ├── 温度采集.cs
│ ├── 用户信息.cs
│ ├── 端口查看.cs
│ ├── 端口配置.cs
│ ├── 设备信息.cs
│ ├── 温度采集.designer.cs
│ ├── 端口配置.designer.cs
│ ├── 历史数据.resx
│ ├── 截图窗体.resx
│ ├── 温度采集.resx
│ ├── 用户信息.resx
│ ├── 端口查看.resx
│ ├── 端口配置.resx
│ └── 设备信息.resx
├── SQL.sln
└── UpgradeLog.htm
45 directories, 415 files
标签:
网友评论
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
支持(0) 盖楼(回复)