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

搜索资源列表

  1. linuxtcp

    0下载:
  2. 在linux下实现简单的tcp通信,利用套接字实现的,分为客户端和服务器。-Be achieved in a simple linux tcp communication, the use of the socket implementation, divided into client and server.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:2861
    • 提供者:郑海燕
  1. work1

    0下载:
  2. linux 下的socket编程,服务器端接收客户端传来的数据,服务器将数据原样回传给客户端。-socket programming under linux, server-side receiving the data sent by the client, the server data back to the client as is.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-13
    • 文件大小:1678
    • 提供者:蒋仙
  1. tcpip1

    0下载:
  2. 基于C的linux下的socket编程,实现客户端和服务器端的通信,运行环境redhat-linux c language socket server client
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:2632
    • 提供者:安宇
  1. 780470147627-code-ch15

    0下载:
  2. c编写的linux下的socket通讯简单示例,服务端源码和客户端源码-c under linux written in a simple example of socket communication, client server source code and source code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:4343
    • 提供者:ycc
  1. socketTutorial

    0下载:
  2. Socket 指导手册,其中关于client-server部分的程序代码可直接在linux上编译运行。-Socket programming handbook, most source about clinet-server part can be run directly on linux machine.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:542275
    • 提供者:dake zhao
  1. socket_c_s

    0下载:
  2. 包含了linux下socket通信的客户端和服务端,包括tcp和udp的两种方式-Contains the socket communication under linux client and server, including two ways of tcp and udp
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-08
    • 文件大小:10492
    • 提供者:your name
  1. os

    0下载:
  2. 网络通信过程中,服务器必然提供监听socket响应客户端连接请求,也必然提供连接socket与客户端进行交互。一台主机上有不止一个的socket服务器,如ftp、telnet服务器等,他们初始都处于监听状态,等待连接请求的到来。linux中为了管理这两类socket提供了两个哈希链表:tcp_listening_hash和tcp_ehash,下面主要分析下监听哈希表,顺带说下连接hash表。 -Network communication process, provide listen
  3. 所属分类:Linux Network

    • 发布日期:2017-04-14
    • 文件大小:3800
    • 提供者:liujunwei
  1. os111

    0下载:
  2. 网络通信过程中,服务器必然提供监听socket响应客户端连接请求,也必然提供连接socket与客户端进行交互。一台主机上有不止一个的socket服务器,如ftp、telnet服务器等,他们初始都处于监听状态,等待连接请求的到来。linux中为了管理这两类socket提供了两个哈希链表:tcp_listening_hash和tcp_ehash,下面主要分析下监听哈希表,顺带说下连接hash表。 -Network communication process, provide listen
  3. 所属分类:Linux Network

    • 发布日期:2017-04-14
    • 文件大小:3803
    • 提供者:liujunwei
  1. Thread_Socket_Tcpip

    0下载:
  2. 多线程实现TCP/IP的Socket通信,包括Server端和Client端,在linux下开发运行成功。-Multi-threaded implementation of TCP/IP Socket communication, including the Server side and Client-side, running under linux development success.
  3. 所属分类:Internet/网络编程

    • 发布日期:2017-03-03
    • 文件大小:1437
    • 提供者:wang
  1. UDP.tar

    0下载:
  2. 在Linux下用C语言编写的UDP套接口程序,在Linux下打开两个终端,一个终端运行服务器端程序,一个终端运行客户端程序,在执行客户端后面加上 localhost 8888就可用进行网络通信了。-Under Linux using C language UDP socket program in Linux, open two terminals, a terminal server to run the program, run a terminal client program, foll
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:4930
    • 提供者:梁小涵
  1. server

    0下载:
  2. Socket programming in linux. server.c describe how to server listen to client by TCP/IP
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-13
    • 文件大小:1658
    • 提供者:Mr. Lam
  1. Desktop

    0下载:
  2. 本项目实现了在linux下简单的网络聊天室。在Linux下编写并调试服务器端程序和客户端程序,实现客户、服务器之间的连接和通信。可以在单机上开辟两个窗口分别运行客户、服务器端的程序,或者将两台主机连接分别作为客户和服务器的方式。本设计使用网络套接字socket和多线程在网络中的应用,并基于linux下的vi编辑器。本方案经gcc调试器调试成功,可以在单机网络聊天中使用。-This project achieved under linux simple online chat rooms. To
  3. 所属分类:Linux Network

    • 发布日期:2017-04-08
    • 文件大小:241621
    • 提供者:fanhao
  1. tcpcs

    0下载:
  2. tcp 客户端 服务器 linux下 socket编程-tcp client server socket bind connect
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-13
    • 文件大小:2763
    • 提供者:微笑的鱼儿
  1. test8

    0下载:
  2. 嵌入式linux系统的socket通信程序,包括服务器端和客户端程序.详细说明请参考:http://blog.sina.com.cn/s/blog_4ad7c25401019qqb.html-Socket communication program for embedded Linux systems, including server and client program. Details, refer to: http://blog.sina.com.cn/s/blog_4ad7c25401
  3. 所属分类:Linux Network

    • 发布日期:2017-04-03
    • 文件大小:36735
    • 提供者:mfcai
  1. linux_socket

    0下载:
  2. 封装了一套linux,windows通用的socket库,这里是linux 版的server和client-Encapsulates a set of linux, windows universal socket library, here is the linux version of the server and the client
  3. 所属分类:Linux Network

    • 发布日期:2017-11-26
    • 文件大小:3756
    • 提供者:bai
  1. UDP

    0下载:
  2. 一个简单的UDP通信程序,实现linux环境下socket的应用。-udp ,client ,server
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-11-17
    • 文件大小:1669
    • 提供者:ye
  1. iqtest

    0下载:
  2. 智力问答题,采用socket通信,实现对客户端的回答进行判断对错。主函数是server.C和client.C 。client本机IP自己设定。-A iq test 。 linux TCP socket
  3. 所属分类:Linux Network

    • 发布日期:2017-12-04
    • 文件大小:16542
    • 提供者:MENGYANG
  1. urecv4

    0下载:
  2. linux下的使用udp socket传文件例子,此为客户端源代码-linux udp socket transfer files example, this is the client source code
  3. 所属分类:Linux Network

    • 发布日期:2017-11-30
    • 文件大小:1055
    • 提供者:罗含章
  1. 1.basic

    0下载:
  2. linux 环境下socket本地通信客户端服务端源码-socket local communications client source linux environment
  3. 所属分类:Linux Network

    • 发布日期:2017-11-22
    • 文件大小:15873
    • 提供者:m
  1. AC1.tar

    0下载:
  2. linux下C语言实现TCP/socket编程的客户端源码,建立两个线程,分别进行发送数据和接收服务器命令。-A TCP/Soket client program with C language on the linux.It build two thread,one can send data and the other can recieve the command from the server.
  3. 所属分类:Linux Network

    • 发布日期:2017-12-01
    • 文件大小:99395
    • 提供者:liuming
« 1 2 ... 6 7 8 9 10 1112 13 14 »
搜珍网 www.dssz.com