CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 Linux/Unix编程 搜索资源 - socket receive

搜索资源列表

  1. sendID

    0下载:
  2. 用Socket实现的客户端send 、receive测试-Socket client send, receive test
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1558
    • 提供者:王心杰
  1. qtsocket

    0下载:
  2. qt socket通信,服务器端为虚拟机里的linux系统的C++程序,客户端为开发板上的qt 代码,实现socket通信,以及将接受到的数据,显示在屏幕上-qt socket communications, server-side virtual machine inside linux system, C++ program, the client code for the development board qt achieve socket communication, and to r
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:31670
    • 提供者:sophia
  1. file_transfer

    0下载:
  2. linux下SOCKET编程示例,一个是receive程序,一个是send程序,可以用两个LINUX环境通信,也可以在一个LINUX系统下开两个终端通信-SOCKET under linux programming examples, one receive program, one is send program can use two LINUX environment, communications, can also be a LINUX system, place the follow
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:28921
    • 提供者:xiongxiaohui
  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. QQlinux

    0下载:
  2. linux下简单QQ程序,用socket通信实现,通过建立两个线程实现数据的发送与接收,包括服务端和客户端程序-QQ linux in the simple procedure, using socket communication to achieve, through the creation of two threads to send and receive data, including server and client
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:1272
    • 提供者:张文惠
  1. tinyos_socket

    0下载:
  2. linux socket接收tinyos 数据并回复-linux socket to receive data and respond tinyos
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:20291
    • 提供者:陈程
  1. Linux-driver-development16

    0下载:
  2. 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第16章、Linux网络设备驱动。网络设备是完成用户数据包在网络媒介上发送和接收的设备,它将上层协议传递下来的数据包以特定的媒介访问控制方式进行发送,并将接收到的数据包传递给上层协议。 与字符设备和块设备不同,网络设备并不对应于/dev目录下的文件,应用程序最终使用套接字(socket)完成与网络设备的接口。因而在网络设备身上并不能体现出“一切都是文件”的思想。Linux系统对网络设备驱动定义了4个层次
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:586331
    • 提供者:华清远见
  1. IO-(2)

    0下载:
  2. *使用select函数可以以非阻塞的方式和多个socket通信。程序只是演示select函数的使用,即使某个连接关闭以后也不会修改当前连接数,连接数达到最大值后会终止程序。 1. 程序使用了一个数组fd,通信开始后把需要通信的多个socket描述符都放入此数组 2. 首先生成一个叫sock_fd的socket描述符,用于监听端口。 3. 将sock_fd和数组fd中不为0的描述符放入select将检查的集合fdsr。 4. 处理fdsr中可以接收数据的连接。如果是sock_fd,
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:2796
    • 提供者:辰枫
  1. SocketHttpServerConnection

    0下载:
  2. Implementation of a server-side HTTP connection that can be bound to a network Socket in order to receive and transmit data.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:1257
    • 提供者:xinyangcui
  1. SocketHttpClientConnection

    0下载:
  2. Implementation of a client-side HTTP connection that can be bound to a network Socket in order to receive and transmit data.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:1295
    • 提供者:monglueqeng
  1. ib

    0下载:
  2. IB posts RDS_FRAG_SIZE fragments of pages to the receive queues to try and minimize the amount of memory tied up both the device and socket receive queues.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3370
    • 提供者:tvnermm
  1. xcap-gr

    0下载:
  2. LinuxSocket通信时支持UDP、TCP定时发送接收的工具(LinuxSocket communication, support UDP, TCP, send and receive the tool regularly)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-24
    • 文件大小:5171200
    • 提供者:wandy927
  1. omap-IEC61850.tar

    1下载:
  2. 利用omapl138平台,arm利用socket通信接收IEC61850数据包并交付给DSP进行解包和电能计算,程序设计利用多线程,可实现电能实时计算,满足4k采样速率。(Using omapl138 platform, arm uses socket communication to receive IEC61850 data packet and delivers it to DSP for unpacking and energy calculation. The program desi
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-08-24
    • 文件大小:2900992
    • 提供者:孙kekekeke
搜珍网 www.dssz.com