搜索资源列表
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
mostwin_PPP
- 基于单片机的ppp协议C/C++语言实现-ppp-based SCM Agreement C / C Language
mostwin_smtp
- 基于单片机的smp协议C/C++语言实现-based SCM agreement smp C / C Language
mostwin_tcp
- 基于单片机的tcp协议C/C++语言实现-based SCM agreement tcp C / C Language
mostwin_udp
- 基于单片机的udp协议C/C++语言实现-based SCM agreement udp C / C Language
SIP STACK LATEST VER
- 这是一个用C-C++实现的成熟的sip协议栈,目前正在稳定的使用,可同时运行于windows和linux平台,里面还有比较详细的帮助文档。-This is a C-C realization of the mature sip protocol stack and is currently stable use, can also run on Windows and Linux platforms, there is also a more detailed help files.
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开发的朋友参考。
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.
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#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