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

搜索资源列表

  1. vb2005-xdps-test-office

    0下载:
  2. 新华dcs UDP协议解读,vb版本,基本了解协议内部原理-Xinhua dcs UDP protocol Interpretation
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-02
    • 文件大小:414944
    • 提供者:chen
  1. Udpclient

    0下载:
  2. UDP通信传输,是客户端client的,socket的使用步骤-UDP communication
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:718
    • 提供者:super
  1. Udpserver

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

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

    0下载:
  2. 把 rs232 的訊號轉成 udp 的封包/互轉 -SERIAL TO UDP program
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-28
    • 文件大小:9646
    • 提供者:chen chs chs
  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. WindowsSocket

    0下载:
  2. 第1章 计算机网络体系结构 第2章 NetBIOS编程户端 第3章 重定向器、邮槽和管道 第4章 网络协议TCP/IP 第5章 局域网编程 第6章 Winsock基础 第7章 Winsock API高级编程 第8章 MFC Winsock高级编程 第9章 深入UDP 第10章 WinInet API开发 第11章 网络协议实现及应用 第12章 综合实例- Chapter 1 Computer Netw
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-06-10
    • 文件大小:16945617
    • 提供者:ichoo
  1. UDPDemo

    0下载:
  2. UDP通信源代码,没有BUG 可以直接运行-UDP communications source code, there is no BUG can be directly run
  3. 所属分类:Windows CE

    • 发布日期:2017-04-25
    • 文件大小:49090
    • 提供者:xy
  1. UDPmedia

    0下载:
  2. 局域网音频广播软件,使用UDP协议,并在元基础上就音频格式使用GSM算法压缩,减少了网络流量。-LAN audio broadcasting software, the use of UDP protocol, and in yuan on basic audio formats used on the GSM compression algorithm, reducing network traffic.
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-03-31
    • 文件大小:211441
    • 提供者:rf
  1. UDPMIDLet

    0下载:
  2. 在j2me环境下实现udp的通信,比较适合于初学者,代码较简单-At java environment udp implementation of communications, more suitable to beginners, code simpler and more
  3. 所属分类:J2ME

    • 发布日期:2017-04-10
    • 文件大小:981
    • 提供者:张飞
  1. ip_tcp_udpbcast

    0下载:
  2. 用c++实现的IP TCP UDP广播协议,相信对于理解TCP IP 协议有很大的帮助作用-Using c++ implementation of the IP TCP UDP broadcast protocol, I believe that for understanding the TCP IP protocol has a lot of help
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-15
    • 文件大小:8396
    • 提供者:gezhenjiang
  1. a

    0下载:
  2. linux网络程序设计的例子源代码,有关进程,管道,CS结构,UDP,TCP,原始套接字-unix linux network programming codes
  3. 所属分类:Linux Network

    • 发布日期:2017-04-03
    • 文件大小:744080
    • 提供者:李云
  1. JavaNetworkProgramming

    0下载:
  2. java网络编程,涉及TCP,UDP,内容很详细-java network programming, involving TCP, UDP, the contents of a very detailed
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-26
    • 文件大小:9185475
    • 提供者:王磊
  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. UDP_YY_1.3

    0下载:
  2. udp 穿透NAt,和文件传输,用UDP模拟tcp的机制发送文件-peer to peer programming,udp act as tcp
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-02
    • 文件大小:158777
    • 提供者:陈金力
  1. UDP

    0下载:
  2. 基于互联网的通信的模块代码,主要是应用BORLANDC++进行开发的,基于UDP协议进行通信。-Internet-based communications module code, the main applications are BORLANDC++ for development, based on the UDP protocol to communicate.
  3. 所属分类:GPS develop

    • 发布日期:2017-04-15
    • 文件大小:6504
    • 提供者:zy
  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-ject

    0下载:
  2. GPRS的UCP协议源程序,对初学者有用。-Source of the UCP protocol GPRS, useful for beginners.
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:1784
    • 提供者:rr
  1. Socket

    0下载:
  2. 内有UDP点对点聊天及TCP.UDP高级编程等相关的详细代码。从事网络编程开发及学习者值得借鉴。-Within the UDP peer-to-peer chat and have TCP.UDP high-level programming code and other related details. Engaged in the development of network programming and learners to learn.
  3. 所属分类:WinSock-NDIS

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

    0下载:
  2. sockets封装的udp,主要是自己用着方便-sockets package udp, mainly with the convenience of their own
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-13
    • 文件大小:1547
    • 提供者:陈先生
  1. tcpudp

    0下载:
  2. 监听TCP、UDP端口,查看进程及服务.-TCPUDP port monitor to see the process and services.
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-05
    • 文件大小:300328
    • 提供者:sworld
« 1 2 ... 31 32 33 34 35 3637 38 39 40 41 ... 50 »
搜珍网 www.dssz.com