资源列表
group
- tcp/ip组播功能实例,文件分为服务器端与客户端,分别在server.c 与client.c中,服务项目器用于实现组播功能,客户端加入到给播组,接收组播的信息-tcp/ip multicast instance
thread_pool
- linux线程池的实现。线程池技术多用在需要频繁的创建与销毁线程的场合。-achieve linux thread pool. Thread pool technology is used in the need to create and destroy threads frequent occasions.
TCPClientTest
- TCP客户端测试程序,建立TCP客户端,连接到指定IP的端口号,收发数据,可以收发hex数据。使用winsock编程。-Tcp client app, build TCP clinet, connect to socket,send data and recv data. make be winsock.
telnet
- telnet远程登陆源码。telnet可以是一种远程登陆协议,通过telnet可以连接到远程计算机,并通过命令对远程计算机进行操作-telnet remote login source. telnet can be a remote login protocol, via telnet to connect to a remote computer and the remote computer through command operation
SetCommDlg
- UDP 客户端,使用UDP协议和对端网络设备通信,使用winsock编程,可以收发16进制数据。简单入门例子。-UDP Client,UDP connect , be winsock, can send hex data,
TestcnComm
- 串口助手,用cnComm编程,可设置波特率和数据位,停止位,校验,cnComm类入门例子。-serial soft,use cnComm Class, Set BautRate,Bytesize,stopbit,
gjolf
- 数值计算方法中的改进欧拉法用C语言编写的程序,简单易懂,很好用的-The improved Euler method
SearchServer
- 使用网络广播,查收地址,修改地址,需要远程设备配合使用。-use ethernet,check addr,set addr,
SerialToTCPBridge
- 串口通信,串口和智能设备之间的通信程序,可以转发数据,可以过程访问终端设备。-serial port ,
MultiCommTest
- 串口测试程序,可以同时测试多个串口,每个串口发相同数据,-serial port,mutil serial port test,
itComm
- VC串口测试程序,入门例子,使用cnComm类,简单易用,使用MFC编程。-VC serial test, use cnComm and MFC.
CommServer
- 串口程序,串口数据响应器,收到数据自动回复相同数据,用于测试串口通信线路。-Serial program, serial data responder receives data automatically reply to the same data used to test the serial communication line.