当前位置:
首页 资源下载
搜索资源 - windows socket udp program
搜索资源列表
-
0下载:
讲述Windows网络程序设计的入门教程,展示了各种Windows I/O的方法,详细说明了高性能可伸缩性服务器的开发过程,并给出详细的实现代码。将编程方法、网络协议和应用实例有机组合起来,详细介绍了Internet广播和IP多播、原始套接字、SPI、LAN和WAN上的扫描和侦测技术、网络数据的窃取和保护、ARP欺骗、IP欺骗等。详细演示了协议驱动的开发过程,介绍了NDIS编程接口。在编程实践中学习P2P程序设计、讨论了穿透防火墙、NAT等直接建立UDP和TCP连接的各种方案。包含了Window
-
-
0下载:
UDP程序,经测试,能跑
通过SOCKET传输-UDP procedures, tested, run through the transmission SOCKET
-
-
0下载:
Windows IPC socket program (tcp/udp) (server/client)
-
-
0下载:
一个windows使用socket的程序,演示udp的使用方式,使用了udp协议-Socket using a windows program to demonstrate the use of udp way, using udp protocol
-
-
0下载:
关于UDP通信的一个简单C++程序,对熟悉SOCKET网络编程有很好的帮助作用-UDP traffic on a simple C++ program, familiar with network programming have a good SOCKET helpful
-
-
0下载:
TCP-UDP通信,PPT中详细讲述了TCP、UDP相关技术,并详细讲解了windows socket相关编程函数,并带有socket编写的TCP通信程序。-TCP-UDP communication, PPT in detail the TCP, UDP related technologies, and explain in detail the windows socket programming related functions, and written with a TCP sock
-
-
0下载:
本源码演示了,在Windows CE操作系统下,通过VC++和socket技术,如何编写UDP的通讯程序。这个例子已经非常详细了,希望对大家能够有帮助。-The source code demonstrates, in the Windows CE operating system, through the VC++ and socket technology, how to write UDP communication program. This example has been very
-
-
1下载:
CrissCross是一种小型的跨平台C + +库,用于处理控制台和文件I / O , CPU的识别( CPUID ) ,散列( MD2 , MD4 , MD5编码,了SHA - 1 ,SHA- 256 ,SHA- 512 ,Tiger) ,Socket( TCP和目前唯一的UDP )和数据结构( LList , DArray , RedBlackTree , AVLTree , SplayTree等) 。其目的是运行在Windows , Linux , FreeBSD的, OpenBSD系统,
-
-
0下载:
《网络编程综合资料》
介绍
常用网络协议编程
怎样接收电子邮件(POP3协议简介)
POP3协议封装类
POP3协议命令原始码及工作原理
RFC1939-POP3协议中文版
RFC821-简单邮件传输协议(SMTP)中文版
SMTP协议原始命令码和工作原理
TCP IP网络通信程序设计
TCP IP协议详解
TCPIP协议的化学专家实时交流系统
VC++SMTP协议电子邮件传送剖析
WINDOWS SOCKET API 使用经验
WINDO
-
-
0下载:
windows socket 使用UDP广播发送消息,一个简单的UDP广播程序-Windows socket use the UDP broadcast news, a simple UDP broadcast program
-
-
0下载:
windows socket 使用UDP广播接收消息,一个简单的UDP广播程序-Windows socket use the UDP broadcast news, a simple UDP broadcast program
-
-
0下载:
windows socket 使用UDP组播发送消息,一个简单的UDP组播程序-Windows socket use the UDP group take the news broadcast, a simple UDP multicast program
-
-
0下载:
windows socket 使用UDP组播接收消息,一个简单的UDP组播程序-Windows socket use the UDP multicast receive messages, a simple UDP multicast program
-
-
0下载:
windows下socket通信小程序,程序采用udp协议,适合初学者学习。-a useful program about socket communication program, based on windows,using udp protocol
-
-
0下载:
socket聊天程序,是简单的UDP实例,windows网络编程-socket chat program, it is a simple UDP example, windows network programming
-
-
0下载:
这程序是利用在windows在的socket网络编程基于MFC的UDP聊天程序,在一个界面下实现客户端和服务端之间的通信,类似-This procedure is to use the windows in the socket UDP network programming MFC-based chat program, implemented in an interface between the client and server communications, similar to th
-
-
0下载:
N年前为测试防火墙的NAT功能写的一个测试程序,采用windows socket编程,Client构造UDP报文发给Server,Server收到后返回应答。Doc目录下是当时搜集到的一些windows socket以及多线程编程相关的资料。-A network test program written by visual C++. Client send a UDP packet to server, and server response by UDP packet, so called U
-
-
0下载:
windows socket实验,使用TCP和UDP进行网络通信,vc++环境开发!-windows socket experiments, using TCP and UDP data exchange program, vc++ development environment inside!
-
-
3下载:
TCP、UDP 通信程序设计实验
Socket 编程基本原理参见参考文档
UDP 通信程序设计
选择一个操作系统环境(Linux 或者Windows)建议linux,编制UDP/IP 通
信程序,完成一定的通信功能。在发送UDP 数据包时做一个循环,连续发送
100 个数据包;在接收端统计丢失的数据包。-TCP, UDP communication program design experiments
Socket programming basic principles
-