搜索资源列表
vbfrance_SOCKET-CLASS-SOCKET-AVEC-EVENEMENTS-MULT
- vb visual connexion multi thread
800yuyinxitongdeshejiyushixian
- 语音系统主要分为语音外围控制和语音流程控制。语音外围控制通过启动不同的线程监听客户来电, 通过Socket 通信完成服务器端和客户端的数据交互 语音流程控制则是通过用户自定义的流程模型完成来电的接 听、转接、判断以及内线外播等操作。通过实际运行,系统的设计令人相当满意。-Speech system mainly divided into speech peripheral control and the voice process control. Speech peripheral c
Lesson16
- Lesson16线程同步与异步套接字编程,通过ppt的讲解有个大致的了解-Thread synchronization with asynchronous socket programming
2
- 在Linux环境下采用socket套接口编程,服务器程序以创建线程池的方式为每一个客户服务。-In the Linux environment using socket socket programming, server program to create a thread pool for each customer service.
CHAT
- VC++6.0实现QQ聊天功能,本程序采用了异步选择机制在同一个线程中实现了接收端和发送端的功能,避免了采用阻塞套接字由于接收阻塞而导致线程暂停运行的问题。-VC++6.0 achieve QQ chat features, the program uses an asynchronous thread selection mechanism is implemented in the same receiver and transmitter function, avoiding the us