搜索资源列表
lwp-2.2.tar
- 一个基于协同开发的轻量级进程间通讯处理包,在抢先和非抢先的线程模式下模仿了所有的LWP,可以作为非抢先模式下的替代。-one based on collaborative development of the lightweight process communication processing package, In pre-empt and pre-empted the non-threaded model to imitate all of the LWP, as a non-pre-e
YCode
- 做了很多通讯服务器软件,先公布最基础的线程类源码,以后再公布“异步”TCP/IP通讯线程类源码。 本线程类,主要为了解决线程间同步互斥的问题,以及解决和主窗体数据交流同步的问题。已经很稳定长时间的运行于本人开发的服务器程序上。
GprsGate
- GPRS网关,通过MQ消息队列实现内部通讯,通过完成端口接收外部连接,程序内部自定义消息格式,自定义内部线程间消息队列-GPRS gateway, through the MQ Message Queuing internal communications, by completing the port receives external connection, the program inside a custom message formats, custom internal messag
Visual-CPPzidingyixiaoxichuansong--
- 在Visual C++中利用自定义消息实现线程间通讯-In Visual C++ to achieve a custom message in the use of inter-thread communication
android 下载文件 源代码
- android 下载文件 源代码 //下载文件,参数:第一个URL,第二个存放路径 //定义一个Handler,用于处理下载线程与UI间通讯