搜索资源列表
zeromq-3.0.0 zeromq是基于消息的高性能网络协议中间件
- zeromq是基于消息的高性能网络协议中间件,源码精练高效,具有很高的学习和参考价值。-zeromq is a high-performance message-based middleware. source code concise and efficient, with high learning and reference value.
zeromq-3.0.3
- 一个支持跨平台跨语言的类似socket消息通信实现,支持c++,java,c#-To support cross-language cross-platform messaging to achieve a similar socket, support c++, java, c#, etc.
zeromq-cSharp
- zeromq C#版本,对zmq进行包装并提供各种Socket的实现-zeromq C# version, and provides packaging for zmq implementation of Socket
zeromq-2.0.7
- zeromq-2.0.7.zip,轻量级的消息队列,支持多平台架构,支持windows
zeromq-2.0.10
- 通讯中间件,开源的c程序代码,可以在多平台上使用-middleware
zeromq-2.2.0POSIX-tarball-.tar
- zeromq源码 封装了套接字管理的一款新跨平台库,可支持任意大小的应用程序。-The zeromq Source package the the socket management of a new cross-platform library that supports the application of any size.
zeromq-3.2.1-rc2
- zeromq 最新代码 一个非常优秀的网络编程库-the zeromq latest code is a very good network programming library
zeromq-2.2.0
- 最快的消息中间件zeromq,可以开发各种通讯程序-The fastest messaging middleware zeromq, the development of a variety of communications procedures
zeromq-2.1.7.tar
- the source of zeromq-2.1.7
ZeroMQ
- 基于通信方面的内容,ZeroMQ ,封装了对于socket 的网络层,更加操作简单-Content-based communication aspects, ZeroMQ
zeromq
- Sample ZeroMQ applications.
zeromq-4.1.0-rc1.tar
- Base version of ZeroMQ
zeromq-4.1.0-rc1
- zeroMQ 4.1源码 ZeroMQ,史上最快的消息队列-zeromq-4.1.0 Source ZeroMQ,史上最快的消息队列
ZeroMQ-4.x.2
- 基于ZMQ4.2.2源代码,CZMQ4.0.3源代码的云平台网络通讯源代码,实现?MQ - The Guide中可靠的健壮通信(Figure 49 - The Paranoid Pirate Pattern)的源代码,包含Worker.c,Broker.c,Client.c。(Based on the ZMQ4.2.2 source code, CZMQ4.0.3 source code cloud platform network communication source code, to a
ZeroMQ-4.x.3
- 基于ZMQ4.2.2源代码,CZMQ4.0.3源代码的云平台网络通讯源代码VS2015工程,实现?MQ - The Guide中管家模式通信(Figure 50 - The Majordomo Pattern)(http://zguide.zeromq.org/page:all)的源代码,包含MDP_Worker.c,MDP_Broker.c,MDP_Client.c。(Based on the ZMQ4.2.2 source code, the source code of CZMQ4.0.3
hellotime
- 使用zeromq库实现客户端与服务端的通信(请求应答模式)(using zeromq lib make client and server communication)
ZeroMQ
- zeromq 网络通信 很好的封装了王诺通信模块(Zeromq network communication is a good encapsulation of the noo communication module)
zeroMQ
- 一个zmq通讯实例,实测pc和开发板可运行(An example of ZMQ communication, measured PC and development board can run)
zeromq-4.1.5
- “ZMQ (以下 ZeroMQ 简称 ZMQ)是一个简单好用的传输层,像框架一样的一个 socket library,他使得 Socket 编程更加简单、简洁和性能更高。是一个消息处理队列库,可在多个线程、内核和主机盒之间弹性伸缩。ZMQ 的明确目标是“成为标准网络协议栈的一部分,之后进入 Linux 内核”。现在还未看到它们的成功。但是,它无疑是极具前景的、并且是人们更加需要的“传统”BSD 套接字之上的一层封装。ZMQ 让编写高性能网络应用程序极为简单和有趣。”(ZeroMQ (also k
使用ZeroMQ的MT4 EA
- MT4自动化交易EA,通过使用ZeroMQ建立Server,可以与Python通讯