搜索资源列表
CoreJava
- 一、Java概况介绍 二、基本数据类型,控制语句 三、Java中的类,方法,属性 四、封装,继承,多态 五、修饰符,一些简单的设计模式 六、接口,抽象类,类的类型,异常 七、集合 八、java中的图形界面 九、多线程及线程间通信 十、I/o流,网路知识,及socket编程。 -One, Java sheets Second, the basic data types, control statements III, Java classes, methods,
multithreadingjava
- 鈥?What Is a thread? o The thread class o Simple thread Examples 鈥?Problems with Multithreading o What Goes Wrong? o thread Names and Current threads o Java s synchronized 鈥?Synchronizing threads o Multiple Locks 鈥?The Dinin
tools
- 一些简单的线程类、线程同步类、socket类等等常用小工具类-Some simple thread class, thread synchronization classes, socket classes commonly used small tools, etc.
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
thread
- 我们的课设报告,用多线程解决经典的生产者与消费者问题,用锁操作原语实现互斥。-Our class set up the report, using multiple threads to solve the classic problem of producers and consumers, with the locking primitives, to achieve mutually exclusive.
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
day06
- 类的继承与重载 线程 流-class inheritance and overloading thread flow
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.
Csharp-timer
- C#中各种计时器:使用 Stopwatch 类;基于 Windows 的标准计时器;基于服务器的计时器;线程计时器;System.Environment.TickCount;使用TimeSpan类。-C# various timers: Using Stopwatch class a standard Windows-based timer timer-based servers thread timer System.Environment.TickCount use TimeSpa
so2
- 如何用非静态的类成员函数作为线程函数,简单易懂。-How to use the non static class member function as a thread function