搜索资源列表
Objective-C-cheat-sheet
- Objective C cheat Sheet --> Very HANDY! Contents: sending messages class definition method declaration method implementation protocols exception handling thread synchronization properties from objective C 2.0
vbfrance_SOCKET-CLASS-SOCKET-AVEC-EVENEMENTS-MULT
- vb visual connexion multi thread
CircleByteBuffer
- 设计了一个环形字节缓冲区类,可用于通信数据收发的缓冲处理。类的读写及查看接口已经加上了多线程同步访问锁。-Designed a ring-byte buffer class, can be used to send and receive communication data buffering. Class to read and write and see the interface has been coupled with a multi-thread synchronization t
arrayBuffer
- 设计了一个环形字节缓冲区类,可用于通信数据收发的缓冲处理。类的读写及查看接口已经加上了多线程同步访问锁。-Designed a ring-byte buffer class, can be used to send and receive communication data buffering. Class to read and write and see the interface has been coupled with a multi-thread synchronization t
CSharpmult_threaded-pass-parameters
- 在多线程或单线程任务中,让线程带传入参数一直是个麻烦的问题,通常有种方法就是以类,对像的变量来传参数,这种方法理解上很简单不过在某些场合使用很麻烦,我们主要介绍一种.NET2.0中新增加的带参数运行线程的方法-With incoming parameters in multi-threaded or single-threaded task, let the thread has been a troubling issue, usually a kind of method is the cl
Qt-Threading.tar
- Qt线程类翻译文档(QAtomicInt,QAtomicPointer,QFuture Synchronizer,QFutureWatcher,QMutex,QMutexLocker)-The Qt thread class translate documents
CSharp-Multi-Thread
- 多线程程序开发教程,详细描述了自定义多线程、Monitor类、锁、生产者消费者、Mutex等使用方法-MultiThread Programming Skills including topics as customize thread, Monitor Class, Lock, Productor-Consumer and Mutex and so on.
so2
- 如何用非静态的类成员函数作为线程函数,简单易懂。-How to use the non static class member function as a thread function