CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 Linux/Unix编程

文件名称:thread

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2012-11-16
  • 文件大小:
    38.27kb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

概述一下原理和每个类的作用

(1): CTask 一个任务基类,作为线程的参数用

(2): CWorkThread:工作线程类,轮询检测参数是否可用,如果可用的话,

就去调用参数CTask的执 行函数Execute,如果参数不可用就等待

(3): CWorkQueue:是一个任务队列,里面装载CTask子类的对象,是一个对象的容器

(4): CWorkThreadPool:工作线程池,其中包含了工作线程组,调度线程,调度线程不停的检测

任务队列中是否有可用任务对象,如过取到一个有效的任务对象,就从工作线程组中查找出来

一个空闲的工作线程,把这个任务交给这个空闲的线程去执行,如果没有空闲线程则创建新

的工作线程并添加到工作线程组中。

(1),(2),(3),(4)组成了库的核心,可以稍加修改进行应用

其他附属类:

(5):CSimpleUDP 一个简易的封装的UDP通讯类

(6):CLogHelper 一个线程安全的日志类,将日志存储到指定文件并能打印到标准输出

特点:支持windows和Linux平台

-Outline the principles and the role of each class

(1): CTask a task base class, as arguments to thread

(2): CWorkThread: Class of worker threads, polling detection parameters are available, if available,

   Go to the implementation of the function call parameters CTask Execute, if the parameter is not available to wait

(3): CWorkQueue: a task queue, which loaded CTask subclass object is a container object

(4): CWorkThreadPool: worker thread pool, which contains the group of worker threads, scheduling threads, thread scheduling non-stop testing

   Task queue is available in the task object, such as over the task of taking to a valid object, the thread from the Working Group to find out

   An idle worker thread, this task to the idle thread to execute, if no idle thread is to create a new

   The work of the thread and added to the thread group.

(1), (2), (3), (4) form the core of the library, can be modified for application

 Other sub categories:

(5): CSim
相关搜索: libhead.h

(系统自动生成,下载前可以参看下载内容)

下载文件列表

线程库/examples/Makefile
线程库/examples/UDPClient.cpp
线程库/examples/UDPClient.h
线程库/examples/UDPServer.cpp
线程库/examples/UDPServer.h
线程库/include/CommHead.h
线程库/include/LibHead.h
线程库/include/LogHelper.h
线程库/include/SimpleUDP.h
线程库/include/Task.h
线程库/include/TaskQueue.h
线程库/include/WorkThread.h
线程库/include/WorkThreadPool.h
线程库/src/LogHelper.cpp
线程库/src/Makefile
线程库/src/SimpleUDP.cpp
线程库/src/Task.cpp
线程库/src/TaskQueue.cpp
线程库/src/ThreadMain.cpp
线程库/src/ThreadMain.dsp
线程库/src/ThreadMain.dsw
线程库/src/ThreadMain.ncb
线程库/src/ThreadMain.opt
线程库/src/ThreadMain.positions
线程库/src/WorkThread.cpp
线程库/src/WorkThreadPool.cpp
线程库/说明.docx
线程库/src/Debug
线程库/examples
线程库/include
线程库/src
线程库

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com