资源列表
TCP
- 本程序可以用来进行TCP通信的调试,程序包含了TCP服务器和客户端两个部分。 TCP服务器可以在指定的端口进行监听,并同时最多处理100个连接。实时显示每个连接发送过来的数据,并且可以手工选择需要对哪个连接回送数据,或者是断开某个连接。 TCP客户端可以对某个IP(或者直接输入域名)的端口进行连接,实时显示已经连接的服务器发送的信息,可以手动输入需要发送到服务器的内容。 这个程序在对一些自己编写的服务器或者客户端的程序进行调试的时候比较有用。
tcpudp
- 里面包含简单的tcp udp服务器和客户端程序便于初学者学校-Which contains a simple tcp udp server and client programs to facilitate school beginners
cli
- windows command w indows command windows command-windows commandw indows commandwindows command
BroadCast_guanbo
- 广播... 可以供初学网络编程的人参考... 完整 并且在winXP Visual C++6.0调试通过-... can Broadcasting Network Programming for the novice to the integrity of reference ... in winXP Visua l C by 6.0 Debugging
TCPandUDP
- tcp和udp的区别和联系, 1、端对端通信的概念 2、TCP提供的服务内容 3、TCP的流量控制和可靠性实现 4、UDP的协议特点和提供的服务 -the difference between tcp and udp and contact, 1, end to end communications concept 2, TCP provides services 3, TCP flow control and reliability to achieve 4, UDP pr
NewClient
- 这是一个TCP协议下的聊天客户端,简单易懂,适合初学者掌握CSOCKET类-This is a TCP under the Chat client and easily understood, for beginners master class CSOCKET
WindowsFormsApplication1
- TCP通信 一个简单的TCP聊天通信程序-TCP tongxin
UDPDemo
- 无连接通信是通过“用户数据报协议”(User Dadagram Protocol,UDP)来完成的。它不保障可靠数据的传输,但能够向若干个目标发送数据,接收来自若干个源的数据。本例程是一个UDP示例程序。使用UDP异步通讯,并利用事件机制判断数据的接收。-Connectionless communication is through the " User Datagram Protocol" (User Dadagram Protocol, UDP) to complete.
smgp30
- 中国联通短消息sgip协议api 及其 java 实现 -sgip agreement and java implementation
rtp_rfc1889
- RTP实时网络传输协议-RTP real-time network transmission protocol
51ppp
- 一个Keil上编译通过的PPP协议,非常适用于初学TCP/ip的菜鸟,可通过它来学习PPP协议。-compiled by the PPP, very applicable to beginners TCP / ip guys, it can be passed to learn PPP.
ChatRoom(Winsock)
- 在VC环境下实现的,使用winsock控件的简单聊天程序