-
读写优先
事件对象解决读写者问题实现P、V操作用Win32提供的同步对象实现P、V操作,并使用它们解决读者-写者问题
利用事件机制模拟多值信号量。(Event object solves the problem of reader writer)
- 2020-10-26 14:29:59下载
- 积分:1
-
jdk14b
对政协会议的召开传统媒体有报道410篇,网络互动社区对两会的议论非(CPPCC session was held on the traditional media have reported that 410, the network' s interactive community discussion on the two non-)
- 2011-06-10 12:27:48下载
- 积分:1
-
ifs1
生成Sierpinski垫片的IFS方法 java代码(IFS method for generating Sierpinski gasket)
- 2014-01-20 12:11:08下载
- 积分:1
-
Visual C++.NET专业项目实例开发 Visual C++.NET专业项目实例开发
Visual C++.NET专业项目实例开发 Visual C++.NET专业项目实例开发-Visual C++. NET development of professional project examples of Visual C++. NET development of professional project examples
- 2022-07-07 02:05:55下载
- 积分:1
-
julia_src
Fractal Julia
juliaDebugjulia.exe
..........julia.ilk
..........julia.pdb
.....juliaDebugBuildLog.htm
...............julia.exe.intermediate.manifest
...............julia.obj
...............mt.dep
...............vc90.idb
...............vc90.pdb
..........julia.bmp
..........julia.cpp
..........julia.vcproj
..........julia.vcproj.DUC.DUc.user
.....julia.ncb
.....julia.sln
.....julia.suo
..........Debug
.....Debug
- 2011-06-27 03:22:35下载
- 积分:1
-
改版反弹,增加关所有防火墙
改版反弹,增加关所有防火墙-Revision rebound increase in clearance of all the firewall
- 2022-10-01 02:40:03下载
- 积分:1
-
Multithreading
JAVA多线程C/S结构的演示,多线程客户端.(JAVA multi-threaded C/S structure of the presentation, multi-threaded client.)
- 2009-04-28 18:19:44下载
- 积分:1
-
ItkSoftwareGuide
ITK的软件安装以及使用说明书,叫你入门以及提高(ITK software installation and use instructions, ask your entry and to improve)
- 2010-05-12 10:15:30下载
- 积分:1
-
Wordoperate
说明: 这个程序使用COM技术实现WORD文档的自动化,实现文档的自动打印。(This program uses COM technology WORD document automation, the realization of the document will automatically print.)
- 2008-11-04 18:52:34下载
- 积分: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