基本信息
源码名称:自作C# 立体车库上位机
源码大小:0.86M
文件格式:.zip
开发语言:C#
更新时间:2023-12-04
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
自作C# 立体车库上位机
实现上位机监控下位机数据,上位机控制下位机,串口实现上下通信


.
├── C#立体车库管理系统
│   ├── C#立体仓库管理系统(51)
│   │   ├── 单片机A发送(下位机)
│   │   │   ├── STARTUP.A51
│   │   │   ├── STARTUP.LST
│   │   │   ├── STARTUP.OBJ
│   │   │   ├── test
│   │   │   ├── test.LST
│   │   │   ├── test.M51
│   │   │   ├── test.OBJ
│   │   │   ├── test.Uv2.bak
│   │   │   ├── test.c
│   │   │   ├── test.hex
│   │   │   ├── test.lnp
│   │   │   ├── test.opt.bak
│   │   │   ├── test.plg
│   │   │   ├── test.uvopt
│   │   │   ├── test.uvproj
│   │   │   ├── test_Opt.Bak
│   │   │   ├── test_Uv2.Bak
│   │   │   ├── test_uvopt.bak
│   │   │   ├── 双机通信控制数码管主机.LST
│   │   │   ├── 双机通信控制数码管主机.OBJ
│   │   │   └── 双机通信控制数码管主机.c
│   │   └── 立体车库管理系统
│   │       ├── 立体车库管理系统
│   │       │   ├── Form1.Designer.cs
│   │       │   ├── Form1.cs
│   │       │   ├── Form1.resx
│   │       │   ├── Form2.Designer.cs
│   │       │   ├── Form2.cs
│   │       │   ├── Form2.resx
│   │       │   ├── Form3.Designer.cs
│   │       │   ├── Form3.cs
│   │       │   ├── Form3.resx
│   │       │   ├── Form4.Designer.cs
│   │       │   ├── Form4.cs
│   │       │   ├── Form4.resx
│   │       │   ├── Form5.Designer.cs
│   │       │   ├── Form5.cs
│   │       │   ├── Form5.resx
│   │       │   ├── Form6.Designer.cs
│   │       │   ├── Form6.cs
│   │       │   ├── Form6.resx
│   │       │   ├── Form7.Designer.cs
│   │       │   ├── Form7.cs
│   │       │   ├── Form7.resx
│   │       │   ├── Program.cs
│   │       │   ├── Properties
│   │       │   │   ├── AssemblyInfo.cs
│   │       │   │   ├── Resources.Designer.cs
│   │       │   │   ├── Resources.resx
│   │       │   │   ├── Settings.Designer.cs
│   │       │   │   └── Settings.settings
│   │       │   ├── bin
│   │       │   │   └── Debug
│   │       │   │       ├── 立体车库
│   │       │   │       │   ├── 汽车1.jpg
│   │       │   │       │   ├── 汽车2.jpg
│   │       │   │       │   ├── 全局图片1.jpg
│   │       │   │       │   ├── 局部图片1.jpg
│   │       │   │       │   ├── 全局图片2.jpg
│   │       │   │       │   ├── 局部图片2.jpg
│   │       │   │       │   ├── 全局图片3.jpg
│   │       │   │       │   ├── 全局图片4.jpg
│   │       │   │       │   ├── 全局图片5.jpg
│   │       │   │       │   ├── 立体停车场1.jpg
│   │       │   │       │   ├── 立体停车场2.jpg
│   │       │   │       │   ├── 立体停车场3.jpg
│   │       │   │       │   ├── 立体车库车辆数据统计信息.txt
│   │       │   │       │   └── 立体车库车辆进出详细信息.txt
│   │       │   │       ├── 立体车库管理系统.exe
│   │       │   │       ├── 立体车库管理系统.pdb
│   │       │   │       ├── 立体车库管理系统.vshost.exe
│   │       │   │       └── 立体车库管理系统.vshost.exe.manifest
│   │       │   ├── obj
│   │       │   │   └── Debug
│   │       │   │       ├── Refactor
│   │       │   │       ├── TempPE
│   │       │   │       ├── 立体车库管理系统.Form1.resources
│   │       │   │       ├── 立体车库管理系统.Form2.resources
│   │       │   │       ├── 立体车库管理系统.Form3.resources
│   │       │   │       ├── 立体车库管理系统.Form4.resources
│   │       │   │       ├── 立体车库管理系统.Form5.resources
│   │       │   │       ├── 立体车库管理系统.Form6.resources
│   │       │   │       ├── 立体车库管理系统.Form7.resources
│   │       │   │       ├── 立体车库管理系统.Properties.Resources.resources
│   │       │   │       ├── 立体车库管理系统.csproj.FileListAbsolute.txt
│   │       │   │       ├── 立体车库管理系统.csproj.GenerateResource.Cache
│   │       │   │       ├── 立体车库管理系统.exe
│   │       │   │       └── 立体车库管理系统.pdb
│   │       │   └── 立体车库管理系统.csproj
│   │       ├── 立体车库管理系统.sln
│   │       └── 立体车库管理系统.suo
│   ├── C#立体车库管理系统(U3)
│   │   ├── U3下位机程序
│   │   │   └── chengxu.jc
│   │   └── 立体车库管理系统
│   │       ├── 立体车库管理系统
│   │       │   ├── Form1.Designer.cs
│   │       │   ├── Form1.cs
│   │       │   ├── Form1.resx
│   │       │   ├── Form2.Designer.cs
│   │       │   ├── Form2.cs
│   │       │   ├── Form2.resx
│   │       │   ├── Form3.Designer.cs
│   │       │   ├── Form3.cs
│   │       │   ├── Form3.resx
│   │       │   ├── Form4.Designer.cs
│   │       │   ├── Form4.cs
│   │       │   ├── Form4.resx
│   │       │   ├── Form5.Designer.cs
│   │       │   ├── Form5.cs
│   │       │   ├── Form5.resx
│   │       │   ├── Form6.Designer.cs
│   │       │   ├── Form6.cs
│   │       │   ├── Form6.resx
│   │       │   ├── Form7.Designer.cs
│   │       │   ├── Form7.cs
│   │       │   ├── Form7.resx
│   │       │   ├── Program.cs
│   │       │   ├── Properties
│   │       │   │   ├── AssemblyInfo.cs
│   │       │   │   ├── Resources.Designer.cs
│   │       │   │   ├── Resources.resx
│   │       │   │   ├── Settings.Designer.cs
│   │       │   │   └── Settings.settings
│   │       │   ├── bin
│   │       │   │   └── Debug
│   │       │   │       ├── 立体车库
│   │       │   │       │   ├── 汽车1.jpg
│   │       │   │       │   ├── 汽车2.jpg
│   │       │   │       │   ├── 全局图片1.jpg
│   │       │   │       │   ├── 局部图片1.jpg
│   │       │   │       │   ├── 全局图片2.jpg
│   │       │   │       │   ├── 局部图片2.jpg
│   │       │   │       │   ├── 全局图片3.jpg
│   │       │   │       │   ├── 全局图片4.jpg
│   │       │   │       │   ├── 全局图片5.jpg
│   │       │   │       │   ├── 立体停车场1.jpg
│   │       │   │       │   ├── 立体停车场2.jpg
│   │       │   │       │   ├── 立体停车场3.jpg
│   │       │   │       │   ├── 立体车库车辆数据统计信息.txt
│   │       │   │       │   └── 立体车库车辆进出详细信息.txt
│   │       │   │       ├── 立体车库管理系统.exe
│   │       │   │       ├── 立体车库管理系统.pdb
│   │       │   │       ├── 立体车库管理系统.vshost.exe
│   │       │   │       └── 立体车库管理系统.vshost.exe.manifest
│   │       │   ├── obj
│   │       │   │   └── Debug
│   │       │   │       ├── Refactor
│   │       │   │       ├── TempPE
│   │       │   │       ├── 立体车库管理系统.Form1.resources
│   │       │   │       ├── 立体车库管理系统.Form2.resources
│   │       │   │       ├── 立体车库管理系统.Form3.resources
│   │       │   │       ├── 立体车库管理系统.Form4.resources
│   │       │   │       ├── 立体车库管理系统.Form5.resources
│   │       │   │       ├── 立体车库管理系统.Form6.resources
│   │       │   │       ├── 立体车库管理系统.Form7.resources
│   │       │   │       ├── 立体车库管理系统.Properties.Resources.resources
│   │       │   │       ├── 立体车库管理系统.csproj.FileListAbsolute.txt
│   │       │   │       ├── 立体车库管理系统.csproj.GenerateResource.Cache
│   │       │   │       ├── 立体车库管理系统.exe
│   │       │   │       └── 立体车库管理系统.pdb
│   │       │   └── 立体车库管理系统.csproj
│   │       ├── 立体车库管理系统.sln
│   │       └── 立体车库管理系统.suo
│   └── 立体车库设计.doc
└── 自作C# 立体车库上位机_C#立体车库管理系统.zip

25 directories, 144 files