搜索资源列表

  1. 一个使用UDP协议写的围棋(小应用程序)

    0下载:
  2. 一个用UDP协议写的围棋小应用程序,欢迎大家下载研究-I-go application of java src with udp protocol.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-04-30
    • 文件大小:16384
    • 提供者:邵岩开
  1. A UDP-based Reliable Data Transfer Library

    0下载:
  2. 特别说明,A UDP-based Reliable Data Transfer Library源码非原创,详细说明见压缩包里的“说明”word文档-in particular, A UDP-based Reliable Data Transfer Library source of non-original, detailed descr iption of the compression bag "note" wo
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-04-30
    • 文件大小:185344
    • 提供者:王季
  1. UDP文件传输

    0下载:
  2. 本源码用DELPHI开发,使用UDP协议进行P2P文件传输-source with the Delphi development, use UDP for peer-to-peer file transfer
  3. 所属分类:P2P编程

    • 发布日期:2024-04-30
    • 文件大小:1107968
    • 提供者:ww
  1. udp通信

    0下载:
  2. 这是一个利用UDP进行通信的小程序,用的是异步套接字模式,可以灵活的改变原IP和目的IP以及原端口和 目的端口 -This is a use of UDP communications for the small program using the asynchronous socket model, the flexibility to change the original purpose of IP and IP, and the
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-04-30
    • 文件大小:27648
    • 提供者:程拨
  1. udp隧道

    0下载:
  2. 简单的UDP隧道的实现源代码,即UDP转发-simple UDP tunnel to achieve source code, that is, UDP transponders
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-04-30
    • 文件大小:1024
    • 提供者:Pear
  1. 基于UDP聊天系统

    0下载:
  2. 这是一款基于UDP服务器的聊天系统。可以实现局域网间聊天 -This is the UDP-based server chat system. LAN can be achieved between Chat
  3. 所属分类:ICQ/即时通讯

    • 发布日期:2024-04-30
    • 文件大小:46080
    • 提供者:李根
  1. 8051的UDP协议实现 协议实现--c语言编写

    0下载:
  2. 8051的UDP协议实现 协议实现--c语言编写 用51单片机实现的。-8051 to achieve the UDP protocol-- c language with the MCS-51 microcontroller.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-04-30
    • 文件大小:61440
    • 提供者:王明亮
  1. Multithreaded TCP-UDP Client Server

    0下载:
  2. .Ne 环境的下多线程的TCP/UDP 编程示例子,里面包括了服务器也客户端程序-. Ne environment under the multi-threaded TCP/UDP programming examples son, which includes the server client program
  3. 所属分类:编程文档

    • 发布日期:2024-04-30
    • 文件大小:3072
    • 提供者:蓝鸥
  1. UDP on CE4.2

    0下载:
  2. 一个基于windows ce 4.2系统的SH3处理器的UDP协议寨程序-windows ce based on a 4.2 system SH3 processor UDP Walled procedures
  3. 所属分类:Windows CE

    • 发布日期:2024-04-30
    • 文件大小:121856
    • 提供者:gwnpeter
  1. UDP连接

    0下载:
  2. UDP连接与发送消息的事例,在网上找的,有一定的参考价值-UDP connections, and sending news stories in the online find that there is a definite reference value
  3. 所属分类:C#编程

    • 发布日期:2024-04-30
    • 文件大小:329728
    • 提供者:kalophic
  1. 基于UDP聊天

    0下载:
  2. 一个基础的聊天程序,该程序使用VB6.0开发, 使用winscok控件,并基于UDP协议.程序很简单,为初学者学习探讨-basis of a chat program, which use Visual Basic 6.0 development, use winscok controls, and based on UDP. Simple procedures to beginners learning to explore
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-04-30
    • 文件大小:115712
    • 提供者:小兰
  1. UDP桌面

    0下载:
  2. java编写的两台机器通过UDP数据报发送和接受,类似于QQ的程序-prepared by the two machines through UDP datagrams send and receive, similar to the procedures QQ
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-04-30
    • 文件大小:2048
    • 提供者:
  1. UDP穿越Nat的源码

    0下载:
  2. UDP穿越Nat的源码 UDP穿越Nat的源码-UDP through UDP source of the source code through the Nat
  3. 所属分类:编程文档

    • 发布日期:2024-04-30
    • 文件大小:25600
    • 提供者:*
  1. UDP轻松应用

    0下载:
  2. "用户数据报协议"(User Datagram Protocol,简称UDP)是基于无连接的通信协议,不保证可靠数据的传输;"传输控制协议"(Transmission Cotrol Protocol,简称TCP)是基于连接的通信协议,可提供个两台计算机之间可靠无差错的数据传输。但是UDP能够向若干台目标计算机发送数据;接收发自若干个源计算机的数据。而在多台计算机构成的仿真或控制系统中,经常会出现多台计算机进行数据传输,所以在仿真或控制软
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-04-30
    • 文件大小:31744
    • 提供者:陈一
  1. 基于UDP-面向连接的应用程序

    0下载:
  2. 基于UDP-面向无连接的应用程序 网络通信应用程序:客户机发出数据请求命令,服务器根据其命令提供数据; 服务器端异步地发出UDP包,客户端接受UDP包并写入.TXT文件中。 -UDP-based-no connection-oriented applications network communications applications : client data requests issued an order unde
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-04-30
    • 文件大小:8192
    • 提供者:lee
  1. VB UDP端到端程序

    0下载:
  2. 本程序使用UDP协议完成端到端的通信 使用了winsock控件-procedures for the use of the UDP complete end-to-end communication protocols of the use of the controls
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-04-30
    • 文件大小:881664
    • 提供者:king
  1. tcp[1].udp高级编程

    0下载:
  2. Socket高级编程,TCP和UDP都可以-Socket Programming, TCP and UDP can be
  3. 所属分类:Windows编程

    • 发布日期:2024-04-30
    • 文件大小:3142656
    • 提供者:张伟
  1. TCP.UDP高级编程zzzzz

    0下载:
  2. TCP.UDP高级编程 z-TCP.UDP Advanced Programming
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-04-30
    • 文件大小:52224
    • 提供者:jiji
  1. TCP和UDP聊天、传收文件程序(其它源码-vc源码)

    1下载:
  2. 基于TCP和UDP协议的网络聊天、传收文件程序,VC++60实现,包含全部源代码,多提宝贵意见哦-based on TCP and UDP network chat-procedure documents, VC++60 realized, includes all source code, put forward more valuable suggestions oh
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-04-30
    • 文件大小:56320
    • 提供者:苗嘉
  1. UDP通讯实验

    0下载:
  2. 这是ARM基于uC/OS-II的UDP通讯实验-This is based on the ARM uC/OS-II UDP communication experiments
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2024-04-30
    • 文件大小:1677312
    • 提供者:高龄
« 1 2 3 45 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org