搜索资源列表
Socket Model
- 基于SOCKET实现的,采用线程,利用队列,建立的通用的SOCKET异步通信模式-based on Socket achieved using threads, using cohort, the establishment of common asynchronous communication model SOCKET
sdk_winbase_io_asyncio
- The AsyncIO sample (also called the \"PDC\" sample) is a character-mode program for searching the files in a directory tree for a match against a pattern. It uses multiple threads, with each thread processing one file at a time, accumulating its matc
c123
- LINUX环境下的线程同步和进程控制问题的源代码,希望大家-LINUX environment threads synchronization and process control of source code, we hope to s
vccc
- 在主线程上进行写端口,另外再创建一个线程读端口。-on the main threads write ports, another to create a reading threaded port.
stopthread
- 假定你需要你的程序能够停止线程,你需要一个告诉线程何时停止的方法,这个可以实现。-assume you need you can stop the process threads, you need a thread when told to stop, this can be achieved.
serilport
- EVC版将串口操作封装为一个类,类中使用线程来持续接收。这样,直接用回调函数就可以在主程序中进行实时接收显示。开发其他的程序可以直接复制使用这个类。 PC版可以在VC6.0下编译,大体和EVC版相同。 VB.NET版来自微软的例程,做了修改,使用多线程进行的处理。在VS2003下编译调试通过。 C#版依据VB.NET做成,使用接收线程持续接收!-EVC serial version will operate Packaging for a class, class use thr
会话程序
- 线程的概念、属性;线性创建的2种方式及其联系、区别和使用场合;线程的生命周期和5种状态;线程状态控制的一般方法;线程同步的概念、原理;线程同步的场合、线程同步的条件、同步对象的选取;线程间通讯的概念,与线程同步的区别;notify和wait的使用方法。两类socket通信的概念、特点、应用场合;两类socket通信的客户和服务端的基本步骤;组播通信的概念、组播客户端服务端的基本结构。-threads concept attribute; The creation of two linear mo
vcchuankou.rar
- vc上位机串口程序,编写接受线程与发送线程,及线程之间同步。通信协议,奇偶校验,vc PC serial procedures, prepared to accept the thread and sending threads, and synchronization between threads. Communication protocol, parity
singnal
- 利用信号量进行多线程通讯 首先在主程序中建立两个线程,然后设置信号量,每个线程循环等待符合要求的信号量,只要满足条件,则线程执行。该例为多线程通讯的简单实例,只是展示了原理-Signal was carried out using multi-threaded communication first in the main program to create two threads, and then set the semaphore for each thread to wait for
Lock
- 有关互斥锁的介绍,在多线程中,在不同线程中计算同一个数据时,需要用互斥锁-Introduction of the mutex lock, in the multi-threaded, in different threads to calculate the same data, the need to lock mutex
EliteSpy
- 获取任意程序的窗体句柄并操作程序,想进行线程和任务控制的朋友可以参考。-Access to any program handles the form and procedures, I would like to carry out the control of threads and tasks can refer a friend.
RS232toEthernet
- 为调试设备编写的RS232转以太网通信软件。 均使用异步通信方式,RS232使用API编写,以太网使用Sockte类。程序中使用了两个独立线程,线程间以消息方式传递数据,本程序中包括:RS232异步通信、Sockte异步通信、用户界面线程、线程间通信。-Equipment prepared for debugging RS232 to Ethernet communications software. Only use asynchronous communication mode, RS2
echo_1
- 客户端创建10个线程,每个线程向echo服务器发送10条信息,每条信息间隔1秒。-The client created 10 threads, each sending 10 to the echo server information, each interval of 1 second.
duankousaomiaoqi
- 根据ip地址或是主机名,通过设置端口范围线程数 开始扫描,并可以保存扫描结果-According to ip address or host name, the number of threads by setting the port range to start scanning, and scan results can be saved
multlpThreadShareMem
- 多线程共享内存技术,为线程之间的通讯立下了汗马功劳-Shared memory multi-threading technology, communication between threads has achieved a lot
MyClassThread04
- 线程的创建以及线程间的通讯。这些都是我初学的适合写的源码。值得初学者学习和收藏。-The creation of thread and communication between threads. These are all I write for beginners source code. Beginners are worth and the collection.
pthreads
- pthreads for communication using threads.
communication-between-threads-
- 线程之间的通信 包括全局变量 事件 线程可以实现通信-communication between threads
SPCOMM
- Comm32.pas is a simple Communications VC for Borland Delphi 2.0 which demonstrates the Win32 Communications functions and the new Delphi TThread class. It is implemented using two threads: one for reading from, and one for writing to a Comm P
PeekMessage
- 线程之间的消息传递,很有用的额,希望可以帮助到大家。-Messages between threads to relax, the amount of useful, hope can help everyone.
