E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
Zthread
zthread
学习 实例七 线程本地存储
#include"stdafx.h"#include#include#include"
zthread
/ThreadLocal.h"#include"
zthread
/Guard.h
bibingyan
·
2011-05-22 17:00
thread
exception
OS
存储
Class
accessor
zthread
学习 实例六 访问控制
#include"stdafx.h"#include#include#include"
zthread
/Guard.h"#include"
zthread
/Mutex.h"#include"
zthread
/
bibingyan
·
2011-05-22 16:00
zthread
学习 实例五 非任务对象的生存期
ZThread
库有一个引用计数的模板CountedPtr来管理那些对象,以防由对角生存期争端而产生的问题。#inc
bibingyan
·
2011-05-22 11:00
zthread
学习 实例四 让步、休眠、优先级
1、让步Thread::yield()可以介入CPU的调度,使CPU强制放弃执行当前线程。 2、休眠Thread:sleep()可以使线程停止执行一段时间。Thread:sleep()可发抛出一个Interrupted_Exception,该异常必须在run()函数中捕获,因为异常是不会跨线程传播的,只能在线程内部处理。 3、优先级Thread::setPriority()、Thread::get
bibingyan
·
2011-05-21 23:00
thread
exception
OS
Class
任务
zthread
学习 实例三 使用Executor器来执行线程
#include"stdafx.h"#include#include"
zthread
/PoolExecutor.h"#include"
zthread
/ThreadedExecutor.h"#include"
zthread
bibingyan
·
2011-05-21 22:00
exception
工作
include
任务
zthread
学习 实例二
#include"stdafx.h"#include#include#include"
zthread
/Thread.h"#include"
zthread
/Runnable.h"#include"
zthread
bibingyan
·
2011-05-21 21:00
thread
exception
String
delete
include
任务
[置顶]
zthread
学习 实例一
#include"stdafx.h"#include#include"
zthread
/Runnable.h"#include"
zthread
/PoolExecutor.h"usingnamespaceZThread
bibingyan
·
2011-05-21 09:00
thread
exception
活动
delete
include
任务
IBM的
ZThread
库
下载地址 去除调试信息:在Debug.h中的最前端增加#defineZTDEBUG(x),忽略警告,DONE 这个库用起来应该比Linux系统下提供的并发的借口要来的舒坦,不知道有没有TBB快速,但是可以肯定的是为程序员省掉了很多代码的编辑工作。 Mark一下,认真学习之。 当需要使用多线程库的时候,需要从Runnable共有继承产生一个类,然后重新定义run()函数代码如下: #include
hitrose27
·
2011-03-15 17:00
thread
exception
IBM
Class
任务
permissions
[置顶] 经典C++库
比如在线程库方面,还有
ZThread
、boost::thread,如果放大到C/C++领域,还有APR,还有CII。
wzhwho
·
2011-02-15 14:00
C++
windows
正则表达式
qt
fortran
跨平台
开源库
比如在线程库方面,还有
ZThread
、boost::thread,如果放大到C/C++领域,还有APR,还有CII。
linlianghui2004
·
2010-12-15 15:00
编程
正则表达式
网络
配置管理
regex
qt
C++ 开源程序库
比如在线程库方面,还有
ZThread
、boost::thread,如果放大到C/C++领域,还有APR,还有CII。
·
2010-11-25 10:00
C++
经典C++库
比如在线程库方面,还有
ZThread
、boost::thread,如果放大到C/C++领域,还有APR,还有CII。
xph23
·
2010-10-16 16:00
跨平台线程库
ZThread
入门
无意中看见
Zthread
,这个小巧玲珑, sourceforge就有源码下载。第一次运行就成功了,好神奇啊!
westice
·
2010-08-01 16:00
多线程
thread
windows
zthread
的dev c++编译
前一段时间使用vc编译了
zthread
,今晚使用了dev ++编译了
zthread
大致如下:看了http://blog.csdn.net/matrixdwy/archive/2008/08/09/2789412
ccsdu2004
·
2009-02-26 22:00
C++
c
File
patch
zthread
线称队列
#ifndefTQUEUE_HPP#defineTQUEUE_HPP#include#include"
zthread
/Thread.h"#include"
zthread
/Condition.h"#include"
zthread
ccsdu2004
·
2009-01-20 21:00
thread
exception
Class
zthread
线程的协作
ztrehead中线程协作的基类是condition —_—在处理的时候可以通过wait挂起任务通过signal唤醒任务或者是broadcast #pragmacomment(lib,"
ZThread
_Z.lib
ccsdu2004
·
2009-01-20 20:00
thread
c
exception
Class
任务
Signal
zthread
中断和阻塞
1.中断代码如下:#include#include"
zthread
/Thread.h"usingnamespaceZThread;usingnamespacestd;classBlocked:publicRunnable
ccsdu2004
·
2009-01-19 21:00
thread
exception
Class
n2
delay
zthread
的使用9:生产者和消费者
#include#include#pragmacomment(lib,"
ZThread
_Z.lib")#include#include#include#include"
zthread
/Thread.h"
ccsdu2004
·
2009-01-18 11:00
thread
exception
Random
Class
include
generator
如何在DEV C++中编译
ZThread
。
在ThinkinginC++第二卷中有一章节专门讲述并发,其中的例子需要
ZThread
,本文就介绍如何在DEVC++中编译
ZThread
库准备工作1.首先,你需要下载
ZThread
-2.3.2。
matrixdwy
·
2008-08-09 08:00
C++
windows
File
Path
library
patch
经典C++库
比如在线程库方面,还有
ZThread
、boost::thread,如果放大到C/C++领域,还有APR,还有CII。
hereson
·
2008-06-06 10:00
编程
C++
c
C#
qt
在DEV-C++和VC 7.1中使用
zthread
线程库
在Dev-C++,VC7.1中使用
ZThread
ZThread
是IBM公司 Eric Crahen使用C++所编写的跨平台线程库([url]http://
zthread
.sourceforge.net
hereson
·
2008-06-06 10:00
多线程
C++
c
C#
vc++
开源库
比如在线程库方面,还有
ZThread
、boost::thread,如果放大到C/C++领域,还有APR,还有CII。
hnhbdss
·
2008-05-24 08:00
编程
正则表达式
网络
配置管理
regex
qt
C++ 开源程序库
比如在线程库方面,还有
ZThread
、boost::thread,如果放大到C/C++领域,还有APR,还有CII。
win32asn
·
2008-04-05 10:00
编程
C++
正则表达式
配置管理
regex
qt
linux下第三方库(
ZThread
)的安装,eclipse配置
如需要用到
ZThread
的库,就要从http://
zthread
.sourceforge.net把源码下过来,解开tar.gz包,在目录下按顺序执行以下命令: ./config
darkjune
·
2007-09-11 09:00
eclipse
C++
c
linux
windows
linux下第三方库(
ZThread
)的安装,eclipse配置
如需要用到
ZThread
的库,就要从http://
zthread
.sourceforge.net把源码下过来,解开tar.gz包,在目录下按顺序执行以下命令: ./config
darkjune
·
2007-09-11 09:00
eclipse
C++
c
windows
linux
上一页
1
2
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他