搜索资源列表
GetWeb
- 异步的网页请求类可以执行get和post方法-asynchronous web request class can get and post implementation methods
threadCode
- 关于线程同步与异步套接字编程的了,应该是很不错得了-threads on the synchronous and asynchronous socket programming, it should be quite good had
Aug99WickedCode
- 老外写的一个例子,在com中实现多线程异步通讯。初学者,值得一览。-foreigner was an example of the com achieve multi-threaded asynchronous communication. Beginners, it is worth viewing.
2006021801
- 共四个演示。分别如下: 1:Sample 一个简单的使用了共享内存映射的例子,运行两个实例看看就知道,没有什么特别。 2:SendText 不用窗口子类化,而达到和发送自定义消息同样的效果。 3:SendFile 由于演示2中还是通过发消息来传递字符串,不可能传递大块文本,本例综合演示1和演示2达到传递大块文本的功能。 4:Chat 演示2和演示3使用的都是SendMessage来发放通知消息,所以不能异步通讯,SetWindowText不能跨进程使用,
ThreadsTest
- C#多线程的互斥操作,用Monitor类实现对共享资源的异步操作-the mutex multithreaded operation, with Monitor realization of shared resources asynchronous operation
socketIO
- 异步IO、APC、IO完成端口、线程池与高性能服务器之一 异步IO.制作高性能服务器必须知道的东西
Modemasync
- vc++下利用多线程机制实现串口的异步读和写。-vc using multithreading mechanisms serial asynchronous read and write.
Code
- 事件内核对象、关键代码段(临界区)的讲解,以及在多线程同步中的应用。在Windows下编写基于消息的网络应用程序,掌握阻塞与非阻塞网络程序的编写,理解在Windows平台下,采用异步选择机制可以提高网络应用程序的性能。-incident kernel object, the key code of (critical) explanations, and the multi-thread synchronization application. In the preparation of Win
SampleMulti
- 多线程编程,异步操作实例,如Mutex等
SampleMulti2
- 多线程编程,异步操作实例,如Mutex等
winform
- winform c# 多线程异步调用例子,使用环境 vs.2005
file
- 一个异步多线程SCOKET小程序 新手可以看看
H1
- 一个异步线程的例子!使用C++编写。 多线程编写初步例子!
MyThreadPool.rar
- 使用 STL 做的windows 下的线程池,半同步/半异步模型,当线程没有使用时被suspend。,STL use under windows to do the thread pool, semi-synchronous/semi-asynchronous model, when the thread was not using suspend.
TuxedoProxy
- 多线程同时连接多个Tuxedo服务端,实现同步/异步通讯方式下的交易请求。 CTuxedoTransController //Tuxedo通讯控制器 CTuxedoTransAdapter //Tuxedo通讯适配器 CTuxedoSyncTransmitter //Tuxedo同步处理器 CTuxedoAsynSender //Tuxedo异步发送器 CTuxedoAsynReceiver //Tuxedo异步接收器-At the same time multi-threa
Tree
- 多线程画树,在多线程的同步与异步中,线程互相不干扰出错,画出的树-Multi-threaded draw trees, many at the synchronous and asynchronous threads, the threads do not interfere with each other is wrong and draw the tree
AsynUpload
- 异步上传文件,有进度条,服务器端使用webservice接收.-Asynchronous upload files, there is progress bar, the server-side using the webservice to receive.
win32MulThreads
- win32多线程序 设计,很多时候大家都在为线程的同步和异步而头疼,希望这本书能让大家受益-win32 multi-line program programming, often for all synchronous and asynchronous threads and a headache, hope this book allows you to benefit
Chat
- 利用事件对象进行线程同步与异步套接字编程-Use the event object for thread synchronization with asynchronous socket programming