嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
c#使用ZeroMQ源码
用c#语言使用ZeroMQ,包括完整的源码,完整的示例源码。
.
├── ZeroMQBundle
│ ├── bin
│ ├── libs
│ │ ├── CommandLineParser.1.9.3.19
│ │ │ ├── CommandLineParser.1.9.3.19.nupkg
│ │ │ ├── lib
│ │ │ │ ├── CommandLine.XML
│ │ │ │ └── CommandLine.dll
│ │ │ └── readme.txt
│ │ └── zmqV3.0
│ │ ├── clrzmq.dll
│ │ ├── clrzmq.pdb
│ │ ├── clrzmq.xml
│ │ └── libzmq.dll
│ └── src
│ ├── Pub
│ │ ├── Options.cs
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Pub.csproj
│ │ ├── PubSub_Pattern_1.bat
│ │ ├── PubSub_Pattern_2.bat
│ │ ├── PubSub_Pattern_3.bat
│ │ └── libzmq.dll
│ ├── Pull
│ │ ├── Options.cs
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Pull.csproj
│ │ └── libzmq.dll
│ ├── PullPushWorker
│ │ ├── Options.cs
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── PullPushWorker.csproj
│ │ └── libzmq.dll
│ ├── Push
│ │ ├── Options.cs
│ │ ├── Pipeline_Pattern.bat
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Push.csproj
│ │ └── libzmq.dll
│ ├── Rep
│ │ ├── Options.cs
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Rep.csproj
│ │ ├── Rep.csproj.user
│ │ ├── ReqRep_Pattern_1.bat
│ │ ├── ReqRep_Pattern_2.bat
│ │ └── libzmq.dll
│ ├── Req
│ │ ├── Options.cs
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Req.csproj
│ │ └── libzmq.dll
│ ├── Sub
│ │ ├── Options.cs
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Sub.csproj
│ │ ├── Sub.csproj.user
│ │ └── libzmq.dll
│ ├── ZeroMqBundle.sln
│ └── ZeroMqBundle.suo
└── c#使用ZeroMQ源码_ZeroMQBundle_Source.zip
21 directories, 54 files