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

搜索资源列表

  1. socket2

    0下载:
  2. 基于linux操作系统下的socket编程,完成一个简单聊天工具。服务器端首先:向内核申请一个socket。第二绑定地址到socket上,地址包括主机、端口。第三在socket上,允许接入呼叫并设置队列长度为1.第四等待/接受呼叫。第五传输数据(及可以聊天)。 客户端:第一向内核请求建立socket 第二与服务器相连。第三传输数据 -Linux operating system based on the socket programming, to complete a simple
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-28
    • 文件大小:14249
    • 提供者:zhangwei
  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
    • 文件大小:64235
    • 提供者:王慧敏
  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
    • 文件大小:3393
    • 提供者:zengliang
  1. VCSocketReceSend

    0下载:
  2. 多线程socket文件传输/支持断点续传/收发消息/点对多点-Multi-threaded socket file transfer/support HTTP/send and receive messages/to-multipoint
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:135979
    • 提供者:jameslee
  1. socket

    0下载:
  2. C#写的处理简单的通讯源码,WINDOWS的SCOCKET创建、连接、接收和发送数据、以及销毁。-Written in C# source code dealing with simple communication, WINDOWS' s SCOCKET create, connect, receive and send data, as well as destruction.
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:30998
    • 提供者:yuyu
  1. HYSocket

    0下载:
  2. select socket源代码:本程序详细列举了select方式下socket的创建和收发机制,并形成模块化,方便使用。-select socket source code: This procedure detailly shows how to create a select mode socket, and how to send and receive mechanism. The output file is a dll, very easy to use.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:6429
    • 提供者:songlianchao
  1. VC_SOCKET_CLIENT_SERVER

    1下载:
  2. VC++ Socket 文件传输,Server、Client端。-VC++ Socket File send receive server client
  3. 所属分类:WinSock-NDIS

    • 发布日期:2016-12-23
    • 文件大小:347214
    • 提供者:丁吕
  1. socketPPC

    0下载:
  2. C# socket连接接收文件client-C# socket connection to receive a file client
  3. 所属分类:Windows Mobile

    • 发布日期:2017-04-05
    • 文件大小:93224
    • 提供者:wangtl
  1. socket

    0下载:
  2. 在Windows平台上,基于Socket开发一个简单的C/S文本传输程序,分别开发服务器和客户端:客户端能够发送由标准输入得到的文本,服务器能够接收并将其显示在标准输出上。-In the Windows platform, based on Socket develop a simple C/S text transfer program, were used to develop server and client: The client can send a text obtained fr
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-14
    • 文件大小:5404
    • 提供者:何湘湘
  1. UdpRcv-Send

    0下载:
  2. 在VC6+WinXp环境下编译运行正常.UDP收和发的代码,可实现IGMPv3的源/组注册组播组,但未验证.-Source code about UDP receive and send,Compile and run in WinXp and VC6.
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-05
    • 文件大小:2468
    • 提供者:李特
  1. socket

    0下载:
  2. 分别编一个客机程序和服务器程序,首先建立客户程序与服务器之间正确的socket连结,然后利用send和recv函数,客户程序将一个较长的文本文件(如几k字节)中的数据发送给服务器。要求服务器全部正确地接收到所有的数据(一个也不能少),并将其存入一个文件。-An aircraft program were compiled and the server program, first established between the client and the server socket conne
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:2306
    • 提供者:
  1. jServer

    0下载:
  2. Socket 接收信息 Socket线程-Socket Socket receive information thread
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-11
    • 文件大小:781
    • 提供者:322qq
  1. h2010gprs

    0下载:
  2. VC++环境下实现对gprs模块收发数据的控制,包过socket连接的建立-VC++ environment to realize the control gprs modules send and receive data, including through the establishment of socket connection
  3. 所属分类:GPS develop

    • 发布日期:2017-03-31
    • 文件大小:90814
    • 提供者:李华
  1. j2meHttp

    0下载:
  2. j2me源码实例:手机发送接收消息,socket通信,服务器客户端联系-j2me source code examples: cell phones to send receive messages, socket communication, client server connection
  3. 所属分类:Other systems

    • 发布日期:2017-03-26
    • 文件大小:59919
    • 提供者:dyy
  1. vb.netsocket

    1下载:
  2. VB.net socket实现的聊天室,主要讲解socket的建立及简单发送和接收-VB.net socket to achieve the chat room, the establishment of the main socket and simple explaining to send and receive
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:125156
    • 提供者:hsxw001
  1. socket

    0下载:
  2. 实现服务器和客户端的通信,可以接收和发送信息。-Realize the communication server and the client can receive and send messages.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:17656
    • 提供者:王明
  1. EmailClientProject

    0下载:
  2. 利用socket实现收发EMAILAchieved using socket send and receive EMAIL-Achieved using socket send and receive EMAIL
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-05
    • 文件大小:38644
    • 提供者:wang
  1. NetworkApp

    0下载:
  2. Windows socket编程的应用层小程序参考 vs2010 发送并接受http请求 ftp上传下载文件 邮件发送接受 Base64编码-Windows socket programming reference for the application layer to send and receive http requests to download files ftp upload Base64 encoding and sending and receiving e-mail
  3. 所属分类:Ftp Client

    • 发布日期:2017-03-25
    • 文件大小:41233
    • 提供者:roy
  1. mySocket

    1下载:
  2. · 使用此库可以直接在网页上创建 Socket TCP 连接,并与服务端连接,发送和接收数据。拥有完善的 Socket 接口,更方便操作。Socket 适用于点对点聊天、协同或者聊天时等需要获得实时的数据。如果您找到了此组件,也... 运行环境:html-* Use this library can be created directly on the page Socket TCP connection, and connect with the server, send and rec
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-30
    • 文件大小:2110
    • 提供者:111@11343.com
  1. socket

    0下载:
  2. 用套接字socket,并用多线程实现电子文件的发送和接受-Use socket to socket, and use multithreading to send and receive electronic documents
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-31
    • 文件大小:22979
    • 提供者:pfdsj
« 1 2 3 45 6 7 8 9 10 ... 21 »
搜珍网 www.dssz.com