搜索资源列表
mytryserilaltcp
- 我正是从VCKBASE 开始学习VC++ 的,没有他我进步不会如此迅速,一直想给VCKBASE贡献点什么,正好今天有空,就把早些时候写的一个串口转TCP/IP的程序发上来,希望对初学者学习串口编程有点帮助。-VCKBASE started learning from the VC, without him I would not have advanced so quickly. VCKBASE has wanted to contribute something, this is the ti
WinSock2.rar
- delphi winsock2 tcp/ip 编程,delphi winsock2 tcp/ip programming
Cjingdianwenti100
- c语言的经典问题,进程通信,线程通信,网络编程 tcp/ip,udp-c language of classical problems, process communication, thread communication, network programming tcp/ip, udp
delphimodbus-1.5.2
- Delphi开发的modBus通信库,采用TCP/IP协议,可用于实现MODBUS上的主从通信编程。- The library provides components to implement both a ModBus master and a Modbus slave, and is based on the Indy component set (both Indy 9 and 10 are supported)
TCPIP-SOCKETS-IN-C
- C语言的TCP/IP编程书籍,初学者的指导用书,"This book fills a void in the area of networking education. ... an excellent companion to traditional networking textbooks ..." -- Ellen W. Zegura, Georgia Institute of Technology-"This book fills a void in the area of networ
TCP-IP-network-program
- TCP/IP网络编程((韩)尹圣雨) 书籍全部源代码-The book TCP/IP network program code.
TCP客户端程序
- 基于labview的TCP客户端程序发送主机通常将发送缓冲区中的数据按内存地址从低到?的顺序发出,接收主机把从?络上接到的字节依次保存在接收缓冲区中,也是按内存地址从低到?的顺序保存。 TCP/IP协议规定,?络数据流应采??端字节序,即低地址?字节。 socket API是?层抽象的?络编程接?,适?于各种底层?络协议,如IPv4、 IPv6,以及后?要讲的UNIX Domain Socket。(Based on the TCP client program to send the hos