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

搜索资源列表

  1. SockUDP

    0下载:
  2. windows socket UDP编程源码,vc6.0编译通过
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:52628
    • 提供者:jiangchunhua
  1. windows socket编程

    0下载:
  2. 首先Server程序创建两个socket: 分别为 TCP socket(使用命令行参数指定端口号) UDP socket(UDP端口号自定义,使用宏定义写在程序里,必须大于1024)。 server端在这两个端口上侦听连接,接受来自客户端的服务请求。
  3. 所属分类:Internet/网络编程

    • 发布日期:2009-10-29
    • 文件大小:27503
    • 提供者:rita552129
  1. socket.tar.gz

    0下载:
  2. socket 分别以tcp,udp两种方式通信的代码。 同一套代码,依靠不同的makefile文件,分别编译出在windows环境、linux环境、Android环境下的执行文件。,socket respectively tcp, udp communication code in two ways. The same set of code, relying on a different makefile files, respectively, lies in the windows en
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:3739
    • 提供者:孙涛
  1. windows-Udp-socket

    0下载:
  2. Windows下的socket编程源码,完整的工程,编译通过,无需更改即可使用-Socket programming under Windows source code, complete the project, compile, you can use without having to change
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-09
    • 文件大小:1201295
    • 提供者:曹乐
  1. socket

    0下载:
  2. example for windows socket UDP.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-03
    • 文件大小:29544
    • 提供者:boris anderson
  1. UDP

    0下载:
  2. UDP程序,经测试,能跑 通过SOCKET传输-UDP procedures, tested, run through the transmission SOCKET
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-11
    • 文件大小:2974515
    • 提供者:wupengcheng
  1. UDP

    0下载:
  2. windows socket服务端,客户端通信工具的设计-windows socket server, the client communication tools designed
  3. 所属分类:Communication

    • 发布日期:2017-04-24
    • 文件大小:19934
    • 提供者:猪猪
  1. UDP

    0下载:
  2. 基于UDP的简单收发演示,使用Windows API socket编程-The easy to send and receive UDP-based demonstration of the use of Windows API socket programming
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:67946
    • 提供者:Yang
  1. Winsock

    0下载:
  2. windows socket api在delphi中的封装,调用简单,可用于dll库的开发,目前只实现了UDP部分-windows socket api of the package in delphi, call simple dll library can be used for development, is only part of the realization of the UDP
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-26
    • 文件大小:14098
    • 提供者:yifan
  1. UDP_Winsock

    0下载:
  2. a simple UDP socket connection using windows socket library (WS2_32.lib).
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-24
    • 文件大小:7907522
    • 提供者:ariesooi
  1. udp

    0下载:
  2. it is about socket programming in client side in windows.
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:36502
    • 提供者:saeid zamani
  1. UDP

    0下载:
  2. 利用windows socket与UDP协议实现网络通信,操作平台VC++6.0 非常实用,希望大家喜欢-Using windows socket and UDP protocols, network communication, operating platform, VC++6.0 is very useful, I hope everyone likes
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-04
    • 文件大小:5738
    • 提供者:樊露
  1. VCWinSockProgramming

    0下载:
  2. 1. WinSock学习笔记(一) 2 2. WinSock学习笔记(二) 11 3. 使用CSockets进行文件传送 17 4. 基于UDP的网络通迅程序 19 5. 点对点多线程断点续传的实现 22 6. Windows Socket 网络编程(一) 34 7. Windows Socket 网络编程(二) 36 8. Windows Sockets 网络编程(三) 40 9. TCP实现P2P通信(TCP穿越NAT/TCP打洞) 44 10. 深入 C
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:190762
    • 提供者:netdavid
  1. NetWork

    0下载:
  2. windows 中网络编程 Socket TCP FTP UDP等概念-windows in the network programming concepts such as Socket TCP FTP UDP
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-06-19
    • 文件大小:28267653
    • 提供者:yisaka
  1. TCPUDPSocket

    0下载:
  2. 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
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-04
    • 文件大小:1118099
    • 提供者:李正交
  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
    • 文件大小:509952
    • 提供者:zhaozm
  1. Windows-Socket

    0下载:
  2. windows下面的网络程序设计,有TCP和UDP的服务器和客服端-Socket Programing on windows
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-25
    • 文件大小:8430602
    • 提供者:歪爽
  1. Udp

    0下载:
  2. 实现windows socket Udp 通讯-windows socket udp communication
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-11
    • 文件大小:2295293
    • 提供者:许龙
  1. 基于网络的udp通讯发送端和接收端

    0下载:
  2. 基于windows的Socket网络编程,使用Udp通讯 里面有发送端,和接收端其中一台电脑启动发送端,另一台电脑启动接收端,能实现互相发送信息双方都能查看并接收对方发出的信息的功能。(Socket network programming based on windows, using Udp communication inside the sending end and the receiving end, in which a computer start sending end, ano
  3. 所属分类:网络编程

    • 发布日期:2017-12-19
    • 文件大小:3092480
    • 提供者:阳光小鹏
  1. ethnet udp tcp

    0下载:
  2. Windows TCP UDP SERVER CLIENT 套接字通信程序。(Windows TCP UDP SERVER CLIENT SOCKET communication code)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-04
    • 文件大小:63488
    • 提供者:Losserry
« 12 3 4 5 »
搜珍网 www.dssz.com