搜索资源列表
udpSvr
- vc++ Socket编程入门程序,容易上手,入门首选,才用UDP方式,服务器端-vc Socket Programming induction procedures, easier to get started, beginners choice before using UDP, server
udpClie
- vc++ Socket编程入门程序,容易上手,入门首选,才用UDP方式,客户端-vc Socket Programming induction procedures, easier to get started, beginners choice before using UDP, the client
TCP[1][1].UDP
- vc++网络编程,socket vc++网络编程,socket vc++网络编程,socket-vc network programming, network programming vc socket, socket vc network programming, vc network programming socket, socket
udpsocketbased
- 基于UDP协议的socket编程,VC++实现,用于扫描同网段机器信息
UDP组播VC例程
- UDP组播VC例程Socket-UDP Multicast VC routines Socket
UDPSocket
- UDP类QQ聊天系统,VC++,SQL Server,供初学者交流学习使用-AppWizard has created this Communication application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your applica
LANChat
- 毕业设计:VC++局域网聊天程序 本程序利用Socket套接字将主程序分为服务端和客户端两个部分。采用了UDP和TCP/IP相结合,有效提高了数据传输的时效性和稳定性。本程序还用到了多线程编程,用来解决程序自身阻塞的问题。 -Graduation Project: VC++ LAN chat program using this procedure will be the main program is divided into Socket socket server and client
vc_UDP_communication
- vc下用SOCKET套接字开发的UDP通信程序,包括发送和接收程序-SOCKET socket vc using UDP communication program development, including the sending and receiving process
udp_socket
- Udp异步聊天 提供VC下 C#的简易socket异步聊天程序 udp-Udp asynchronous chat provides a simple C# under VC asynchronous chat program udp socket
VC-UDP
- VC 下UDP代码,包括服务器端和客户端,方便入门者使用和学习-socket for windows in C
YSI6600
- 驱动,Visual C++ 文件大小: 1 KB 详细说明:VC 下UDP代码,包括服务器端和客户端,方便入门者使用和学习-socket for windows in C 文件列表-The message received is from sender
vcnetpgmsrc.rar
- 一些VC++网络编程实例,通过这些小小的实例,你可以了解到一些VC++网络编程的相关知识,比如数据封装、TCP/IP模型、端口的使用、套接字(Socket)的引入、C/S结构客户端与服务器编程、基于UDP面向无连接的Socket编程、一些网络函数的使用、基于TCP的网络应用程序的编写、UDP聊天程序的实现等,我觉得这些实例虽小,但却是比较实用的,在以后从事VC++编程中,这也是常用到的基础知识。,This case will allow you to learn how to use VC++
UDPExample
- Embbed VC++下的socket通信程序,实现了UDP的通信。-socket communication under EVC development environment
Ground_Station0.2(UDP)
- 基于vc的无人机地面控制站程序,采用套接字UDP的通信协议,能够有效的接收与发送数据。-Vc-based UAV ground control station program, using UDP socket communication protocol, can effectively receive and send data.
socketaudp
- udp下的socket通信服务器和客户端的源码,可以使用,vc++通过测试。-udp & socket
NetClient
- 网络的相关知识,网络程序的编写,Socket是连接应用程序与网络驱动程序的桥梁,Socket在应用程序中创建,通过bind与驱动程序建立关系。此后,应用程序送给Socket的数据,由Socket交给驱动程序向网络上发送出去。计算机从网络上收到与该Socket绑定的IP+Port相关的数据后,由驱动程序交给Socket,应用程序便可从该Socket中提取接收到的数据。网络应用程序就是这样通过socket进行数据的发送与接收的。TCP与UDP的工作原理与编写过程,如何在程序中链接库文件。一个字符界面
Socket
- 进程之间的通讯,可使用socket套接字来传递消息。本例子当中说明了简单的服务器/客户端的模式进行通讯。但是TCP的机制下,socket通信是阻塞性的,所以会导致延迟等;而UDP下,通信是不可靠的,容易丢包。(the communication between multi processes)
VC++ 使用socket基于TCP、UDP通信
- VC++ 使用socket基于TCP、UDP通信(VC++ uses socket, based on TCP and UDP Communications)
局域网聊天工具
- VC++局域网聊天程序,利用Socket套接字将主程序分为服务端和客户端两个部分。采用了UDP和TCP/IP相结合,有效提高了数据传输的时效性和稳定性。本程序还用到了多线程编程,用来解决程序自身阻塞的问题。(The VC ++ LAN chat program uses Socket to divide the main program into two parts: server and client. The combination of UDP and TCP / IP is adopte