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

搜索资源列表

  1. JavaNetTest

    0下载:
  2. 3 pairs of sample codes for basic net apps: . Socket server/client . start the server first . DatagramSocket . start MyDatagramSocketA first . MyDatagramSocketA receive a packet first, and then send a reply MyDatagramSocketA send a packet first, and
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:4953
    • 提供者:宗睿
  1. RawSender

    0下载:
  2. 此文件包含两个独立程序,Sender和Receiver,用于测试网络对RAW类型的IP包的传输,可以用这两个程序测试路由器是否支持RAW类型的IP包传输,是否支持组播。程序演示了Windows下RAW socket的使用和RTP包协议的利用.程序工程由VC7.0生成。-this document contains two separate procedures, Sender and Receiver for testing network to RAW types of IP packet t
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:31879
    • 提供者:鲁锐
  1. RawReceiver

    0下载:
  2. 此文件包含两个独立程序,Sender和Receiver,用于测试网络对RAW类型的IP包的传输,可以用这两个程序测试路由器是否支持RAW类型的IP包传输,是否支持组播。程序演示了Windows下RAW socket的使用和RTP包协议的利用.程序工程由VC7.0生成。-this document contains two separate procedures, Sender and Receiver for testing network to RAW types of IP packet t
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:32237
    • 提供者:鲁锐
  1. 加速图像处理

    0下载:
  2. Socket通信在Windows 中是排队的形式由操作系统处理,而且接收方和发送方相互协同工作,否则就会造成数据丢失。-Socket Communications in Windows is in the form of the queue by the operating system, but the receiver and sender work together, otherwise will cause data loss.
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:3891
    • 提供者:王亮
  1. ycsmfsxt

    0下载:
  2. c++写的一个远程监控程序的源码。socket在发送端和接收端之间传输视频 -the RMON c++ write a program source code. socket in the transmission of video between the sender and the receiver
  3. 所属分类:Remote Control

    • 发布日期:2017-04-01
    • 文件大小:914110
    • 提供者:caicaitongxue
  1. src

    0下载:
  2. Java实现Socket通信,udp方式。一个Sender,一个Receiver,数据报socket.用于初学者理解socket应用-Java realization of Socket Communications, udp way. A Sender, a Receiver, datagram socket. For beginners to understand socket application
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-01
    • 文件大小:1436
    • 提供者:田甜
  1. udp

    0下载:
  2. 利用socket进行的UDP连接,包括发送端和接收器端.-Socket using the UDP connection, including sender and receiver.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-10
    • 文件大小:2363151
    • 提供者:lyq
  1. DBRemoteBackup

    0下载:
  2. 一种数据库远程备份方案.服务端(发送方)和客户端(接收方)定好数据库结构及内容格式后,由服务端将数据库生成指定XML格式文件后, 通过Socket发给客户端。客户端接收成功后,用收到的XML库格式文件,生成数据库。-Remote backup a database program. Server (sender) and client (receiver) will be a good database structure and content format, the database cl
  3. 所属分类:Database system

    • 发布日期:2017-04-04
    • 文件大小:91979
    • 提供者:jimidaxia
  1. senderandreceiver-python

    0下载:
  2. socket programming sender receiver with python!
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-01
    • 文件大小:2981
    • 提供者:payman behnam
  1. msg

    0下载:
  2. 一个利用windows SOCKET 传输收费数据消息的程序,分为发送端和接收端两部分。-A charge of data transmission using windows SOCKET news program, is divided into sender and receiver in two parts.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-02
    • 文件大小:190730
    • 提供者:测试
  1. socket

    0下载:
  2. 在VB.NET开发环境下,利用Socket,实现发送端与接收端的图片传输-In the VB.NET development environment, using Socket, to achieve sender and receiver side of the image transmission
  3. 所属分类:.net

    • 发布日期:2017-04-04
    • 文件大小:147110
    • 提供者:黄毓
  1. socket

    0下载:
  2. C++编写的socket通信的简单例子,还有发送方和接收方。已经调试成功。-Written in C++ socket communication simple example, there is the sender and receiver. Has been commissioning a success.
  3. 所属分类:Communication

    • 发布日期:2017-04-02
    • 文件大小:30245
    • 提供者:byd
  1. UDP.rar

    0下载:
  2. 1、首先需要定义的对象: SOCKET ReceivingSocket //接收端的Socket SOCKADDR_IN ReceiverAddr //接收端的地址信息 char ReceiveBuf[1024] //接收数据缓冲区大小 int BufLength //缓冲区长度 SOCKADDR_IN SenderAddr //发送数据端地址信息 int SenderAddrSize = sizeof(SenderAddr) //发送
  3. 所属分类:Communication

    • 发布日期:2017-11-09
    • 文件大小:5223461
    • 提供者:xiaoxiao
  1. aaaaa

    0下载:
  2. linux用socket实现简单udp通信,本文件为有接收和发送两端,C.c为发送端,S.c为接收端。S.c接收后直接返回原内容给C。-linux socket achieve simple udp communications, this document is to receive and transmit ends, Cc is the sender, Sc is the receiver. Sc after receiving the returned original content
  3. 所属分类:Linux Network

    • 发布日期:2017-11-22
    • 文件大小:2676
    • 提供者:未名
  1. file-sender-receiver

    0下载:
  2. file sender and receiver in socket connection using java code.include ip address and port number
  3. 所属分类:Applet

    • 发布日期:2017-03-23
    • 文件大小:775
    • 提供者:ram
  1. UDP

    0下载:
  2. 基于UDP协议(面向无连接)的socket编程,包含客户端(发送端)和服务器端(接收端)设计。-Based on UDP (connectionless) socket programming, including client (the sender) and server-side (receiver) designs.
  3. 所属分类:Communication

    • 发布日期:2017-04-13
    • 文件大小:2198
    • 提供者:赵绍祥
搜珍网 www.dssz.com