搜索资源列表
SOCKET服务器(队列算法)
- SOCKET服务器,支持多客户端,含协议判断处理. 每个客户端有独立的数据队列做BUFFER, 采用异步SOCKET方式接收数据. 传上来换点分!对初学都应该还算是比较全面的.含全部源代码.
csharp_thread_codes
- c#多线程编程技术,这是一个监视器实例,能对运行线城实现监视-multithreaded programming technology, which is an example of monitors, capable of running the city line to achieve surveillance
serilport
- EVC版将串口操作封装为一个类,类中使用线程来持续接收。这样,直接用回调函数就可以在主程序中进行实时接收显示。开发其他的程序可以直接复制使用这个类。 PC版可以在VC6.0下编译,大体和EVC版相同。 VB.NET版来自微软的例程,做了修改,使用多线程进行的处理。在VS2003下编译调试通过。 C#版依据VB.NET做成,使用接收线程持续接收!-EVC serial version will operate Packaging for a class, class use thr
C_TcpListener
- C# 写的通讯例子.以经典的聊天室程序为背景写的.主要用用到的知识点是Sockets通讯,多线程等.程序很简单.还是以练习为主.只要看明白了代码,对以后的学习会很有帮助.-C# examples written communications. To the classic chat room procedures for background writes. Mainly used to use the knowledge is So ckets communications, such as
Qtthreads
- Qt 作为一种基于 C++ 的跨平台 GUI 系统,能够提供给用户构造图形用户界面的强大功能。为了满足用户构造复杂图形界面系统的需求,Qt 提供了丰富的多线程编程支持。
Thread
- 详细的介绍了Visual C++下多线程的编程思想。 对于初学者非常实用。
RAS_app
- Visual C++ 6.0编写的使用RAS拨号软件源代码 ,使用了多线程编程和网络编程中的几个RAS API函数,对gprs数据通信编程有较好参考作用。
线程实现一服务器多client
- 有client.c 和 server.c 以及 common.h组成 适用于linux c编程
MyComm
- Visual C++串口编程例子。实现了一个简洁易用的多线程串行通讯接口,可以切换查询和自动接收模式,进行对串口数据收发 -Visual C++ serial port programming example. Implementation of a simple-to-use multi-threaded serial communication interface, you can switch to receive queries and automatic mode, the dat
severclient_socket
- 基于C++编程的多线程,客户端及服务器端通信-Based on C++ programming multi-threaded, client-side and server-side communication
socket
- 自己用C做的非阻塞多线程socket文件传输程序,由于时间紧存在一定的问题,但对于socket入门者可以学习到一定东西的-Own use C to do non-blocking multi-threaded socket file transfer process, due to tight schedule, there are some problems, but beginners can learn the socket to a certain thing
ACEThreadPool
- ACEThreadPool : 基于C++ ACE开源通信框架的线程池源码 -ACEThreadPool: C++ ACE based ThreadPool source code
packet_commsever
- 此程序是用C++BUILDER开发的多线程通信程序,它通过RS232、GSM、北斗卫星等多种方式实现远程通信。-This program is multi-threaded C++ BUILDER developed communication program for remote communication via RS232, GSM, Beidou satellite, a variety of ways.
Socket
- 关于Socket的一个简单实现,在C++中使用MFC的CSocket直接连接,在服务器端和客户端各添加了一个线程用于传输。实现比较简单,两个CSocket连接后就可以传文件,且传好的文件可以通过MD5的检查。-Socket A simple implementation in C++ using MFC CSocket direct connection, add a thread for the transmission of the server and client. Relatively
Communication
- 1 C++ socket通讯DLL 2 客户端及服务器的多线程通信 -1 C++ socket communications multithreaded DLL client and server communication
demo
- C#多线程,实现多种通讯,欢迎下载,简单使用-C# multi-threaded, to achieve a variety of communication, welcome to download, simple to use
Window(VC6-doc)ChatServer_chatClient
- Windows(VC6 doc)下C语言线程池类型并发服务器聊天室,是socket套接字编程,支持私聊和*,支持断开连接,适合新手学习socket学习-ON划词翻译ON实时翻译 Windows (VC6 DOC) language under the C thread pool types of concurrent server chat rooms, socket socket programming, support private chat and group, suppor
SerialApp
- 用C#串口控件开发的一个串口通信工具,可以用来学习多线程与串口通信-With C# Serial control the development of a serial communication tool that can be used to study multiple threads and serial communication
thread.c
- 实现用多线程的方法在一个文件中找到最大的整数-Achieved using a method of multi-threading in a file to find the largest integer
非常好用的串口通信类
- 非常好用的串口通信类,支持线程安全,也可以在WINCE环境下使用。内含使用说明以及示例。