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

搜索资源列表

  1. WinSocket

    1下载:
  2. socket 通讯的例子,套接字的建立,绑定端口,发送数据,接受数据-example of socket communication, the establishment of a socket, bind port, send data, receive data
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-10
    • 文件大小:1392263
    • 提供者:long
  1. mysvr

    0下载:
  2. 本程序是一个可移植的(Win32/Linux)邮件接收(支持POP3协议)程序,并编写了可移 植SOCKET和POP3封装类,希望能为初学者提供一些帮助。 编译: Win32: 在VC++6.0下编译通过,并运行良好。 Linux: 在G++下编译通过,请查看Makefile文件。-This procedure is a portable (Win32/Linux) to receive e-mail (support POP3 protocol) procedures, and t
  3. 所属分类:Email Client

    • 发布日期:
    • 文件大小:25452
    • 提供者:何刚
  1. TestHttp

    0下载:
  2. 实现断点续传和检查更新等等功能 。本文附带的工程中有一个支持 HTTP1.1 协议,直接用 Socket 实现下载功能的 DLL,实现了以下功能: 1. 连接主机 2. 格式化请求头 3. 设置接收,发送超时 4. 接收并分析回应头 -The realization of HTTP and check for updates and so on. In this paper, attached to the project, there is a support H
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-26
    • 文件大小:79917
    • 提供者:ANDYDENG
  1. Client

    0下载:
  2. 第一步:用指定的端口号和服务器的ip建立一个EndPoint对像; 第二步:建立一个Socket对像; 第三步:用socket对像的Connect()方法以上面建立的EndPoint对像做为参数,向服务器发出连接请求; 第四步:如果连接成功,就用socket对像的Send()方法向服务器发送信息; 第五步:用socket对像的Receive()方法接受服务器发来的信息 第六步:通信结束后一定记得关闭socket; -Step one: us
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-03
    • 文件大小:5697
    • 提供者:zhou
  1. winsock

    0下载:
  2. winsocket //--- --- ----- // Initialize Winsock WSAStartup(MAKEWORD(2,2), &wsaData) //----------------------------------------------- // Create a receiver socket to receive datagrams RecvSocket = socket(AF_INET, SOCK_DGRAM, IPP
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-10
    • 文件大小:1609
    • 提供者:czs
  1. TCPIPsockets

    1下载:
  2. VC++ 开发的Symbian客户端开发,TCP/IP 协议,Socket 应用,与电脑端的服务器连接接收发数据。-VC++ Developed Symbian client development, TCP/IP protocol, Socket applications, and computer server-side data connections to receive fat.
  3. 所属分类:Symbian

    • 发布日期:2017-03-28
    • 文件大小:23127
    • 提供者:爱逍遥
  1. TinyUDP_src

    0下载:
  2. 用socket的UDP发送接收信息的, VB.Net源代码。 -With the UDP send socket to receive the information, VB.Net source code.
  3. 所属分类:.net

    • 发布日期:2017-04-16
    • 文件大小:36144
    • 提供者:沐NeMo
  1. Client

    0下载:
  2. 基于网络通信的客户端的程序设计,Socket编程,与服务器可以实现数据的接收和发送-Web-based communications client programming, Socket programming, implementation and the server can receive and send data
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-19
    • 文件大小:5328412
    • 提供者:海涛
  1. Server

    0下载:
  2. 基于网络通信的服务器端的程序设计,Socket编程,可以与客户机实现数据的发送和接收-Web-based communications server-side programming, Socket programming, you can achieve with the client to send and receive data
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-19
    • 文件大小:5336674
    • 提供者:海涛
  1. java-socket

    0下载:
  2. 利用java的socket来实现发送和接受文件,一个小程序。-Using java implementation of the socket to send and receive files, a small procedure.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2121
    • 提供者:yukunjie
  1. ExNet

    0下载:
  2. brew平台下 手机 利用socket发送和接受示例,对-brew mobile platform socket send and receive using the example of
  3. 所属分类:BREW

    • 发布日期:2017-05-02
    • 文件大小:585174
    • 提供者:yushigang
  1. UDP

    0下载:
  2. 基于UDP的简单收发演示,使用Windows API socket编程-The easy to send and receive UDP-based demonstration of the use of Windows API socket programming
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:67946
    • 提供者:Yang
  1. socket

    0下载:
  2. 面向连接的Socket实例: 代码实例中的服务器通过socket连接向客户端发送字符串"Hello, you are connected!"。只要在服务 器上运行该服务器软件,在客户端运行客户软件,客户端就会收到该字符串。-Connection-oriented Socket example: code of server instances to connect through the socket to the client to send the string " H
  3. 所属分类:Linux Network

    • 发布日期:2017-03-23
    • 文件大小:28521
    • 提供者:暗流
  1. socket

    0下载:
  2. Socket通信方式收发邮件,纯JAVA可运行代码-Socket send and receive e-mail communication, pure JAVA code can run
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-27
    • 文件大小:1117
    • 提供者:子文
  1. QQliaotiangongju

    0下载:
  2. 本程序采用tcp/ip socket多线程编程,并对一些重要的同步操作做了超时控制,以减少等待的时间,像连接服务器,等待对方接收文件等。基本功能跟QQ类似,能进行多点的聊天和点对点的文件传送。-This procedure using tcp/ip socket multi-threaded programming, a number of important and did a time-out synchronization control, in order to reduce the w
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:244857
    • 提供者:竹竹
  1. Socket

    0下载:
  2. C#实现Socket传输简单数据,运行程序后, 先要点击开始接收按钮后才能点击发送数据-C# to achieve Socket simple data transmission, operating procedures, first click the Start button to click to receive send data
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-08
    • 文件大小:2056
    • 提供者:甄平凡
  1. linux_file_transfer

    0下载:
  2. Linux中利用socket透過server,兩個client端傳送與接收檔案,可在code中設定ip/port,為linux入門者參考code,有使用thread,故編譯時要加一條-lpthread-Socket through the use of Linux in the server, two client-side to send and receive files, can be set in the code in the ip/port, for the entry-linux
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-30
    • 文件大小:5020
    • 提供者:kusogray
  1. src

    0下载:
  2. Socket接收例子,包的xml解析,配置文件读取等各方面的代码-Socket Receive example
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-03
    • 文件大小:20028
    • 提供者:吴旭俊
  1. send-receive

    0下载:
  2. 网络套接字编程,具有收发功能的c程序,可在一台host实验,也可以多机通信-socket program
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:5265
    • 提供者:dianhuiren
  1. SimpleMesse

    0下载:
  2. 实现车载数据的接受和发送 使用TCP Socket-Achieve the vehicle to receive and send data using TCP Socket
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-31
    • 文件大小:384767
    • 提供者:禹琦
« 1 2 34 5 6 7 8 9 10 ... 21 »
搜珍网 www.dssz.com