搜索资源列表
windows socket编程
- 首先Server程序创建两个socket: 分别为 TCP socket(使用命令行参数指定端口号) UDP socket(UDP端口号自定义,使用宏定义写在程序里,必须大于1024)。 server端在这两个端口上侦听连接,接受来自客户端的服务请求。
Socket编程
- VC实现UDP和TCP
vc 6.0 的最简单基本的socket通信例子
- vc 6.0 的最简单基本的socket通信例子(含有tcp和udp),可以用vc6.0或者更高版本打开:-),vc 6.0 The simplest example of the basic socket communication (with tcp and udp), can be used to open vc6.0 or later :-)
LANChat.rar
- 毕业设计:VC++局域网聊天程序。通过这个小程序的学习你可以学到如何使用套接字进行网络编程、自定义消息、多线程方面的编程思想以及学习使用各种控件。本程序利用Socket套接字将主程序分为服务端和客户端两个部分。采用了UDP和TCP/IP相结合,有效提高了数据传输的时效性和稳定性。本程序还用到了多线程编程,用来解决程序自身阻塞的问题。 ,Graduation project: VC++ LAN chat program. Through this small program you can lea
TCP_UDP-Socket
- TCP和UDP 传输源码,还有 select 模型-TCP_UDP Transfer Examples,and Select
udp
- 个人写的vc下UDP广播发送和接收的源码,对于初学网络socket的人有一定帮助-Vc written under the individual to send and receive UDP broadcast source, the network socket for the beginner who has some help
tcpServer
- tcp udp socket vc++ c#
socket
- 用VC编写的socket,用于文件的收发,UDP协议-VC prepared with socket, used to send and receive documents, UDP protocol
UDPCLIENT
- 用UDP协议实现数据的通信..采用原始的套接字编写..主要开发工具 vc-UDP protocol used for data communication using the original socket .. .. the main development tool to prepare vc
TCP_UDP
- VC实现的网络包的接收和发送,接收可以选择TCP或者UDP方式,发送使用UDP发送。-Socket Recived and send,using TCP and UDP protocal.
UDP
- 利用windows socket与UDP协议实现网络通信,操作平台VC++6.0 非常实用,希望大家喜欢-Using windows socket and UDP protocols, network communication, operating platform, VC++6.0 is very useful, I hope everyone likes
NetTest
- 用VC++进行SOCKET编程,使用UDP协议传输,实现网络通信-SOCKET programming with visual C++
socket
- VC 套接字 实现抓获网络数据包 分析IP TCP UDP协议-VC socket realize capture network packet analysis IP TCP UDP protocol
Network-programmingl
- 《网络编程综合资料》 介绍 常用网络协议编程 怎样接收电子邮件(POP3协议简介) POP3协议封装类 POP3协议命令原始码及工作原理 RFC1939-POP3协议中文版 RFC821-简单邮件传输协议(SMTP)中文版 SMTP协议原始命令码和工作原理 TCP IP网络通信程序设计 TCP IP协议详解 TCPIP协议的化学专家实时交流系统 VC++SMTP协议电子邮件传送剖析 WINDOWS SOCKET API 使用经验 WINDO
UDP
- 用VC++6.0写的客户端UDP广播程序。可以用来学习怎么创建SOCKET,怎么广播消息到局域网。-UDP Client radio program written with VC++6.0. Can be used to learn how to create SOCKET how broadcast messages to the LAN.
Socket-Programming
- 用VC实现socket编程,分别基于TCP和UDP协议。-Socket programming with VC, respectively, based on the TCP and UDP protocols.
CPP-socket-p2p-using-udp
- C++的网络语音功能的代码,VC编译,请用新版本的visual studio-The network voice function C++ code, VC compile with the new version of visual studio
socket
- vc++ 下的socket收发例程,tcp和udp例程-socket vc++
VC Socket编程 MYQQ
- 实现类似QQ的socket双向通信,另附两个TCP/UDP通讯栗子(The project implements the socket bidirectional communication function similar to QQ, and has two TCP/UDP communication chestnuts attached)
Socket编程
- socket 编程, 含有多个例子,有udp, tcp, qq等系统源码.(Socket programming, contains more than one example, there are UDP, TCP, QQ and other system source code)