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

搜索资源列表

  1. Udpserver

    0下载:
  2. UDP通信程序,主要介绍SOCKET服务器端的设置步骤-UDP server
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:737
    • 提供者:super
  1. udp_chat_tool

    0下载:
  2. 学习Indy控件时写的一个简单例子,使用UDPServer进行通讯, 服务器进行数据转发,也可以直接进行客户端到客户端的通讯, 修改一下即可实现。 -Indy control study when Writing a simple example, the use of UDPServer communicate forward data server can also direct the client to client communications, make some
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-04-17
    • 文件大小:454865
    • 提供者:chengan
  1. UDP

    0下载:
  2. 学习Indy控件时写的一个简单例子,使用UDPServer进行通讯,服务器进行数据转发,也可以直接进行客户端到客户端的通讯,修改一下即可实现。-Indy control study when Writing a simple example, the use of UDPServer communicate forward data server can also direct the client to client communications, make some corrections
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-04-28
    • 文件大小:457698
    • 提供者:马振良
  1. udpserver

    0下载:
  2. 基于udp通信的服务器端源代码,可以与基于udp通信的客户端端实现通话-server for udp communication
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-12
    • 文件大小:895
    • 提供者:黎莲莲
  1. udpServer

    0下载:
  2. tcp udp socket commucation
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-04
    • 文件大小:432786
    • 提供者:jia
  1. UDPServer

    0下载:
  2. 实现了UDP服务站的功能,封装的类只包括接收功能,不发送,本人现在使用非常流畅好用,监听端口,简单好用,可移植。- realize an UDP Server
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-12
    • 文件大小:2916113
    • 提供者:Olympia
  1. udpServer

    0下载:
  2. 这是一个网路通信中实现传输的服务器端的源代码-This is a communications network to achieve transmission of the server-side source code
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:1186
    • 提供者:cherrytian
  1. UDPServer

    0下载:
  2. XSBase270实验开发平台SMS实验源码-XSBase270 experimental development platform for SMS test source
  3. 所属分类:Windows CE

    • 发布日期:2017-03-30
    • 文件大小:49802
    • 提供者:jameslee
  1. chap04

    0下载:
  2. 、测试该文件时应首先启动UdpServer的服务器端,接着启动myUdpClient的客户端软件。 3、在myUdpClient项目文件中myUdpClient.cs文件的56行为连接到远程服务器端的IP地址,这里为本地IP地址,实际使用时应相应更改。 以上软件是需要注册才能长期正常使用的软件,请大家支持正版软件的使用-To test the document should be the first to start UdpServer server-side, an
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:111769
    • 提供者:李佳
  1. UDPServer

    0下载:
  2. 通过J2ME实现的UDP server,可用于TCK server端接收udp 连接-J2ME achieved through the UDP server
  3. 所属分类:J2ME

    • 发布日期:2017-04-08
    • 文件大小:1674
    • 提供者:Ge
  1. UdpServer

    0下载:
  2. 这是一个UDP通讯的C#源代码,它是作为服务端而使用-This is a UDP communication C# source code, which is used as a service-side
  3. 所属分类:.net

    • 发布日期:2017-04-07
    • 文件大小:33657
    • 提供者:刘少鹏
  1. massage

    0下载:
  2. 使用UDPServer进行通讯,服务器进行数据转发,也可以直接进行客户端到客户端的通讯。-Use UDPServer communication, server, data forwarding, you can also direct the client to client communications.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-01
    • 文件大小:456631
    • 提供者:郑飞
  1. UDPClientServer

    0下载:
  2. 使用Indy 中的UDPServer 和 UDPClinet监听系统端口,发送 接收信息的例子-Use Indy' s UDPServer and UDPClinet monitoring system port, send and receive messages example
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-29
    • 文件大小:369445
    • 提供者:df
  1. udpfile

    0下载:
  2. 1. 打开UDPServer.dsw,client.dsw,进入VC6.0开发环境,读懂项目程序UDPserver和UDPclient程序; 画出服务器端与客户端主要函数的调用流程。 2.在单机上运行它们,验证其具有一个数据的通信能力。 -1. Open UDPServer.dsw, client.dsw, into VC6.0 development environment, read the project procedures UDPserver and UDPclient pro
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-15
    • 文件大小:3822906
    • 提供者:chegnyangmao
  1. TCPUDP

    2下载:
  2. 1)TCPClient.java, TCPServer.java, UDPClient.java, UDPServer.java的调试,通过设置完成通信的计算机ip地址及port号,实现通信过程,记录运行结果; 2) WEBServer.java调试,客户机运行IE浏览软件,通过对web server端一个文件的读取,检测WEBServer.java的正确性,同时记录所浏览到的超文本文件内容。 -TCPClient.java, TCPServer.java, UDPClient.java
  3. 所属分类:Java Develop

    • 发布日期:2016-10-24
    • 文件大小:2714
    • 提供者:李南
  1. udpserver

    0下载:
  2. udp server and client files.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-11
    • 文件大小:862
    • 提供者:jes
  1. udpdemo

    0下载:
  2. 一个简单的UDPserver,实现UDP服务器与客户端的通信-A simple UDPserver, UDP server and client to achieve the communication
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-01
    • 文件大小:787479
    • 提供者:weixiaoli
  1. CSharp_most_efficient_UDP_server_client

    0下载:
  2. 这是最简UDP 服务器/客户程序. 编译运行正确. 已用于实际工程.注释全面. 从这里你可以 学到网络编程的原理. UDPServer 和 UDPClient 编译/使用说明 1. 编译 用 Microsoft (R) Visual C# 2010 编译. 开DOS窗口, csc UDPServer.cs -- 编译UDP 服务端, 产生UDPServer.exe csc UDPClient.cs -- 编译UDP 客户端, 产生UD
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-02
    • 文件大小:6107
    • 提供者:Mike
  1. udpserver

    0下载:
  2. 日志服务器,与客户端对应,存储由客户端产生的日志信息,按照IP地址,日期,可执行文件名进行存储,方便查询。(源代码中修改服务器IP重新编译即可使用)-Log Server, and client correspondence generated by the client stores the log information, in accordance with the IP address, date, name of the executable file for storage, eas
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-08
    • 文件大小:2044794
    • 提供者:陆丽华
  1. UDPServer

    0下载:
  2. 一个简单的UDP服务端,适合初学者入门。此程序使用了异步socket-a simple UDP server
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-07
    • 文件大小:43843
    • 提供者:nick
« 1 2 34 5 6 7 »
搜珍网 www.dssz.com