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

搜索资源列表

  1. UDPClientConsole

    0下载:
  2. C++编写的UDP网络例程,适合初学者学习-C++ prepared by the UDP network routines, suitable for beginners to learn
  3. 所属分类:Windows Kernel

    • 发布日期:2017-06-09
    • 文件大小:16055818
    • 提供者:Jack
  1. wdb

    0下载:
  2. wdbUdpLib.c - WDB communication interface UDP datagrams The WDB agent communicates with the host using sendto/rcv function pointers contained in a WDB_COMM_IF structure. This library implements these methods using a lightweight UDP/IP stack a
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:5222
    • 提供者:erseal
  1. TCPandUDP

    0下载:
  2. 利用C++程序编写了TCP、UDP协议下的数据发送和接收-Use C++ programming the TCP, UDP protocol under data transmission and reception
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-04
    • 文件大小:3930
    • 提供者:wang
  1. Network-Demo-CSharp

    0下载:
  2. Network-Demo-C#是用c#开发的网络方面的demo,覆盖http、tcp/ip、udp、socket的服务端和客户端的demo示例-Network- Demo- c# Demo is to use c# development of the Network, HTTP, TCP/IP, udp, socket server and client Demo sample
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-04
    • 文件大小:90404
    • 提供者:shenyunmin
  1. swoole-master

    0下载:
  2. 一个专门为PHP语言设计的异步、并行、高性能网络通信引擎,使用纯C语言编写,提供了PHP语言的异步多线程服务器,异步TCP/UDP网络客户端,异步MySQL,异步Redis,数据库连接池,AsyncTask,消息队列,毫秒定时器,异步文件读写,异步DNS查询。 Swoole内置了Http/WebSocket服务器端/客户端、Http2.0服务器端。-A special asynchronous, PHP language design, high performance parallel net
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-12-12
    • 文件大小:823640
    • 提供者:Shannon
  1. UDPD

    0下载:
  2. UDP socket服务器C源代码 可以直接使用-UDP socket server source code
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-12-13
    • 文件大小:24689
    • 提供者:unknown error
  1. 门禁

    0下载:
  2. 完全使用C语言对门禁的基础功能进行编写,通过udp协议与底层进行数据的交互,取出对应数据后在和平台端进行交互。(Full use of C language based on function to access the write data through the UDP protocol and the underlying interaction, interact in peace you take out the corresponding data.)
  3. 所属分类:中间件编程

    • 发布日期:2017-12-18
    • 文件大小:9697280
    • 提供者:csk18000
  1. P2PDemo

    0下载:
  2. windows平台下C/c++实现的udp-p2p打洞demo程序(UDP implementation of the P2P hole demo program)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-19
    • 文件大小:2717696
    • 提供者:AndyZhu
  1. Unreal Engine 4 UDP 通信C++代码

    1下载:
  2. UE4 socket 数据接收以及发送,功能示例(UE4 Socket message sent and receive)
  3. 所属分类:其他

  1. 73462713Router

    0下载:
  2. 实现关于路由器的简单功能。 实现距离矢量路由算法。 所实现的路由器模拟Internet上的IP路由器。它能确定网络的最短路由,并在这些利用上传输分组 实现功能简介 1) 编写一个称为“Router”的程序 2) 利用距离向量算法更新路由表 3) 该程序的多个实例(进程或线程)可以以运行在一台机器 4) 实例之间利用UDP交换路由表 5) 假设结点与其邻居结点的都为距离为1。 6) 为了指明实例及其邻居,程序
  3. 所属分类:其他

    • 发布日期:2018-01-04
    • 文件大小:73728
    • 提供者:韩大侠
  1. evpp-master

    0下载:
  2. evpp是一个基于libevent开发的现代化C++11高性能网络服务器,自带TCP/UDP/HTTP等协议的异步非阻塞式的服务器和客户端库。(Evpp is a modern C++11 high performance network server based on libevent. It has asynchronous and non blocking server and client library with TCP/UDP/HTTP protocol.)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-05
    • 文件大小:944128
    • 提供者:执笔相思
  1. P2PTest

    0下载:
  2. P2P是Peer-to-Peer的缩写,也叫对等互联或点对点技术。与TCP、UDP不同,P2P并不是一种新的协议,而是利用现有的网络协议实现网络数据或资源信息共享的技术,它使用的可能是TCP,也可能是UDP或者其它协议。使用P2P技术,可以让一台计算机与另一台计算机直接交换数据,通过Internet直接使用对方的文件,而不必像传统的C/S模式全部通过服务器处理。(P2P is the abbreviation of Peer-to-Peer, also called peer to peer o
  3. 所属分类:网络编程

    • 发布日期:2018-05-01
    • 文件大小:36864
    • 提供者:白菜123
  1. 10w IM架构方案及分析

    1下载:
  2. 目前游戏的服务器架构主要由“游戏大厅”和“PvP”2个部分组成,而在不断探索中,其后来又在架构中加入了Proxy中转服务器,也正是这个服务器的加入为《王者荣耀》解决了后来“安卓、iOS”同服等一系列出现的问题。此外,他还介绍了《王者荣耀》在网络协议以及同步方案上的一些尝试,并一一复盘了这些尝试的优劣势,并解答了为什么,最终游戏会放弃TCP协议(传输控制协议)与曾经在《霸三国》中所使用的CLIENT-SERVER结构(C/S结构),并且转而使用了UDP协议(用户数据报协议)与帧同步同步方案。(At
  3. 所属分类:其他

    • 发布日期:2019-05-22
    • 文件大小:2176000
    • 提供者:tmpsammy
« 1 2 ... 38 39 40 41 42 43»
搜珍网 www.dssz.com