搜索资源列表
socketclient3.rar
- 用winsock进行有连接,无连接的通信
用UPD协议实现广播通信
- VC编程用UPD协议实现广播通信 UPD 是USER DATAGRAM PROTOCAL 的简称,是一种在网络上提供的无连接的传输协议。用UDP通信有以下特点: 1、 数据传输不用建立连接,所以不可靠; 2、 数据的发送是面向整个网络的,任何一台在局域网内的计算机都可以接收到相同的数据;
UDP通信示例程序.rar
- 这是一个使用UDP协议通信的例子程序,非常简单,没有做错误处理机制。由于UDP本身是无连接、不可靠的通信协议。会因为不同的网络环境,有可能会产生数据丢失、数据重复、顺序错乱等情况。 示例程序包含一个服务器端和一个客户端,可以多个客户端接入服务器端。
利用WinSock进行无连接通信
- 利用winsock进行无连接的通信,客户端发送从0开始的数字-conducted without the use of the communications link, the client sent from the beginning of 0
QQcphone-0.3.0
- 使用VOIP技术.能够无连接接通远程用户-using VOIP technology, can connect remote client.
UDP轻松应用
- \"用户数据报协议\"(User Datagram Protocol,简称UDP)是基于无连接的通信协议,不保证可靠数据的传输;\"传输控制协议\"(Transmission Cotrol Protocol,简称TCP)是基于连接的通信协议,可提供个两台计算机之间可靠无差错的数据传输。但是UDP能够向若干台目标计算机发送数据;接收发自若干个源计算机的数据。而在多台计算机构成的仿真或控制系统中,经常会出现多台计算机进行数据传输,所以在仿真
基于UDP-面向连接的应用程序
- 基于UDP-面向无连接的应用程序 网络通信应用程序:客户机发出数据请求命令,服务器根据其命令提供数据; 服务器端异步地发出UDP包,客户端接受UDP包并写入.TXT文件中。 -UDP-based-no connection-oriented applications network communications applications : client data requests issued an order unde
server and client
- 这是数据报方式进行无连接的客户/服务交互-This is the data reported no way connected to the client / interactive services
DGSend
- 一个无连接WinSocket例子,在互联网上用它来演示了NAT的转换。-a connectionless Winsocket examples on the Internet, it is used to demonstrate the transformation of NAT.
无忧私服家族官方网站
- 让VB使用彩色及动画光标的方.. 建立浮动工具栏的例程 推荐教程 图象的随机载入 读取文件内容...电子教务系统 V1.0.0 (1) 2005-9-10 检测是否网络连接 2005-9-10 优化技术 更多 函数名巧做局部变量 2005-9-... -let VB using color and animation cursor to the side .. establish a floating toolbar routines
利用WinSock进行无连接的通信forvc
- 利用WinSock进行无连接的通信-WinSock conducted without the use of the communications link
利用WinSock进行无连接的通信forvc
- 利用WinSock进行无连接的通信-WinSock conducted without the use of the communications link
利用WinSock进行无连接通信
- 利用winsock进行无连接的通信,客户端发送从0开始的数字-conducted without the use of the communications link, the client sent from the beginning of 0
基于UDP-面向连接的应用程序
- 基于UDP-面向无连接的应用程序 网络通信应用程序:客户机发出数据请求命令,服务器根据其命令提供数据; 服务器端异步地发出UDP包,客户端接受UDP包并写入.TXT文件中。 -UDP-based-no connection-oriented applications network communications applications : client data requests issued an order unde
基于UDP-面向无连接的应用程序
- 基于UDP-面向连接的应用程序 编写一个网络通信应用程序:主机1发出数据请求命令,主机2根据其命令提供数据; -based on UDP-connection-oriented applications to prepare a network communications applications : mainfr a me data requests issued an order under its two mainfr a
comunicate_c
- 自己保存的一个很好的实现无连接的通信的vc程序-their preservation as a good achievement of a link of communication procedures vc
带位置感应器的直流无刷电机PMW控制仿真
- 本例用PIC单片机控制带感应器的直流无刷电机,通过调节RA0端口的可变电阻器可实现电机调速控制.由于当前版本PROTEUS不支持换向功能,连接RA1端口的SW1尚不能控制无刷电机的运行方向.(This example uses PIC MCU control with inductor DC brushless motor, the variable resistor adjusting RA0 port can realize the
使用CAsyncSocket进行无连接(UDP)通信
- 使用CAsyncSocket进行无连接(UDP)通信,内含 客户端与 服务端(Using CAsyncSocket for connectionless (UDP) communication, including client and server)
14
- 无连接网络通信,客户端与服务器端程序简单例子(Connectionless network communication)