CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 TCP/IP协议栈 搜索资源 - send socket

搜索资源列表

  1. multi_thread_socket_filetrans

    0下载:
  2. 多线程socket文件传输/支持断点续传/收发消息/点对多点 使用阻塞方式的socket,使用多线程,有较高的性能. 在局域网中测试达到极限速度. 支持断点续传. 服务端可同时接收多个文件. 传输文件的同时可以发送网络消息.-multi-threaded socket file transfer / support HTTP / transceiver news / obstruction use point-to-multipoint modes of socket, m
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:33.51kb
    • 提供者:韩为
  1. tcp-ipayixidailv

    0下载:
  2. 一个简单的TCP客户端程序流程 1、使用WSAStartup()初始化WinSock库。 2、使用socket()创建一个IPPROTO_TCP SOCKET。 3、使用gethostbyname()/gethostbyaddr()获取主机信息。 4、使用connect()和我们创建的套接字连接服务器。 5、使用send()/recv()发送和接收数据,直到我们的TCP会话结束。 6、使用closesocket()关闭套接字连接。 7、使用WSACleanup()释放
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:4.98kb
    • 提供者:顾谦
  1. MTSClientSrc

    0下载:
  2. 简单得TCP客户端程序。 套接字建立后,客户和服务器通过send()和recv()函数交换数据。 -a simple TCP client program. Socket establishment, the client and server through the send () and the recv () function to exchange data.
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:10.82kb
    • 提供者:王圣礼
  1. serveraclient

    0下载:
  2. 使用VC++的SOCKET API进行网络通讯的实例,代码包括客户端与服务器端,分别运行两程序,互相监听,互相接发消息,原理简单,基础-Use of VC++ SOCKET API for network communication examples, code, including client and server, each running two programs, listen to each other, then send an announcement to each other
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-01
    • 文件大小:156.58kb
    • 提供者:linqiang
  1. socket-server-client-java

    1下载:
  2. android利用socket发送数据到PC,PC端也用socket接收并显示。-android using socket to send data to PC, PC-side socket is also used to receive and display.
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2013-05-03
    • 文件大小:44.67kb
    • 提供者:297470279
  1. socket

    1下载:
  2. http post通信,可以发送接收大容量文件-http post communications, you can send and receive large files
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-07
    • 文件大小:1.74mb
    • 提供者:chaoli
  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
    • 文件大小:1.33mb
    • 提供者:long
  1. udpTest

    0下载:
  2. 自己实现的socket发送。测试udp发送的丢包率。-The realization of the socket to send their own. Udp sent test packet loss rate.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-26
    • 文件大小:7.9kb
    • 提供者:俞凌杰
  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
    • 文件大小:4.9kb
    • 提供者:kusogray
  1. TcpClient

    0下载:
  2. 基于tcp的socket客户端收发代码 已验证,可以运行,本人编写-Based on the tcp client socket to send and receive authentication code, you can run, I prepared
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-05
    • 文件大小:761byte
    • 提供者:小陶
  1. TcpSrv

    0下载:
  2. 基于tcp的socket客户端收发代码 已验证,可以运行,本人编写-Based on the tcp client socket to send and receive authentication code, you can run, I prepared
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-07
    • 文件大小:981byte
    • 提供者:小陶
  1. SimpleMesse

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

    • 发布日期:2017-03-31
    • 文件大小:375.75kb
    • 提供者:禹琦
  1. socket

    0下载:
  2. 网络编程,建立客户端与主机的联系,客户端发送信息,主机能够收到-Network programming, to establish contact with the host the client, the client send a message, the host can receive
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-01
    • 文件大小:62.73kb
    • 提供者:王慧敏
  1. tcpudpsocket.tar

    0下载:
  2. 用C语言自己写的LINUX下socket网络编程通信的程序,包括三个源码,比较全面,TCP和UDP编程都有,可以通过socket获得主机的IP,在服务器和客户端这间发送文本消息,希望对初学者有帮助。-Written in C language with its own socket network programming under LINUX communication procedures, including the three source code, a more comprehens
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-29
    • 文件大小:12.9kb
    • 提供者:马逸
  1. socket

    0下载:
  2. 简单的测试socket函数程序 完成基本的网络通讯功能,可在局域网内收发信息。-Simple test socket function process is complete the basic network communication capabilities, you can send and receive messages within a local area network.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-30
    • 文件大小:3.31kb
    • 提供者:zengliang
  1. TCP-SOCKET

    0下载:
  2. 基于TCP的C/S模型,能够收发文件,类似于ICQ-TCP-based C/S model, able to send and receive files, similar to ICQ
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-25
    • 文件大小:7.97mb
    • 提供者:小圈子
  1. socket_raw

    0下载:
  2. 简单的socket收发实例,IP可改为本机回环127.0.0.1先测试,看一下简单的收发过程。-A simple socket receive and send program.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-28
    • 文件大小:40.93kb
    • 提供者:张秀博
  1. Network-programmingl

    0下载:
  2. 《网络编程综合资料》 介绍 常用网络协议编程 怎样接收电子邮件(POP3协议简介) POP3协议封装类 POP3协议命令原始码及工作原理 RFC1939-POP3协议中文版 RFC821-简单邮件传输协议(SMTP)中文版 SMTP协议原始命令码和工作原理 TCP IP网络通信程序设计 TCP IP协议详解 TCPIP协议的化学专家实时交流系统 VC++SMTP协议电子邮件传送剖析 WINDOWS SOCKET API 使用经验 WINDO
  3. 所属分类:TCP/IP Stack

    • 发布日期:2016-01-25
    • 文件大小:498kb
    • 提供者:zhaozm
  1. Socket-send-and-recv-

    0下载:
  2. Socket下send和recv使用的说明及介绍 -Socket-send and recv
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-26
    • 文件大小:4.05kb
    • 提供者:李飞
  1. Socket-Programming

    0下载:
  2. In this article w ill look at how to program using sockets by implementing an echo server along with a client that we will use to send and receive string messages. I will start off by giving a quick introduction to TCP/IP fundamentals and then ex
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-27
    • 文件大小:311.58kb
    • 提供者:mohammed
« 12 3 »
搜珍网 www.dssz.com