CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 搜索资源 - windows udp client

搜索资源列表

  1. 一个简单的网络小软件

    0下载:
  2. 本程序是用winsock API函数编写网络部分,使用MFC编写应用程序框架 在测试时,发现在有的机器上只能做服务器,如果做客户端则无法连接上服务器, 而有的则相反 但在同一台机器上回环测试均成功! 不知道为什么??是不是因为防火墙或是windows的版本问题?不得而之! 使用UDP协议时,有时会出现客户端绑定失败问题!不知为何?-this procedure is used to prepare protocols of API function network, the use of MFC
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:41.83kb
    • 提供者:杨智
  1. UDPServer

    0下载:
  2. 服务端udp源码(Windows 网络与通信程序设计 源代码)-Service udp-source client (Windows network and communications programming source code)
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-25
    • 文件大小:2.45kb
    • 提供者:咚咚
  1. ezSockets

    0下载:
  2. EzSockets is a cross-platform (Linux, Irix, Windows, OSX, XBOX) generic sockets class. It allows the user to interface through UDP and TCP. It allows for broadcast and reception on UDP as well as being both a server and a client on TCP. http://cnlohr
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-02
    • 文件大小:11.88kb
    • 提供者:raxen
  1. UDP

    0下载:
  2. 在Windows环境下socket编程,实现服务器端发送UDP数据包并接收客户端返回数据,客户端接收UDP数据包并返回自己的NETBIOS名-In the Windows environment, socket programming, the server sends and receives UDP packets returned to the client data, the client receives UDP packet and return to their NETBIOS n
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-23
    • 文件大小:7.28mb
    • 提供者:刘莉
  1. socket2

    0下载:
  2. Socket编程在大多数的编程语言中都是一件比较有趣的事情。它是比较常用的编写通过网络通信的服务器和客户端方法。在windows平台Socket通信大多是基于MS Winsock设计的。Windows支持基于TCP和UDP的socket通信。-Socket Programming in most programming languages ??are a more interesting thing. It is commonly used writing to communicate t
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:2.56kb
    • 提供者:englove
  1. TCP-and-UDP

    0下载:
  2. 使用windows套接字编写的TCP以及UDP协议下的服务器端和客户端程序的代码,使用的语言是C-Prepared using windows sockets and UDP protocols under TCP server and client code, the language used is C
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-09
    • 文件大小:1.3mb
    • 提供者:朱世翔
  1. Network-programmingl

    0下载:
  2. 《网络编程综合资料》 介绍 常用网络协议编程 怎样接收电子邮件(POP3协议简介) POP3协议封装类 POP3协议命令原始码及工作原理 RFC1939-POP3协议中文版 RFC821-简单邮件传输协议(SMTP)中文版 SMTP协议原始命令码和工作原理 TCP IP网络通信程序设计 TCP IP协议详解 TCPIP协议的化学专家实时交流系统 VC++SMTP协议电子邮件传送剖析 WINDOWS SOCKET API 使用经验 WINDO
  3. 所属分类:TCP/IP Stack

    • 发布日期:2016-01-25
    • 文件大小:498kb
    • 提供者:zhaozm
  1. EnterpriseQQCode

    0下载:
  2. 采用UDP和windows消息机制,实现了文本和图片等信息的加密传送。内附delphi客户端和服务器端代码-Windows messages using UDP and mechanisms to achieve the text and pictures and other information of encrypted transmission. Included delphi client and server-side code
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-03-29
    • 文件大小:67.33kb
    • 提供者:larry
  1. UDP-client

    0下载:
  2. 基于WINDOWS的UDP模式 的简单的聊天客户端!-the client for windows platform!
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-04
    • 文件大小:50.4kb
    • 提供者:dragon
  1. UDPGroup

    1下载:
  2. 基于Qt的UDP组播例程,包括服务器和客户端,系统平台Windows-Qt-based UDP multicast routines, including server and client system platform Windows
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-24
    • 文件大小:18.42kb
    • 提供者:QLincar
  1. NetEngine-Windows-V2PT2

    0下载:
  2. 网络通信引擎 集成服务器 客户端 集成了TCP UDP版本 IOCP SELECT WSAEVENTSELET WSAASYNCSELECT OVERLAPPED 模型 还有其他网络帮助函数 UPNP OPENSSL安全传输 加解密函数-Network Communications Engine Integration Server client integrates TCP the UDP version of IOCP SELECT WSAEVENTSELET WSAASYNCSELECT
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-24
    • 文件大小:7.58mb
    • 提供者:秋天
  1. socket

    0下载:
  2. 1.套接字编程原理 1.1 Client/server通信模型 1.2 Windows Sockets规范 1.3 套接字 1.3.1 套接字定义 1.3.2分类 1.3.3 套接字的作用 1.3.4端口与地址 1.3.5 套接口属性 2.基本的Windows Sockets API编程 2.1常用函数 2.2 TCP实例 2.3 UDP实例 2.4 Socket 通信阻塞的解决方法 3.MFC下的Socket编程的类 3.1 CAsyncSocket类 3.2 CSocket类 3.3 Win
  3. 所属分类:P2P

    • 发布日期:2017-11-08
    • 文件大小:41.32kb
    • 提供者:chenrui
  1. Code_Socket_1

    0下载:
  2. 关于windows socket 编程的一些实例,TCP,UDP客户端/服务端的实现,还有类似于QQ局域网聊天的实现代码。-Some instances windows socket programming, TCP, UDP client/server implementations, there are similar to QQ LAN chat implementation code.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-27
    • 文件大小:20.72mb
    • 提供者:胡玉飞
  1. TCP-UDP-server-client

    1下载:
  2. 包含了两个完整的基于TCP和UDP的服务器端和客户端通信的windows程序,在VC++6.0下可以直接运行-Contains two complete TCP and UDP-based server-side and client communication windows program in VC++6.0 can be run directly
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-11-06
    • 文件大小:190.37kb
    • 提供者:江晨
  1. UDP-communication-based-on-MFC

    0下载:
  2. 这程序是利用在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
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-11
    • 文件大小:2.83mb
    • 提供者:苏青源
  1. UDP_Echo

    0下载:
  2. 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
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-03
    • 文件大小:390.06kb
    • 提供者:pengyongchao
  1. UDPTest

    0下载:
  2. 基本的windows下udp socket编程,服务器端与客户端不断收发信息-Under basic windows udp socket programming, server and client continues to send and receive information
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-24
    • 文件大小:6.85mb
    • 提供者:梁志峰
  1. tcp-udp

    0下载:
  2. 使用qt在Windows系统上实现了tcp和udp通信,分别有服务器程序和客户端程序,已经编译成功,亲测可用-The use of qt in the Windows system to achieve the tcp and udp communication, respectively, the server program and the client program has been compiled successfully pro-test available
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-05
    • 文件大小:12.21kb
    • 提供者:GXG
  1. UDP协议客户端服务器间视频传输c源码

    0下载:
  2. 此程序利用C语言编程,采用UDP协议实现了Windows客户端与linux服务器端文件的传输。(This program uses C programming language, using the UDP protocol to achieve the Windows client and Linux server-side file transfer.)
  3. 所属分类:网络

    • 发布日期:2017-12-20
    • 文件大小:2kb
    • 提供者:xihananhai
  1. SanNiuSignalDemo

    0下载:
  2. SanNiuSignal是一个基于异步socket的完全免费DLL;它里面封装了Client,Server以及UDP;有了这个DLL;用户不用去关心心跳;粘包 ;组包;发送文件等繁琐的事情,这个是DEMO软件。(SanNiuSignal is a completely free DLL based on asynchronous socket; it encapsulates Client, Server, and UDP; with this DLL; users don't have to
  3. 所属分类:网络编程

« 12 »
搜珍网 www.dssz.com