-
testZeroMQ
内含简单项目代码及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.)
- 2014-02-19 08:43:26下载
- 积分:1
-
namcthq
As the name implies, the form is transparent(As the name the implies that the form is transparent)
- 2017-03-30 23:46:17下载
- 积分:1
-
ac
说明: 在動態的圖片中畫框,內建範例圖片,應用於使用者區塊選取(In a dynamic picture frame, built-sample images, applies to the user to select block)
- 2008-03-18 01:05:58下载
- 积分:1
-
Screen
VC根据DirectX的截图示例源码下载,你看懂了话都能截图了。要编译此程序需DirectX SDK5.0示例中的ddutil.h与ddutil.cpp文件,请自行参加工程,VC++编程学习源码,很好的参考资料。(VC according to the DirectX screenshot example source code download, you read the words can screenshot. To compile this program requires DirectX SDK5.0 example of ddutil.h and ddutil.cpp files, please participate in the project, learning VC++ programming source code, a good reference.)
- 2013-12-29 14:12:04下载
- 积分:1
-
shellicon_demo
从windows程序种查找图标资源,提取图标。(Find the icon resource the windows program, extract the icon.)
- 2017-03-14 01:36:13下载
- 积分:1
-
operator_Complex
c++ 操作符重载示例,实现复数的相加运算和赋值(c operator overloading example, the realization of complex arithmetic calculations and the sum of assignment)
- 2006-12-26 22:07:46下载
- 积分:1
-
WSF-based
多径条件下基于WSF的均匀圆阵幅相误差自校正(WSF-based multipath conditions of uniform circular array amplitude and phase error self-correction)
- 2013-12-12 13:41:46下载
- 积分:1
-
JHGJGHJGFJG
题目:取一个整数a从右端开始的4~7位。
程序分析:可以这样考虑:
(1)先使a右移4位。
(2)设置一个低4位全为1,其余全为0的数。可用~(~0<<4)
(3)将上面二者进行&运算。
2.程序源代码:(Topic: take an integer a from the right end of the four to seven began.
Program analysis: it can be to consider:
(1) to make a move to the right four.
(2) sets a low four total for the 1, all the rest for 0 of the number. Can be used to (~ 0 < < 4)
(3) will above the difference and operations.
2. The source code:)
- 2012-05-26 20:20:03下载
- 积分:1
-
DiskKey
得到文件系统的相关注册表键值,并且显示出来(get the register key value of file system and show it. )
- 2005-07-11 16:24:46下载
- 积分:1
-
printfont
自定义字体,此字体不同于常规字体,其形过于变长,自定义字体,此字体不同于常规字体,其形过于变长(Custom font, this font is different from the regular font, change its shape too long, custom font, this font is different from the regular font, and its shape is too variable length)
- 2011-10-09 13:22:32下载
- 积分:1