搜索资源列表
BCB_MCTest
- 组播数据接收程序V1.0,采用C++ Builder 6.0编写。基于多线程模式,封装了组播接收类。接收组播数据并以滚动曲线图方式显示每秒收到的数据包个数。-multicast data reception procedures V1.0, the C Builder 6.0. Based on multi-threaded model, Packaging, a multicast receiving category. Multicast data and receive a rolling
serial_com_multithread
- Windows环境下,串口操作类,使用多线程,具有极好的可重用性。-Windows environment, the serial port operations, the use of multithreading, with excellent reusability.
MemPoolTest
- 一个好用的内存沲类,线程安全,也是一个学习如何设计线程安全的类的好例子。-a handy memory gasoline category, security thread, as well as learning how to design a security thread like good example.
easelib
- 这是本人在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,
oracle_OCI_UNIX
- 将OCI封装,方便C++编程,本类不支持多线程,使用时要注意,-OCI will facilitate the C programming, this collection does not support multithreading, when used to the attention,
WRITELogFILE
- 这是一个写日志类,可用于实际项目开发应用。实现原理是创建一个队列,然后将日子字符串不断加入队列,启动一个线程将队列中的字符串写入日志文件,可以设置报错级别。-This is a written log type, can be used in practical application of project development. The principle is to create a queue, then the string will continue to join the day
a048008
- 本次实验的目的在于将nachos中的锁机制和条件变量的实现补充完整,并利用这些同步机制实现几个基础工具类。实验内容分三部分:实现锁机制和条件变量,并利用这些同步机制将实验一中所实现双向有序链表类修改成线程安全的;实现一个线程安全的表结构;实现一个大小受限的缓冲区(详细内容请看nachos-labs.pdf)。-the purpose of the experiment is to the nachos lock mechanism and conditions for the realizati
Ryo
- 多线程类,我开发的已经编译的DLL基类,很容易使用
thread.LINUX下很好的C++线程池源码类
- LINUX下很好的C++线程池源码类,可以拿来直接开发,Under LINUX good C++ Thread pool source categories, can be used to direct the development of
MyLinuxThread5-25[1].tar
- LINUX 线程池源代码:Lock.cpp : 锁的操作 , 读锁可以并发 , 写锁独占. Queue.h : 队列的封装 , 队列的读和写都加了锁的保护. Socket.cpp : 套接口的简单封装. Thread.cpp : 线程的封装实现了些简单的线程停止,运行等功能 , 启动别的线程的时候需要继承次类. Worker.cpp : 用户接口类 , 用户需继承此类。 ListenThread.cpp(继承Thread.cpp) : 服务器监听线程.如果有客户端连接通知Th
C10K
- Lock.cpp : 锁的操作 , 读锁可以并发 , 写锁独占. Queue.h : 队列的封装 , 队列的读和写都加了锁的保护. Socket.cpp : 套接口的简单封装. Thread.cpp : 线程的封装实现了些简单的线程停止,运行等功能 , 启动别的线程的时候需要继承次类. Worker.cpp : 用户接口类 , 用户需继承此类。 ListenThread.cpp(继承Thread.cpp) : 服务器监听线程.如果有客户端连接通知ThreadPool类,由Th
thread
- 概述一下原理和每个类的作用 (1): CTask 一个任务基类,作为线程的参数用 (2): CWorkThread:工作线程类,轮询检测参数是否可用,如果可用的话, 就去调用参数CTask的执 行函数Execute,如果参数不可用就等待 (3): CWorkQueue:是一个任务队列,里面装载CTask子类的对象,是一个对象的容器 (4): CWorkThreadPool:工作线程池,其中包含了工作线程组,调度线程,调度线程不停的检测 任务队列中是否有可用
SIMD-multiTask
- MFC多线程类,可以设置一个多任务(线程)对象,然后启动对象,同步对象,之后完成了多任务操作。-Multi Task Class. You can set a muti-task(thread)Object, followed by start and synch. The muti-task executed.
CommonService
- 自己的项目里用的公共组件有加密解密算法,文件版本信息读取类,容器池以及线程类-CommonService Dll FileVersion class Thread class encrypt class
Thread
- 一个跨平台的线程类,windows,linux-A cross-platform thread class encapsulates
Observer-Thread-sample
- 考虑到这些应用, 比较合适的就是 Observer (观察者) 模式, 不仅可以动态的加入/移出观察者, 也能够让线程类 (Core) 和显示类 (UI) 之间脱耦. 可谓一举多得. 于是我就试着写了个线程搜索路径下所有文件的例子, 在其中应用了 Observer 模式.-Decoupling between the consideration of these applications is more appropriate Observer (Observer) mode, not only
linux 线程池源码
- linux下很好的C++线程池源码类,可以拿来直接用,Under linux good C++ Thread pool source categories, can be used to direct the development of
Qtthread
- QT通过三种形式提供了对线程的支持。它们分别是,一、平台无关的线程类,二、线程安全的事件投递,三、跨线程的信号-槽连接。这使得开发轻巧的多线程Qt程序更为容易,并能充分利用多处理器机器的优势。多线程编程也是一个有用的模式,它用于解决执行较长时间的操作而不至于用户界面失去响应-QT through three forms provides support for threads. They are respectively, a thread class, platform independent
startThread
- 多线程编程的QT实现,提供了平台无关的线程类,实现跨线程的信号-槽连接-Multi-threaded programming QT implementation, provides a platform-independent thread class, to achieve cross-threaded signal- slot connection
cpp11_thread-master
- 使用C++11 thread类编写Linux多线程程序(Using C++11 to write Linux multithreading)