-
CPP-Primer
c++primer,全面、详细的c++学习资料,更是学习人员必备工具(c++primer, comprehensive, detailed c++ learning materials, it is an indispensable tool for learning)
- 2013-12-17 23:39:40下载
- 积分:1
-
4701V1.3
4730发FM/AM收音完整程序,本人实侧测OK程序(4730 rounds FM/AM radio test OK program)
- 2013-04-03 20:38:48下载
- 积分:1
-
XPToolBar
XP风格工具栏,漂亮的界面设计,可以编译运行(XP STYLE TOOL BAR)
- 2009-12-21 10:39:49下载
- 积分:1
-
PsSuspendThread
内核中暂停任意线程代码,qq Protect相关(Kernel suspend any thread)
- 2013-07-29 14:46:02下载
- 积分:1
-
max232
ds 1202 pdf ds 1202 pdf
- 2009-07-03 19:44:28下载
- 积分:1
-
GetModuleBaseAddress
How to get Module s base address of windows by vc.(How to get Module's base address of windows b y vc.)
- 2006-09-27 19:45:16下载
- 积分:1
-
boiling
Fluent模拟沸腾的一个很好的两相流UDF例子,对于各种宏的调用有很好的帮组(Fluent simulation of a two-phase boiling UDF example, call for a variety of macro good help group)
- 2013-04-10 19:52:23下载
- 积分:1
-
ClassifiedAsBackgroundPixelReconstructiOnAlgorithm
基于像素归类的背景重构算法的VC++源码,还有其他图像算法程序代码,已经调试过。(Pixel-based background reconstruction algorithm classified the VC++ source code, there are other image algorithm program code has been debugged.)
- 2009-09-09 11:44:06下载
- 积分:1
-
VCMatlab
VC++和 Matlab 的 混 合 编 程 具 有 很 大 的 实际意义。
文 讨 论 了如何 使 用 Matlab 的 Complier 将 *.m 函 数 编 译 为 动 态 链 接 库 DLL, 提 供 给 VC++调 用 的 方 法,提 供 了 一 种 VC++与 Matlab 混合编程的 快 速 实 现 。(The mixed programming of VC++ and Matlab has great practical significance.
This paper discusses how to use COMplier of MATLAB to compile *. m function into DLL of dynamic link library and provide a method for calling VC++. It also provides a fast realization of mixed programming between VC++ and MATLAB.)
- 2018-12-01 15:31:19下载
- 积分:1
-
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