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

搜索资源列表

  1. easelib

    0下载:
  2. 这是本人在Linux下开发经常使用的一组C++工具类,包括了Socket类、TCP服务类、UDP服务类、Mysql数据库操作类、日志类、配置文件解析类、日期时间操作类、MD5和Base64加解密类、线程和线程池类、XML文件解析类等-this is my development in Linux are frequently used by a group C Tools categories, including the Socket class. TCP services category,
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:68.06kb
    • 提供者:刘忠
  1. thread

    0下载:
  2. 概述一下原理和每个类的作用 (1): CTask 一个任务基类,作为线程的参数用 (2): CWorkThread:工作线程类,轮询检测参数是否可用,如果可用的话, 就去调用参数CTask的执 行函数Execute,如果参数不可用就等待 (3): CWorkQueue:是一个任务队列,里面装载CTask子类的对象,是一个对象的容器 (4): CWorkThreadPool:工作线程池,其中包含了工作线程组,调度线程,调度线程不停的检测 任务队列中是否有可用
  3. 所属分类:Linux/Unix编程

    • 发布日期:2013-03-18
    • 文件大小:38.27kb
    • 提供者:金建业
  1. homework2

    0下载:
  2. 编写基于管道的消息队列,该消息队列采用管道进行消息发送、存储、传递及接收。该消息队列应用于多线程环境时要保证线程是安全的;所采用的管道可以是由pipe创建的,也可以是命名管道;该消息队列能够接收CLMessage继承体系的消息;该消息队列能融入到本课程所提供的程序库中,能支持线程之间的通信(即需要提供发送消息的通信类,以及消息循环的管理类)。-The preparation of a pipeline-based message queue, the message queue using th
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-11
    • 文件大小:2.48mb
    • 提供者:熊涛
  1. homework3

    0下载:
  2. 自己设计并实现一个消息队列,该队列能够接收CLMessage继承体系的消息,并且保证多线程环境下线程是安全的。该消息队列可以融入到本课程所提供的程序库中,能够支持线程之间的通信(即需要提供发送消息的通信类,以及消息循环的管理类)。-Design and implement a message queue, the queue CLMessage inheritance system able to receive messages, and to ensure a multi-threaded
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:11.44kb
    • 提供者:熊涛
  1. BluetoothEventRedirector

    0下载:
  2. Bluetooth Event Redirector receives broadcasts and callbacks from the Bluetooth API and dispatches the event on the UI thread to the right class in the Settings.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:2.08kb
    • 提供者:hongnouvie
  1. expmt2

    0下载:
  2. 实现锁机制和条件变量,并利用这些同步机制将实验一中所实现双向有序链表类修改成线程安全的:-Realize the locking mechanism and condition variables, and use these synchronization mechanism experiment one implemented by the bidirectional orderly linked list class changes into a thread safe
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:263.38kb
    • 提供者:wangqiumei
  1. HandlerThread

    0下载:
  2. Handy class for starting a new thread that has a looper for Java.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1.05kb
    • 提供者:yingduedin
  1. IntSet

    0下载:
  2. MT-safety: an instance of this class is <I>not< I> safe for access from multiple concurrent threads [even if access is done by a single thread at a time].
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2.26kb
    • 提供者:hienonser
  1. NameValueList

    0下载:
  2. Implements a simple NameValue association with a quick lookup function (via a hash map) the default behavior for this class is not thread safe.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2.05kb
    • 提供者:ciumuiwue
  1. ObjectIntMap

    0下载:
  2. MT-safety: an instance of this class is <I>not< I> safe for access from multiple concurrent threads [even if access is done by a single thread at a time].
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:2.62kb
    • 提供者:cuetinsai
  1. SecurityUtils

    0下载:
  2. The class is used to perform an exchange of information between java.lang.Thread and java.security.AccessController.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:1.39kb
    • 提供者:cuetinsai
  1. ThreadSafe

    0下载:
  2. The class to which this annotation is applied is thread-safe.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1kb
    • 提供者:munpueva
  1. WorkerThread

    0下载:
  2. Simple utility class used only to mark methods that are not executed on the UI thread (or Event Dispatch Thread in Swing AWT.) This annotation s sole purpose is to help reading the source code. It has no additional effect.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1.72kb
    • 提供者:nuxaqing
  1. HandlerThread

    0下载:
  2. Handy class for starting a new thread that has a looper.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1.05kb
    • 提供者:vapunbo
  1. MmsSmsProvider

    0下载:
  2. This class provides the ability to query the MMS and SMS databases at the same time, mixing messages from both in a single thread (A.K.A. conversation).
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:9.08kb
    • 提供者:caogatue
  1. BluetoothEventRedirector

    0下载:
  2. BluetoothEventRedirector receives broadcasts and callbacks from the Bluetooth API and dispatches the event on the UI thread to the right class in the Settings.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2.08kb
    • 提供者:zaxueri
  1. SipSessionListenerProxy

    0下载:
  2. Class to help safely run a callback in a different thread Source Code for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1.01kb
    • 提供者:xangwuefong
  1. IntIntMap

    0下载:
  2. an instance of this class is <I>not< I> safe for access from multiple concurrent threads [even if access is done by a single thread at a time].
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:2.53kb
    • 提供者:jengfinmun
  1. Qtthread

    0下载:
  2. QT通过三种形式提供了对线程的支持。它们分别是,一、平台无关的线程类,二、线程安全的事件投递,三、跨线程的信号-槽连接。这使得开发轻巧的多线程Qt程序更为容易,并能充分利用多处理器机器的优势。多线程编程也是一个有用的模式,它用于解决执行较长时间的操作而不至于用户界面失去响应-QT through three forms provides support for threads. They are respectively, a thread class, platform independent
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-03
    • 文件大小:655.89kb
    • 提供者:jz
  1. CPthread

    0下载:
  2. Cross platform thread cla-Cross platform thread class
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:4.55kb
    • 提供者:astro
« 12 »
搜珍网 www.dssz.com