搜索资源列表
netdllHwSocket
- 这里将 Socket APIs 封装成一个类似 CAsyncSocket 接口的类,可以在任意线程中访问,也可以静态连接 MFC,另外可控性比 MFC 中的两个Socket类好多了。我还为 CHwSocket 类编写了详细的测试代码,可以进行 TCP 服务器/客户端数据通信,也可以进行 UDP 数据通信,还可以收发 UDP 广播数据报。
FeeGateWaySrv
- 用于移动梦网网关进行TCP通信,可以收发短信,并实现计费功能.使用SOCKET实现,并具有收发读写保护功能.可作为TCP通信和线程读写同步的教程.
TCP_server_client
- MyEclipse,实现tcp socket连接的客户端和服务器端,能够传输文本或图片,服务器端有多线程和单线程两个,多线程的可以实现同时让多个用户连接,rar包内word文档中有简单的流程图和程序说明,代码较简单,适合初学者。-MyEclipse,tcp socket server and client,there are single thread server and multi thread server,you can get file through the tcp
Chatroom
- 采用TCP协议,并结合多线程,编写的简单的聊天室程序,适合初学者-chatroom java JAK 1.8.40
fxcsym
- 本软件是集合信息聊天,文件传输,语音呼叫,用于局域网的手机通讯工具,类似飞鸽传书。完全可以编译,运行!有完整注释! 注意:手机通过wifi连入局域网 本软件设计的以下知识点理解不算太难! 1、短信息:UDP协议 2、语音传输:TCP协议 3、文件传输:多线程 -This software is a collection of information chat, file transfer, voice call for a mobile communication t
MyApplication3_167121311
- 利用手机内部GPS进行定位,并将数据通过手机串口和TCP发送给主机;采用多线程编程,调用的百度定位。- Internal GPS positioning using a mobile phone, and sends the data to the host via the serial port phones and TCP multi-threaded programming, Baidu call positioning.
TCPClient
- 基于VS开发平台,建立TCP/UDP的Client端通讯协议,采取线程的方式,让两者通讯协议同时在一个软件中运行(Based on the VS development platform, the TCP / UDP Client terminal communication protocol is set up, and the thread is adopted to let the communication protocol run in one software.)