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

搜索资源列表

  1. UDP_tftp

    0下载:
  2. UDP实现文件传送,客户端和服务端,vc++6.0-UDP Realize the file transfer,With the client and server,vc++6.0
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-14
    • 文件大小:3185937
    • 提供者:刘光海
  1. SocketUdpServer

    0下载:
  2. 一款WINFORM应用程序 可自定义监听指定IP地址以及端口的Socket服务端工具。 仅支持UDP-A WINFORM application Customizable listening to the specified IP address and port Socket server tools. Only supports UDP
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:145582
    • 提供者:李晓洋
  1. UDPSRV

    0下载:
  2. vc++编写的基于控制台应用程序,实现了UDP通信服务端。-vc++ written console-based application that implements UDP communications server.
  3. 所属分类:Communication

    • 发布日期:2017-05-19
    • 文件大小:5437979
    • 提供者:thomas
  1. UDPBroadCast

    0下载:
  2. 用了asyncUdpSocket, 服务端在接收到广播后,就会做出回应,然后就可以开始通讯了。-UDP broadcast
  3. 所属分类:MacOS develop

    • 发布日期:2017-05-26
    • 文件大小:8753044
    • 提供者:徐璐
  1. SetTime

    0下载:
  2. 以UDP通信为基础,实现了linux平台主机之间系统时间同步的功能。程序分为客户端和服务端两个。服务端运行于作为时间标准的主机上,客户端运行于需要同步系统时间的主机上。运行时,客户端向服务段发送同步时间请求,服务端收到请求后将本机系统时间发给客户端,然后客户端根据收到的答复设置本机系统时间。运行时,请保证以root用户运行客户端程序以确保有权限修改系统时间。-With UDP-based communication, to achieve the system time synchronizat
  3. 所属分类:Linux Network

    • 发布日期:2017-04-25
    • 文件大小:61282
    • 提供者:LIU
  1. shuakezhushou_serv

    0下载:
  2. 当下流行的淘宝任务管理工具,刷客助手服务端源码,任务管理、UDP自动配对连接分配任务等-Taobao task management tool is popular now, brush guest assistant server source code, task management, UDP automatically paired connection task assignment etc.
  3. 所属分类:ELanguage

    • 发布日期:2017-04-27
    • 文件大小:18225
    • 提供者:michael
  1. UDPDemo

    0下载:
  2. UDP的简单实现 客户端和服务端都有可以参考一下-UDP to achieve a simple client and server have reference
  3. 所属分类:android

    • 发布日期:2017-04-25
    • 文件大小:9581
    • 提供者:逍遥
  1. demosever

    0下载:
  2. tcp udp协议的详细使用源代码 包括客户端,服务端;-tcp udp protocol coding. Its features include service and client.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-09
    • 文件大小:1804487
    • 提供者:yanglijun
  1. UDP_char

    0下载:
  2. 利用UDP的局域网聊天工具,客户端与服务端二合一-you can chat with your friends using my UDP_chat.
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-06-09
    • 文件大小:16662877
    • 提供者:老纸
  1. tcp_udp_client_server

    0下载:
  2. 基于网络编程套接字socket 服务端和客户端的程序使用TCP协议和UDP协议分别编写实现客户端与服务器端的程序-Using TCP and UDP sockets socket-based network programming service and client' s programming to achieve each client and server-side program
  3. 所属分类:Linux Network

    • 发布日期:2016-01-25
    • 文件大小:4096
    • 提供者:孙飞
  1. HP-Socket-src

    0下载:
  2. HP-SOCKET通用的高性能 TCP/UDP 通信框架,包含服务端组件、客户端组件和Agent组件,广泛适用于各种不同应用场景的 TCP/UDP 通信系统,提供 C/C++、C#、Delphi、E(易语言)、Java、Python 等编程语言接口。
  3. 所属分类:MiddleWare

    • 发布日期:2017-06-11
    • 文件大小:18413707
    • 提供者:drh
  1. udprevp2p

    0下载:
  2. 文件分为服务端和客户端,在局域网内两台机器上安装好后可以进行对话,采用P2P方式-UDP P2P TRANSMIT PACKET ON LANTALK
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-21
    • 文件大小:5940132
    • 提供者:彭家
  1. tcp_udp

    0下载:
  2. 有关TCP UDP 的简单使用说明包括服务端和客户端-TCP UDP
  3. 所属分类:CSharp

    • 发布日期:2017-04-26
    • 文件大小:53564
    • 提供者:张宇
  1. funChat

    0下载:
  2. 一个基于C#.NET的WPF程式 主要是通过UDP进行端口通讯,仅支持服务端与多客户端的聊天. 注意事项: -仅支持服务端与各个客户端的聊天 -服务端必须暴露在公网中 -客户端支持开机系统常驻 -带一些简单的客户端控制命令 -服务端有线程无法结束的BUG(推测是与客户端UDP连接没有彻底断开)-Based on C# .NET' s WPF program mainly through UDP port communication, only supports
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-17
    • 文件大小:448792
    • 提供者:林劭玮
  1. UDPClient-CSharp

    0下载:
  2. 用C#编写的独立UDP客户端,默认绑定地址127.0.0.1 端口为:9003,配合服务器使用,打开服务,与客户端建立连接即可通信-UDP server with independent written in C#, default binding address 127.0.0.1 port: 9003, with the clients, and to open the service, you can establish a communication connection with th
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-02
    • 文件大小:58375
    • 提供者:张来
  1. NetAssist

    1下载:
  2. Vc++实现的网络调试工具,可以建立TCP服务端、客户端,进行收发数据,也可以调试UDP-Vc++ to achieve the network debugging tools, you can create TCP server, client, send and receive data, you can debug UDP
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-27
    • 文件大小:394760
    • 提供者:Harlen
  1. udpServer

    0下载:
  2. 网络编程,UDP编写的服务端程序源码,用于通信测试-udp server sorce
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-26
    • 文件大小:23948
    • 提供者:vccc
  1. mytftp_udp

    0下载:
  2. 自己实现的tftp传输,基于udp,对于网络学习有一定帮助,linux下,包括客户端和服务端-TFTP transmission, based on the UDP, for the network to learn a certain help, Linux, including the client and server
  3. 所属分类:Linux Network

    • 发布日期:2017-04-14
    • 文件大小:4486
    • 提供者:教父
  1. tcpudpdebug_setup

    0下载:
  2. 一个TCP、UDP通信测试工具,服务端和客户端-A TCP, UDP communication test instruments
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-09
    • 文件大小:1862341
    • 提供者:jij
  1. QQTalk

    0下载:
  2. 类似qq的局域网聊天工具源码实例,首先是登录界面,填写用户名和密码进入聊天列表,用户之间可以相互通信聊天,包含客户端和服务端。基于tcp/udp协议的通信。-LAN chat tools qq similar source code examples, the first is the login screen, fill in the user name and password to enter the chat list, you can chat with each other to c
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:94112
    • 提供者:王彦杰
« 1 2 ... 11 12 13 14 15 1617 18 19 »
搜珍网 www.dssz.com