搜索资源列表
Embbeded_tcp_ip_user_guide
- 嵌入式TCP/IP协议栈说明书下载-- 技术说明: 1)用户应用协议栈则需要编写以太网的数据报收发驱动,就可以使用协议栈提供的标准SOCKET API,完成服务器和客户端应用程序的开发。 2)协议栈运行于非操作系统的环境下,因此它的运行速度与一般采用多任务操作系统的TCP/IP协议,速度相对说来要快。 3)协议栈完成的功能包括ARP,IP,ICMP(ping),TCP,UDP,暂不支持IGMP,RARP。 4)协议栈采用C代码编写,可方便的移植于各种单片机平台。 5)协
udp
- udp套接字写的简单聊天程序,可以发送消息到指定ip的用户-udp socket write simple chat program, you can send a message to the user for the specified ip
WinRAR
- 本文主要描述了如何利用汇编语言编写一个能够实现网络之间信息传递的聊天程序系统.并介绍了无连接协议的SOCKET编程模型,以及阐述了聊天程序的设计目的前景和具体规划,还有聊天程序的商业运作.本论文共分为五部分. 第一部分简单的分析了即时聊天系统开发的可行性,并重点对技术可行性(选择VB)做了详细分析; 第二部分借助数据流图和数据字典对系统的功能和性能进行了详细的需求分析,建立了系统的逻辑结构; 第三部分利用VB程序设计了UDP聊天程序; 第四部分验证了设计的程序; 第五部分是此
socket
- 是学习socket编程难得的pdf,udp,tcp编程必看-It is rare to learn socket programming pdf, udp, tcp programming see
socket_udp
- It s good example of socket programming using UDP.
UDP
- 面向无连接的Socket编程,实现了交互式通信-UDP Socket
Sockets-notes
- Network Programming Topics in this section include: • What a socket is • What you can do with a socket • The difference between TCP/IP, UDP/IP and Multicast sockets • How servers and clients communicate over sockets
udp-dadong
- 本实例包含udp打洞代码, 本实例包含udp打洞代码,本实例包含udp打洞代码-udp socket test program,udp socket test program,udp socket test program
UDP_Socket_Java
- UDP in java socket and TCP
MFCPSocket-Signal-communication
- 基于VC6.0平台的SOCKET典型编程案例,采用UDP协议-VC6.0 platform based on SOCKET typical programming examples, using UDP protocol
UDP
- 用VB写的基于SOCKET的UDP网络连接-SOCKET-based UDP network connection with VB
2
- 一个程序为服务端,建立UDP服务端套接字 另外一个程序为客户端,建立UDP客户端套接字 这两个新程序可以互联,完成一个基于TCP/IP网络的文本聊天程序.-A procedure for the server, a UDP server socket another program for the client, UDP client socket the two new program can be interconnected, complete a chat program of TC
3
- 一个程序为服务端,建立UDP服务端套接字。 另外一个程序为客户端,建立UDP客户端套接字。 这两个新程序可以互联,完成一个基于TCP/IP网络的文本聊天程序。-A procedure for the server, a UDP server socket.Another program for the client, UDP client socket.The two new program can be interconnected, complete a chat program t
string-unicode-check
- mtk socket wap tcp udp ascii unicode
UDP_Trans
- 网络通信,介绍基于TCP/IP协议下的UDP数据包的传递方法。-socket upd,in vb how to use udp protocal to transmate infomation by tcp/ip.this is a txt file write by dl.
SocketTool2
- socket通讯工具 支持TCP/UDP-TCP/IP SOCKET UDP SERVER CLIENT GPRS NETWORK
socket_source_code
- 本文档使用套接字socket进行网络通信编程,同时进行TCP和UDP两种方式详解。-Source codes of SOCKET.
Raw_sockets_dialysis
- 大多数程序员所接触到的套接字(Socket)为两类: (1)流式套接字(SOCK_STREAM):一种面向连接的Socket,针对于面向连接的TCP服务应用; (2)数据报式套接字(SOCK_DGRAM):一种无连接的Socket,对应于无连接的UDP服务应用。 从用户的角度来看,SOCK_STREAM、SOCK_DGRAM这两类套接字似乎的确涵盖了TCP/IP应用的全部,因为基于TCP/IP的应用,从 协议栈的层次上讲,在传输层的确只可能建立于TCP或UDP协议之上(图1),而SOCK_STR
socket
- linux下udp通信的技术资料,包括server和client端例程-udp socket
udpsocket
- linux 下的udp socket server-the example of udp socket server