-
-
-
-
-
DbThread.zip
Delphi Sample
Advantage local Database
local Access and Remote with Thread
-
-
-
Objective-C-cheat-sheet.rar
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
-
JavaSocket.rar
Using Java socket to implement a multi-thread server side
-
semafor.rar
... used for the synchronization process. "Traffic lights" can also be used with thread (there are special traffic lights for the thread), but the thread most commonly used mechanisms using so-called mutual exclusion. mutexa and conditional variables.
-
PROSUM.rar
编程实现生产者-消费者问题。提示:生产者-消费者问题是一个实现线程同步的问题,生产者线程总是先运行,消费者线程在其后,两者交替运行,在程序中生产者线程和消费者线程可以共享数据,生产者线程为数据赋值,消费者线程将数据返回。可以利用创建Thread类的子类来实现。
-