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

搜索资源列表

  1. vc 6.0 的最简单基本的socket通信例子

    0下载:
  2. vc 6.0 的最简单基本的socket通信例子(含有tcp和udp),可以用vc6.0或者更高版本打开:-),vc 6.0 The simplest example of the basic socket communication (with tcp and udp), can be used to open vc6.0 or later :-)
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2017-05-23
    • 文件大小:29146
    • 提供者:何俊斌
  1. eUDPDaDong 易语言UDP打洞源码

    2下载:
  2. 易语言UDP打洞源码 注意:本例程两个客户端必须在不同的内网中,在同一个内网中可能不能通信,也没的必要,服务器端要求端口映射8000和8011端口,客户端不必映射(客户端的UDP断口是8188)当两个客户都连接上服务器时自动开始打洞,双房可以通信,也可以关了服务器或客户断开TCP连接. 现在绝大多数的NAPT是Cone NAT。本人在测试的过程中,只好使用了一台日本的Symmetric NAT。还好不是自己的买的,我从不买日货, 希望看这篇文章的朋友也自觉的不要购买日本的东西
  3. 所属分类:Internet/网络编程

    • 发布日期:2017-03-21
    • 文件大小:5665
    • 提供者:韦瀚斌
  1. web

    1下载:
  2. 用stm32F103和w5100芯片实现网络通信,支持多种通信协议:TCP,UDP,HTTP。是一个不错的开发模版-Stm32F103 and w5100 chip with network communication, support for multiple communication protocols: TCP, UDP, HTTP. The development is a good template
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-11
    • 文件大小:3056449
    • 提供者:商博
  1. testSocket

    0下载:
  2. android Socket通信,使用socket实现tcp和udp连接的测试,支持中文。-socket client
  3. 所属分类:android

    • 发布日期:2017-11-09
    • 文件大小:43396
    • 提供者:周艳明
  1. TCP_UDP

    0下载:
  2. TCP和UDP通信的socket编程demo,linux ubuntu下测试通过,有makefile-socket demo of communicating with TCP/UDP protocols
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-28
    • 文件大小:4799
    • 提供者:Tracy
  1. TCPandUDP

    0下载:
  2. 使用TCP/UDP传输协议分别进行服务器及客户端通信的框架代码。使用最基本的API函数,理解TCP及UDP传输层协议驱动的异同。-Use TCP/UDP transport protocol, respectively, for simple server and client communication framework code.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-20
    • 文件大小:5817864
    • 提供者:天生
  1. ucos_tcpip_44boxADS1.2

    0下载:
  2. tcpip 在44b0x板上的移植,ucos-ii,开发环境是ADS1.2。很长一段时间里,我没有在网上下到直接能在44B0X –RL8019 的ADS1.2环境下的 TCPIP 程序.而嵌入式之所以区别于8位单片机,最主要的是他能方便实现上网. 因此,学习嵌入式,没有掌握网络通信,算不上真正的嵌入式.于是自己根据网上下载 的程序,结合TCPIP原理,慢慢的修改, 终于程序能稳定运行了.现在的演示例子,同时能运行tcp和udp协议. Tcp的演示是通过一个小小的嵌入式网页来实现的, 而UDP
  3. 所属分类:uCOS

    • 发布日期:2017-03-28
    • 文件大小:599638
    • 提供者:pan
  1. feige

    0下载:
  2. 飞鸽传书(IP Messenger)是一个小巧方便的即时通信软件,它适用于局域网内甚至广域网间进行实时通信和文档共享。基于 TCP/IP(UDP),无需服务器,简单易用。可传送文件和文件夹。通讯数据采用RSA/Blofish 加密。-Dove Chuanshu (IP Messenger) is a compact and convenient instant messaging software, it applies to the LAN or even WAN conducted real
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-24
    • 文件大小:7896898
    • 提供者:
  1. TT62_GPRS_DTU

    0下载:
  2. TT62嵌入式GPRS DTU模块用户手册 3.0 TT6X GPRS DTU(简称DTU),是一款使用GPRS进行无线数据传输的设备。支持PPP、TCP、UDP、DNS等众多复杂网络协议和SOCKET插口标准,为用户提供全透明数据传输和用户自定义协议传输两种模式。 同时支持点对点、点对多点、设备间、设备与中心间等各种不同的通讯模式。 用户不用关心复杂的网络通信协议、通过串行口,就可以进行无线数据收发,让你的设备随时随地接入Internet。 本DTU产品支持TCP和UDP两种
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-10
    • 文件大小:1040323
    • 提供者:姜飞
  1. UDPChat

    0下载:
  2. UDP点对点通信的实现例程,可以直接运行,有助于理解UDP于TCP的区别-UDP peer-to-peer communications implementation routines, can be directly run, help to understand the difference between UDP in TCP
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-05
    • 文件大小:294441
    • 提供者:刘少川
  1. tcpudpsocket.tar

    0下载:
  2. 用C语言自己写的LINUX下socket网络编程通信的程序,包括三个源码,比较全面,TCP和UDP编程都有,可以通过socket获得主机的IP,在服务器和客户端这间发送文本消息,希望对初学者有帮助。-Written in C language with its own socket network programming under LINUX communication procedures, including the three source code, a more comprehens
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-29
    • 文件大小:13214
    • 提供者:马逸
  1. tcpandudp

    0下载:
  2. 运用网络知识编写个简单的聊天程序,实现一对一和一对多的功能,通过聊天程序的编写,熟悉网络通信的socket编程方面的知识,对udp通信有进一步认识-tcp
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:258175
    • 提供者:majun
  1. uCOS-II

    0下载:
  2. 嵌入式arm7的tcp/ip协议的实现,开发环境为ads1.2,可以实现tcp和udp的通信-Embedded arm7 the tcp/ip protocol implementation, development environment for ads1.2, can be achieved tcp and udp communication
  3. 所属分类:uCOS

    • 发布日期:2017-03-30
    • 文件大小:79984
    • 提供者:dfd
  1. IPDump

    0下载:
  2. 非常实用的Windows环境下网络编程代码,可以稍加修改应用于实际编程中。包括网络监听,和TCP、UDP通信的源码,绝对超值!-Very useful Windows environment, network programming code, can be modified to apply to the actual programming. Including network monitoring, and TCP, UDP traffic source, the absolute val
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:97340
    • 提供者:linyi
  1. myIPV6

    0下载:
  2. socket聊天,可以实现点对点的通信,本程序为udp模式,没有使用tcp那种需要重传的机制。-socket talking
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-05
    • 文件大小:90323
    • 提供者:傅振
  1. tongxin

    0下载:
  2. vc编写的关于通信的代码,已经编译通过,使用了TCP、UDP等协议实现了聊天室的功能-vc prepared by the communications code has been compiled through the use of the TCP, UDP and other protocols of the chat room feature
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-09
    • 文件大小:15742849
    • 提供者:贾学振
  1. ChatRoom(Csocket)

    0下载:
  2. 详细的讲解vc通过CSocket来建立网络通信,可以是UDP和TCP。可以学习下-Vc explain in detail through the CSocket to establish network communication, which can be UDP and TCP. Can learn under the
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:33802
    • 提供者:peter
  1. ChatRoom(Winsock)

    0下载:
  2. 详细的讲解vc通过WinSocket来建立网络通信,可以是UDP和TCP。可以学习下-Vc explain in detail through the WinSocket to establish network communication, which can be UDP and TCP. Can learn under the
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:17257
    • 提供者:peter
  1. socket

    0下载:
  2. Linux下的SOCKET通信程序,包括TCP通信范例和UDP通信范例,修改Makefile文件可在PC平台或者嵌入式平台上运行-Linux Socket communications programs, including TCP and UDP traffic communication paradigm, paradigm, modify the Makefile file can be run in an embedded platform
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:50464
    • 提供者:沧海一笑
  1. Cjingdianwenti100

    0下载:
  2. c语言的经典问题,进程通信,线程通信,网络编程 tcp/ip,udp-c language of classical problems, process communication, thread communication, network programming tcp/ip, udp
  3. 所属分类:source in ebook

    • 发布日期:2017-04-01
    • 文件大小:27236
    • 提供者:legend
« 1 2 3 4 56 7 8 9 10 ... 15 »
搜珍网 www.dssz.com