嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559
本次赞助数额为: 4 元微信扫码支付:4 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
UDP通信实例源码(包含服务端和客户端)
.
├── UDP客户端
│ ├── App.config
│ ├── Form1.Designer.cs
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── UDP客户端.csproj
│ ├── UDP客户端.sln
│ ├── bin
│ │ └── Debug
│ │ ├── UDP客户端.exe
│ │ ├── UDP客户端.exe.config
│ │ └── UDP客户端.pdb
│ └── obj
│ └── Debug
│ ├── DesignTimeResolveAssemblyReferences.cache
│ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ ├── TempPE
│ ├── UDP客户端.Form1.resources
│ ├── UDP客户端.Properties.Resources.resources
│ ├── UDP客户端.csproj.AssemblyReference.cache
│ ├── UDP客户端.csproj.CoreCompileInputs.cache
│ ├── UDP客户端.csproj.FileListAbsolute.txt
│ ├── UDP客户端.csproj.GenerateResource.cache
│ ├── UDP客户端.exe
│ └── UDP客户端.pdb
├── UDP服务器
│ ├── App.config
│ ├── Form1.Designer.cs
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── UDP服务器.csproj
│ ├── UDP服务器.sln
│ ├── bin
│ │ └── Debug
│ │ ├── UDP服务器.exe
│ │ ├── UDP服务器.exe.config
│ │ └── UDP服务器.pdb
│ └── obj
│ └── Debug
│ ├── DesignTimeResolveAssemblyReferences.cache
│ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ ├── TempPE
│ ├── UDP服务器.Form1.resources
│ ├── UDP服务器.Properties.Resources.resources
│ ├── UDP服务器.csproj.AssemblyReference.cache
│ ├── UDP服务器.csproj.CoreCompileInputs.cache
│ ├── UDP服务器.csproj.FileListAbsolute.txt
│ ├── UDP服务器.csproj.GenerateResource.cache
│ ├── UDP服务器.exe
│ └── UDP服务器.pdb
└── 好例子网_UDP.rar
14 directories, 51 files