登录
首页 » Visual C++ » testZeroMQ

testZeroMQ

于 2014-02-19 发布 文件大小:4349KB
0 219
下载积分: 1 下载次数: 19

代码说明:

  内含简单项目代码及ZeroMQ使用教程,资源适合初学者,可以满足快速入门要求 下载ZeroMQ 下载网址:http://zeromq.org/intro:get-the-software 点击“Windows sources”下载zeromq-4.0.3.zip文件 编译ZeroMQ库文件 解压zeromq-4.0.3.zip文件,进入buildsmsvc目录,用VS打开*.sln工程文件,编译生成解决方案。编译完成后,会在lib目录下生成dll和lib文件 编写简单的测试工程 1.用VS新建2个项目,一个是server端,一个是client端 2.将ZeroMQ源码项目的include目录下的两个文件“zmq.h”,“zmq_utils.h”拷贝至自己新建的工程 3.将ZeroMQ源码项目的lib目录下的两个文件“libzmq.dll”,“libzmq.lib”拷贝至自己新建的工程 4.将文件“zmq.h”,“zmq_utils.h”和“libzmq.lib”添加进自己新建的项目。(ZeroMQ simple project containing the code and tutorials, resources for beginners, to meet the requirements of the Quick Start Download ZeroMQ Download URL: http://zeromq.org/intro:get-the-software Click " Windows sources" download zeromq-4.0. 3.zip ZeroMQ library files compiled zeromq-4.0.3.zip unzip the file, enter builds msvc directory, with VS open*. sln project file, the compiler generates solutions. After the compilation is complete, it will generate dll and lib files in the lib directory to write a simple test project. Using VS New two projects, one is server-side, is a client-side two would both include directories ZeroMQ source project under File " zmq.h" , " zmq_utils.h" copy to their new project 3 would be two files ZeroMQ source project lib directory under " libzmq.dll" , " libzmq.lib" copy to their new project 4 would file " zmq.h" , " zmq_utils.h" and " libzmq.lib" added to their new projects.)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • recv
    组播接收端,socket通信,Windows网络编程(Multicast receiver, socket communications, Windows network programming)
    2021-01-13 21:48:47下载
    积分:1
  • calculator2
    实现计算器功能,还有漂亮的界面 ,使用VC6.0 mfc实现(calculator)
    2010-01-06 08:53:14下载
    积分:1
  • vc_teach
    着重介绍基于C++的web编程技术,有实例。(highlights the web based on the C programming technology, and examples.)
    2006-11-01 17:28:59下载
    积分:1
  • TabDemo
    主要实现MFC Tabctrl控件的按Tab快捷键改变控件焦点的功能。焦点可在TabCtrl控件,子窗口,父窗口之间自由切换。(The main realization of MFC Tabctrl control, press the Tab shortcut keys change the focus of the control function. The focus can be freely switched between the TabCtrl control, child window, and parent window.)
    2017-06-30 08:55:00下载
    积分:1
  • HexEditCtrl
    说明:  仿照ue十六进制编辑 可以显示十六进制代码和ascii码(16edit)
    2010-03-24 20:43:42下载
    积分:1
  • xianxing
    1.输入一组整型元素序列,建立顺序表。 2.实现该顺序表的遍历。 3.在该顺序表中进行顺序查找某一元素,查找成功返回 1,否则返回 0。 4.判断该顺序表中元素是否对称,对称返回1,否则返回0。 5.实现把该表中所有奇数排在偶数之前,即表的前面为奇数,后面为偶数。 6.输入整型元素序列利用有序表插入算法建立一个有序表。 7.利用算法 6 建立两个非递减有序表并把它们合并成一个非递减有序表。 8.编写一个主函数,调试上述算法。 * 9.综合训练:利用顺序表实现一个班级学生信息管理(数据录入、插入、删 除、排序、查找等) (err)
    2008-04-19 10:04:01下载
    积分:1
  • Filecombine
    说明:  这是个人写的简单的文件合并工具,有如下特性: 1. 支持二进制和文本文件合并; 2. 可以自定义填充字节(默认为0); 3. 可以选择源文件的任意地址和任意数据长度(在源文件的数据范围之内); 4. 可以任意修改源文件数据在目标文件(合并或拆分)文件的地址范围; 5. 支持拆分源文件,但单次操作只支持一个源文件和一个目标文件; 6. 可以保存/加载文件拆分合并的配置数据,并于重复使用;(This is a simple file combine tool with the following characteristics: 1. Support binary and text file combine; 2. You can customize the padding byte (default is 0); 3. You can select any address of the source file and any data length (within the data range of the source file); 4. The source file data can be arbitrarily modified in the address range of the target file (combine or split) file; 5. Support split source files, but only one source file and one target file are supported in a single operation; 6. You can save/load the file to combine, split configuration data and reuse it;)
    2019-10-26 14:27:33下载
    积分:1
  • Baidu
    用VS编写的一个百度杀毒的界面,采用了贴图的方式,没有使用皮肤(A written in VS baidu antivirus interface, with the method of the map, don t use the skin )
    2014-05-26 22:16:36下载
    积分:1
  • MapInfo-Tab-to-Shape-File-Tool
    MapInfo的Tab文件转化为ArcGIS的Shape文件(MapInfo Tab files to ArcGIS Shape files)
    2011-10-03 15:35:32下载
    积分:1
  • Force-Feedback-with-DirectInput
    This is a code stub from a game I am working on. You will need to have DirectX 7.0 installed or higher. I will give you two sample effects when using a force-feedback joystick. The first one is an Explosion force feedback effect, the other one is a Gunfire effect. You will have to enum your own Joystick object.
    2014-07-13 14:06:31下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载