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

搜索资源列表

  1. CS

    0下载:
  2. 基于C/S模式的客户端服务器编程,通过TCP UDP连接实现时间查询,数值计算功能。-Based on C/S mode of client-server programming, TCP UDP connection through time inquiries, numerical computing.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-03
    • 文件大小:198251
    • 提供者:鲁晓明
  1. RawPacket

    0下载:
  2. In this article, I will explain how to create UDP packets and then send them to a remote server through the Internet using WinPCap for Windows. The code has been tested to work with Windows XP SP2 and Vista SP1 on Linksys routers, and on Toshiba mode
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:30286
    • 提供者:黄海栋
  1. UDPServer

    0下载:
  2. 一个UDPServer的实现,直接创建该对象就可以使用,方便快捷-Am implemetation of UDP Server based on C++
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-16
    • 文件大小:10263
    • 提供者:老杨
  1. NetServ

    0下载:
  2. udp自动转发程序,在服务器端运行程winnetserv.exe后就会自动把client.exe发送过来的udp包转发到指定的ip地址-udp automatically forward procedure at the server side to run automatically after the way winnetserv.exe put client.exe sent forward the udp packets to a specific ip address
  3. 所属分类:.net

    • 发布日期:2017-04-28
    • 文件大小:115802
    • 提供者:toby
  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. Chat6

    0下载:
  2. 开发环境:MyEclipse 实现简单的聊天室功能,学会TCP,UDP协议,在客户机/服务器模型下用WINSOCK实现Internet中常见的聊天室软件的方案。-Development Environment: MyEclipse easy implementation of the chat room feature, Institute of TCP, UDP protocol, the client/server model using WINSOCK implementation o
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-27
    • 文件大小:150869
    • 提供者:任芳
  1. feng-0.1.99.1

    0下载:
  2. feng rtsp服务器源码,使用tcp/udp/sdp/rtcp/rtp/rtsp-feng rtsp server source code, use the tcp/udp/sdp/rtcp/rtp/rtsp
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-27
    • 文件大小:912200
    • 提供者:
  1. MY_ChatClient

    0下载:
  2. 聊天客户端程序,包括服务器端口,服务器地址,tcp/udp类型选择,聊天记录显示以及发送消息等等,是很好的源码学习.-Chat client, including the server port, server address, tcp/udp type selection, chat records show, as well as send messages and so on, are a good source of study.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-28
    • 文件大小:42638
    • 提供者:chinaprint
  1. UDP_Jieshou

    0下载:
  2. 实现的UDP服务器,能够在多台计算机上进行收发信息的测试,能够完成多方的数据通信。 -Implementation of the UDP server, multiple computers can send and receive information on the test, be able to achieve multi-party data communications.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-14
    • 文件大小:3283662
    • 提供者:刘晓东
  1. server-client1

    0下载:
  2. 一个udp收发包程序~linux下运行~-A program of Udp sending and receiving packets running on linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:1271
    • 提供者:丁丁
  1. LanTalk

    1下载:
  2. 本程序设计分为服务器应用程序及客户机应用程序部分,采用Socket套接字库网络编程。(UDP)和(TCP/IP)相结合的连接方式,及解决了数据传输的时效性又能保证数据在传输的过程中不会丢失。另外程序采用多个线程来避免程序阻塞。具体设计思路及部分代码如下: 程序设计目的:首先就是完成课设任务啦(大二课设内容)其他目的: 1:练习使用套接字进行网络编程。 2:练习使用自定义消息。 3:练习多线程方面的编程思想。 4:练习使用各种控件。 -This procedure
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:212573
    • 提供者:baiydusr
  1. ListClrtest

    0下载:
  2. 模板代码 实现UDP发送接收以及作为服务器网络编程等重要功能-Template code to send UDP server to receive network programming, as well as other important functions
  3. 所属分类:Communication

    • 发布日期:2017-04-26
    • 文件大小:25960
    • 提供者:jinni
  1. client

    0下载:
  2. linux环境下udp协议的客户端代码,向服务器端发送请求,显示服务器回应请求的时间-udp protocol under linux client code to send the request to the server-side, showing the server time to respond to the request
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:738
    • 提供者:KATE
  1. P2P

    0下载:
  2. 一个P2P 之 UDP穿透NAT的原理与实现!编译无误,开发环境VC6,有客户端和服务端!-UDP penetration of a P2P principle and implementation of NAT! Correct compiler, development environment VC6, there are client and server!
  3. 所属分类:P2P

    • 发布日期:2017-03-29
    • 文件大小:572779
    • 提供者:NiP
  1. udp_chat

    0下载:
  2. this file sample in delphi show how to use udp for chating clint\server
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-07
    • 文件大小:6947
    • 提供者:huss
  1. WinSockUDP

    0下载:
  2. winSockUdp程序编写了UDP客户端和服务端案例,同时也有TCP通讯连路例程,希望对网络编程用户有所帮助。-winsockudp include UDP client and UDP server example
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-25
    • 文件大小:66629
    • 提供者:lzy
  1. UDP

    0下载:
  2. 基于UDP的Server端和client端的设计与实现。-UDP based on the Server side and client-side design and implementation.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-29
    • 文件大小:110427
    • 提供者:蒋东明
  1. udp_client

    0下载:
  2. UDP Client Source. This will be works with UDP Server
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:700
    • 提供者:Korea
  1. udps

    0下载:
  2. 一个简单的UDP Server实现,虽然简单,但是关于UDP的基本点全部涵盖了,-A simple UDP Server to achieve, although simple, but the basic point on the UDP covers all, thank you
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-15
    • 文件大小:6388
    • 提供者:朝发羊
  1. tcpudpserverclient

    0下载:
  2. TCP UDP CLIENT SERVER COMMUNICATION ENJOOOOOOOOOOOOY
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-14
    • 文件大小:3124
    • 提供者:ammar hourani
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 50 »
搜珍网 www.dssz.com