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

搜索资源列表

  1. myUdpClient

    0下载:
  2. UDP客户端连接方法,在上位机建立套接字,可以用来连接服务端,希望对需要的朋友有用-UDP client connection method establishes a socket in the PC can be used to connect the server side, and I hope useful friends
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-11
    • 文件大小:866
    • 提供者:yubin
  1. socket_communication

    0下载:
  2. TCP套接字编程实现: 开发一个多线程服务器,它能并行服务于多个请求。 提示: 用Java或c/c++语言开发; 通过调用操作系统API接口创建线程; 假定3个客户端,客户端i发送“Hi,God”,服务器回答“What can I do for you, my son i”,客户端收到后显示服务器回答。 分别用TCP和UDP两个协议来测试,端口号自定义 -TCP socket programming: Develop a multi-threaded server,
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:2958
    • 提供者:yelangya
  1. UDP_SOCKET

    0下载:
  2. MFC实现UDP SOCKET网络通讯,可以互发消息,分客户端和服务端-MFC implementation of UDP SOCKET network communication, can message each other, divided into client and server
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-18
    • 文件大小:4800305
    • 提供者:Jack
  1. UDP_Program

    0下载:
  2. 一个简单的UDP通信。服务端和客户端有一段信息互发。可以给刚开始学习的一个简单示例-A simple UDP communication. Service and client information exchanged by some. Can give just beginning to learn a simple example
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-23
    • 文件大小:26674
    • 提供者:liming
  1. UDPSocket

    0下载:
  2. UDP Socket 通信 服务端和客户端进行数据传输-UDP Socket The Server and the client transfer data
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-15
    • 文件大小:5888
    • 提供者:scutsoftware
  1. transfer

    0下载:
  2. 基于UDP的文件传输,可以实现服务端和客户端之间的文件传输,读入并保存在本地文件。-UDP-based file transfer, file transfer can be achieved between the client and the server, and read and stored in the local file.
  3. 所属分类:CSharp

    • 发布日期:2017-05-20
    • 文件大小:6058442
    • 提供者:李岑
  1. codefans.net

    0下载:
  2. 简单的聊天程序,适合VB的初学者参考。分客户端和服务端。运用了winsock控件和UDP协议,可同时允许10个人在线聊天。-Simple chat program, suitable for VB learners. Client and server.Using the winsock control and UDP protocol, can allow 10 people online chat at the same time.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:7473
    • 提供者:plafun2009
  1. udp_server_client

    0下载:
  2. udp 协议通信简单实现 udp_server做服务端 udp_client做客户端 可做原理参考-udp protocol communication server to do simple implementation udp_server udp_client clients do make reference to the principle of
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1693
    • 提供者:YUAN
  1. tcpMyQQ

    0下载:
  2. VC++ TCP 方式实现MYQQ,仿QQ的小软件,功能没QQ多,只是实现基础的TCP通讯功能,连接方式可以连接TCP/udp,服务选择里可选客户端和服务端或都两者都是。另外程序还具备抓图功能,请先指定对方IP。-This file contains a summary of what you will find in each of the files that make up your MODIVCDemo application. MODIVCDemo.dsp T
  3. 所属分类:assembly language

    • 发布日期:2017-04-26
    • 文件大小:29711
    • 提供者:六和
  1. IdUDPcall

    3下载:
  2. delphi UDP通讯的一个简单示例,服务端和客户端接收- 您是不是要找: delphi UDP通讯的一个简单示例 A simple example delphiUDP communications
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-08
    • 文件大小:365832
    • 提供者:asas
  1. uart_udp_tcp.tar

    0下载:
  2. 用qt4开发的tcp客户端和服务端和串口,udp等工具大全,源码奉上。-Qt4 developed using tcp client and server and port, udp tools such as Guinness, source offer.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-11
    • 文件大小:2526820
    • 提供者:管小亮
  1. MyQQ

    0下载:
  2. VC++ TCP 方式实现MYQQ,仿QQ的小软件,功能没QQ多,只是实现基础的TCP通讯功能,连接方式可以连接TCP/udp,服务选择里可选客户端和服务端或都两者都是。另外程序还具备抓图功能,请先指定对方IP-VC++ TCP way to achieve MYQQ, small software like QQ, QQ multi-function not only achieve TCP-based communication functions, connections can be c
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:29162
    • 提供者:kpudn3
  1. dfs

    0下载:
  2. C语言编写的UDP简单文件传输协议TFTP,含客户端和服务端 默认的下载路径为E:/up/,文件将被下载到E:/dn/下;默认的上传路径为E:/dn/,文件将被上传到E:/up/下,也可以通过改变源码更改下载上传路径 不仅支持简单的文本传输,也支持视频音频压缩以及大文件的传输,且传输速度快
  3. 所属分类:Button control

    • 发布日期:2017-04-08
    • 文件大小:27136
    • 提供者:xx
  1. Chapter14

    0下载:
  2. 网络传输编程软件,有客户端,服务端基于TCP/IP协议和UDP协议-Network programming software, the client, the server based on TCP/IP protocol and UDP protoco
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-19
    • 文件大小:5218809
    • 提供者:yangjilong
  1. Socket

    0下载:
  2. 基于TCP协议的Socket编程,分为服务端和客户端,包括用户名注册,登陆,上传文件,判断文件格式是否为.txt,搜索文件,注销等功能,并且还有一部分利用UDP协议实现ping功能-Socket programming based on TCP protocol, divided into server and client, including user name registration, login, upload files to determine whether the file f
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-12
    • 文件大小:2821350
    • 提供者:程功
  1. file

    0下载:
  2. 通过UDP的服务端向客户端传多个文件,先通过服务端把文件列表传给客户端,客户端看到文件列表以后,根据需要选择需要的文件序号,把该文件序号传给服务端,服务端收到文件序号,就会把该文件传给客户端。注意:这是labview2011版的,还有端口号已默认无需修改,但是服务端和客户端IP必须一致,而且要设成服务端电脑的IP地址-Transfer a file to the client through the UDP server, to the list of files to the client t
  3. 所属分类:LabView

    • 发布日期:2017-04-25
    • 文件大小:170442
    • 提供者:蒲瑶
  1. udpnat

    0下载:
  2. 根据udp协议进行网络穿透的例子,包括了服务端的程序和客户端口的程序, 有利于加深理解穿透原理。-Examples of network penetration under the udp protocol, including the server and client programs ports conducive to penetrate deeper understanding of the principles.
  3. 所属分类:Console

    • 发布日期:2017-04-23
    • 文件大小:32485
    • 提供者:lxjlhyy
  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. 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. server_setup

    0下载:
  2. 封装了Linux上socket相关的系统调用,可快速建立服务于单个客户端的TCP/UDP服务器。-Package on the Linux socket-related system calls, you can quickly build services to a single client TCP/UDP server.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-12
    • 文件大小:1039
    • 提供者:name
« 1 2 ... 8 9 10 11 12 1314 15 16 »
搜珍网 www.dssz.com