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

搜索资源列表

  1. JavaUDP_communication

    0下载:
  2. 这个是一个由客户端和服务端程序的UDP通信的Java应用程序,使用时,可以在本机上,也可以在局域网两台机子上,只要把源代码中对应的hostname值由127.0.0.1改为对应的IP地址即可,是个很不错的例子,-This is a client and server UDP communications program Java applications, when used in this machine can also be two machine on the LAN, as long
  3. 所属分类:Applet

    • 发布日期:2017-04-14
    • 文件大小:2798
    • 提供者:艾文
  1. MyChat

    0下载:
  2. 该程序基于TCP/UDP的多线程通信程序,同时即可作为服务器端又可做客户端-The program based on TCP/UDP communications of multi-threaded process, at the same time you can do as a server-side client
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-08
    • 文件大小:1951825
    • 提供者:许延
  1. Phone

    0下载:
  2. 网络多媒体通信 1、编制一个网络多媒通信软件,实现: 在发送端采集话筒声音,通过网络实时传输到接收端,并在接收端播放出来。 2、通过使用TCP、UDP、变更分组大小来对比收发端声音同步情况及播放质量。 本实验技术不同于课上所讲的回调函数,利用了MFC的消息处理机制,用消息处理函数替代了回调函数,但整个流程是一样的。本程序采用C/S模式,其中Server端为项目PhoneToFile,Client端为项目Client,Server端的功能为采集声音数据并发送给客户端,Client
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-30
    • 文件大小:66315
    • 提供者:zym
  1. udp

    0下载:
  2. 简单的UDP通信协议程序(服务端+客户端)-A simple UDP communication program (server+ client)
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:1037
    • 提供者:朱博
  1. UDPExample

    0下载:
  2. 程序名称:UDPExample.cpp 功 能:控制台命令状态运行的UDP通信程序 调试环境:VC++.NET 2003 说 明:充当服务器进程时的运行方式:UDPExample 端口号 充当客户进程时的运行方式:UDPExample 端口号 服务器IP地址 服务器端口号-Program Name: UDPExample.cpp function: state of the console commands to run UDP communication program de
  3. 所属分类:source in ebook

    • 发布日期:2017-03-30
    • 文件大小:1557
    • 提供者:小谷
  1. sendudp

    0下载:
  2. 关于UDP通信的一个简单C++程序,对熟悉SOCKET网络编程有很好的帮助作用-UDP traffic on a simple C++ program, familiar with network programming have a good SOCKET helpful
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-02
    • 文件大小:46580
    • 提供者:岑飞
  1. UDP

    0下载:
  2. 这个程序为两个电脑用户开通直接的通信端口-The purpose of this application is to provide a direct communication between 2 computers in a peer to peer like environment. This code should be a great start for people who want to build a full blown chat program using C/C++ and
  3. 所属分类:SCSI-ASPI

    • 发布日期:2017-03-27
    • 文件大小:285910
    • 提供者:anderson
  1. udpserver

    0下载:
  2. UDP服务器编程,编写程序,设计UDP服务器。选择UDP为主要的网络通信技术 ①程序能够流畅地完成视频文件的传输 ②要能够对多个客户端,需要通过UDP模拟多个客户端连接的验证情况 -UDP Server program, write programs, design UDP servers. Select UDP as the main network of communications technology ① program can complete the smooth tra
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-06-13
    • 文件大小:21076223
    • 提供者:johncheng
  1. 1udp

    0下载:
  2. 基于UDP协议的网络通信程序,向服务器端发送100个数据包-UDP-based network communication program, the server sends 100 packets
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2093
    • 提供者:于山
  1. UDP

    0下载:
  2. UDP通信实验程序,可实现与固定IP地址的数据通信-UDP communication protocol can be realized with a fixed IP address of the data communications
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:80767
    • 提供者:曹虹
  1. VC6_UDP_Chat

    0下载:
  2. VC6写的UDP通信程序..可以实现局域网内聊天通信-UDP communication program written in VC6 .. LAN chat communication can be achieved
  3. 所属分类:Communication

    • 发布日期:2017-05-08
    • 文件大小:2006000
    • 提供者:七月星
  1. TCPUDPSocket

    0下载:
  2. TCP-UDP通信,PPT中详细讲述了TCP、UDP相关技术,并详细讲解了windows socket相关编程函数,并带有socket编写的TCP通信程序。-TCP-UDP communication, PPT in detail the TCP, UDP related technologies, and explain in detail the windows socket programming related functions, and written with a TCP sock
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-04
    • 文件大小:1118099
    • 提供者:李正交
  1. udp

    0下载:
  2. 关于计算机网络udp通信方面的Unix下的程序。-Udp communications on computer networks of Unix under the program.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-10
    • 文件大小:887
    • 提供者:
  1. chat

    0下载:
  2. UDP通信程序,可以用于聊天。对于数字包括自加减功能,自动传输功能,回车再传输功能。欢迎下载~!呵呵~!-UDP communication procedures, can be used for chat. The figures include self-Modified feature, automatic transmission, carriage returns, and then transmission. Welcome to download ~! Ha ha ~!
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-03-31
    • 文件大小:7062
    • 提供者:yangxuan
  1. cvery_112520622

    0下载:
  2. 、设计一个网络程序(例如一个简单的 TCP/UDP 通信程序)。功能:该网络程序 能穿越个人防火墙,即当前运行时,防火墙不会有发现,也不会拦截-Design a network program (such as a simple TCP/UDP Communication Program). Function: The network can be through a personal firewall program that is currently running, the firew
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-01
    • 文件大小:201148
    • 提供者:向波
  1. UDP

    0下载:
  2. 一个UDP连接程序,可以实现服务端与客户端的并发通信-A UDP connection program, the server can be achieved concurrent communication with the client
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-28
    • 文件大小:1368
    • 提供者:Gavin
  1. DataSyncUDP

    0下载:
  2. 远程数据库表同步,采用udp通信,程序分server端和client端。-Sync remote database table, using udp communication, the program server-side and client-side points.
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:94985
    • 提供者:zhang
  1. UDP

    0下载:
  2. VC++下的UDP协议通信编程(上位机可以在此基础上编写用户协议程序)-VC++ programming under the UDP protocol communication (the host computer can be prepared on the basis of this User Agreement Procedure)
  3. 所属分类:Communication

    • 发布日期:2017-03-26
    • 文件大小:183718
    • 提供者:曹姓名
  1. UDP

    0下载:
  2. 基于UDP的客户端通信程序(Java)。上Java课的大作业。-UDP-based client communication program (Java). Homework of Java.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2027
    • 提供者:方凯
  1. udp

    0下载:
  2. udp客户机与服务器通信程序,帮助初学者-udp client and server communication program to help beginners
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-13
    • 文件大小:2018
    • 提供者:王浩
« 1 2 3 45 6 7 8 9 10 ... 21 »
搜珍网 www.dssz.com