CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - windows socket udp

搜索资源列表

  1. udpcomm

    0下载:
  2. 使用windows socket实现的UDP数据通讯,一套代码可实现双方通讯,一个dll可被两个exe同时加载,实现一台计算机上的进程间通讯,当然,也可以放在不同的计算机上实现数据通讯-Using WinSocket realize Communicate between two different Process,of Course,you can use it to Communicate with two different computers
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-07
    • 文件大小:1827762
    • 提供者:克潇
  1. guangbofasong

    0下载:
  2. windows socket 使用UDP广播发送消息,一个简单的UDP广播程序-Windows socket use the UDP broadcast news, a simple UDP broadcast program
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-04
    • 文件大小:661320
    • 提供者:牟维明
  1. guangbojieshou

    0下载:
  2. windows socket 使用UDP广播接收消息,一个简单的UDP广播程序-Windows socket use the UDP broadcast news, a simple UDP broadcast program
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-12
    • 文件大小:2938580
    • 提供者:牟维明
  1. zubofasong

    0下载:
  2. windows socket 使用UDP组播发送消息,一个简单的UDP组播程序-Windows socket use the UDP group take the news broadcast, a simple UDP multicast program
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-12
    • 文件大小:3039388
    • 提供者:牟维明
  1. zubojieshou

    0下载:
  2. windows socket 使用UDP组播接收消息,一个简单的UDP组播程序-Windows socket use the UDP multicast receive messages, a simple UDP multicast program
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-13
    • 文件大小:3301475
    • 提供者:牟维明
  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
    • 文件大小:42308
    • 提供者: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
    • 文件大小:21722071
    • 提供者:胡玉飞
  1. socket

    0下载:
  2. windows下socket通信小程序,程序采用udp协议,适合初学者学习。-a useful program about socket communication program, based on windows,using udp protocol
  3. 所属分类:Communication

    • 发布日期:2017-11-24
    • 文件大小:7007
    • 提供者:小胖
  1. Udp_Server

    0下载:
  2. 关于Socket中UDP协议的应用,利用windows socket的异步方式发送和接收消息-About the Socket UDP protocol applications, the use of windows socket send and receive messages asynchronously
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:3848
    • 提供者:倪方真
  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
    • 文件大小:399418
    • 提供者:pengyongchao
  1. tcpserver

    0下载:
  2. TCP网络通信编程,windows平台,-tcp socket ,udp socket,window,c++
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-13
    • 文件大小:2049
    • 提供者:雷易清
  1. UDP-SOCKET

    0下载:
  2. windows udp编程的方法及注意要点,里面内有程序demo-UDP SOCKET
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-15
    • 文件大小:7374
    • 提供者:sonc
  1. SOCKET-data-transfer

    0下载:
  2. 基于windows系统的提供的标准套接字完成基于TCP协议或UDP协议方式的文件数据传输,不得使用其他任何形式封装的套接字类-Windows system provides standards-based sockets TCP protocol or UDP protocol to complete file-based data transmission mode, not use any other form of encapsulation socket classes
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-07
    • 文件大小:1249135
    • 提供者:zhao
  1. TCP_UDP-Data-Exchange

    0下载:
  2. windows socket实验,使用TCP和UDP进行网络通信,vc++环境开发!-windows socket experiments, using TCP and UDP data exchange program, vc++ development environment inside!
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-12
    • 文件大小:2907073
    • 提供者:风华
  1. UdpChat_console

    0下载:
  2. windows下socket编程,利用UDP协议通信,运行在控制台环境下,适合应付网络课程通信编程的作业。-the windows socket programming, using UDP protocol communications, running on the console environment, fit for the online course communication programming jobs.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-13
    • 文件大小:2204
    • 提供者:钱里驹
  1. SocketDemo_win

    0下载:
  2. windows下socket udp tcp协议整合接口,编译通过-windows下socket udp tcp interface,vs2010 debug
  3. 所属分类:Driver Develop

    • 发布日期:2017-05-30
    • 文件大小:12639078
    • 提供者:沙晓莹
  1. TCP-UDP-Socket

    0下载:
  2. Windows下基于TCP和UDP的Socket编程,分别有服务端和客户端,好用。-TCP&UDP Socket Coding
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:4378
    • 提供者:田海海
  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
    • 文件大小:7178965
    • 提供者:梁志峰
  1. socketServer

    0下载:
  2. 实习UDP网络通信,通过windows下UDP-come true UDP socket communition.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-27
    • 文件大小:9775794
    • 提供者:魏保华
  1. SocketTool

    0下载:
  2. 用于windows下测试TCP、UDP通讯的工具(Used for testing TCP, UDP communication tools under Windows)
  3. 所属分类:其他

« 1 2 34 5 »
搜珍网 www.dssz.com