搜索资源列表
dos下实现TCP_IP所有协议的详细C程序
- dos下实现TCP_IP所有协议的详细C程序,在dos下运行,具有很高的参考价值-dos TCP_IP under all the agreements detailed C procedures, the dos running with very high reference value
C++InternetCommProtocolApplicationCode
- Visual C++网络通信协议分析与应用实现代码,非常实际好用的网络开发借鉴材料。-Visual C network communication protocol analysis and application of codes, very real handy Web development reference materials.
C++_BREW
- C++开发的BREW版本的俄罗斯方块,值得搞brew开发的朋友参考。
POP3-C
- POP3协议的C语言实现,用于开发邮件客户端。
SMTP-C
- SMTP协议的C语言实现,用于开发邮件客户端。
udp
- Example udp server and client in C. udpserver.c udpclient.c
gbn
- gbn协议 c 实现一个GBN传输协议的发送方和接收方两程序-This code should be used for PA2, unidirectional or bidirectional data transfer protocols (from A to B. Bidirectional transfer of data is for extra credit and is not required)
TCP-IP-Sockets-in-C-Practical-Guide-for-Programmer
- TCP IP Sockets in C-Practical Guide for Programmers
TCP.Sockets.in.C
- TCP Sockets in C EBook teaches you the basic through advanced ideas and concepts in programming TCP Socket in C.
TCPIP-Sockets-in-C-source-code
- 《TCP/IP Sockets in C》书中所用到的全部源代码-All source code used by the "TCP/IP Sockets in C," the book
ngrok-c-master
- ngrok c版本.目前在linux身上测试通过,不了解ngrok的请百度 ngrok -ngrok c version is currently tested in linux who do not understand, please Baidu ngrok ngrok
c-UDP-
- c语言UDP传输系统源码 c语言UDP传输系统源码-UDP transmission system c language source code c language UDP transmission system source code
C#Socket控制台通信
- 基于控制台的Socket,TCP简易通信。仅供初学者学习,一起学习成长(Console based Socket, TCP simple communications. For beginners to learn, learn to grow together)
C#TCP-IP
- C#使用TCPIP做的客户端与服务器通信Modle源码(C# uses TCPIP to do client and server communications, Modle source code)
C# tcp通信 登录 服务器端验证
- c#客户端和服务端进行TCP通信,是个非常好的学习网络编程例子(Client and server programming by TCP)
C# winform Socket
- 一个简单的TCP利用socket进行交互的程序,类似qq(A simple TCP using socket interactive program, similar to QQ)
Linux下C语言Socket函数建立TCP连接
- LINUX下使用C语言基于SOCKET函数建立TCP连接(LINUX uses the C language to build TCP connections based on the SOCKET function)
modbus-tcp.c
- C realisation for Modbus protocol
C#.Net网络程序开发-Socket篇
- C# 网络程序开发-Socket 篇, System.Net 和 System.Net.Sockets 包含丰富的类可 以开发多种网络应用程序(C# network programs develop -Socket articles, and System.Net and System.Net.Sockets contain rich classes that can develop a variety of network applications)
标准C语言实现基于TCPIP协议的文件传输
- 标准C语言实现基于TCPIP协议的文件传输,其中包含服务端端实现:Server.c与客户端实现:Client.c