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

搜索资源列表

  1. socket

    0下载:
  2. Linux下使用C语言实现了客户端连接服务端-Linux using C language to the client server connection
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-02
    • 文件大小:2637
    • 提供者:谭强
  1. chat_example.tar

    0下载:
  2. Linux下使用C + socket TCP实现的一个简单的聊天服务器和客户端程序。使用gcc编译时,需要增加-lpthread选项-using C+ socket TCP in Linux implementation of a simple chat server and client. Using the gcc compiler, the need to increase the-lpthread option
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-26
    • 文件大小:3324
    • 提供者:冀涛
  1. SV_linux

    0下载:
  2. Tcp client unix linux socket
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:473989
    • 提供者:vanductotbung
  1. socket_work

    0下载:
  2. linux环境下客户服务器通信,socket编程,服务器给客户机返回字符逆序输出功能。-linux environment, client-server communication, socket programming, the server to the client returns the character reverse output.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:1783
    • 提供者:蓝天
  1. sum

    0下载:
  2. linux下的socket编程,实现服务器端接收客户端输入的两个数据,服务端将求和运算的结果返回给客户端。-under linux socket programming, client server receives two data inputs, the server will be the sum result of the operation back to the client.
  3. 所属分类:Linux Network

    • 发布日期:2017-03-30
    • 文件大小:1663
    • 提供者:蒋仙
  1. TCP

    0下载:
  2. linux下socket网络编程(服务器端和客户端)-socket network programming under linux (server and client)
  3. 所属分类:Linux Network

    • 发布日期:2017-04-05
    • 文件大小:10713
    • 提供者:老男孩
  1. examples

    0下载:
  2. 用于Linux下socket编程,可实现了udp客户端和服务端,tcp客户端和服务端-For Linux, socket programming, enabling the client and server udp, tcp client and server
  3. 所属分类:Linux Network

    • 发布日期:2017-04-01
    • 文件大小:19760
    • 提供者:李三
  1. client--server

    0下载:
  2. 实现在Linux环境下进程间的通信(socket等函数)。。客户端发两个整数给服务端,服务端会返回两个整数和-In the Linux environment to achieve inter-process communication (socket, etc. functions). . Clients send two integers to the server, the server might return two integers and. . .
  3. 所属分类:Linux Network

    • 发布日期:2017-04-02
    • 文件大小:1791
    • 提供者:李大海
  1. FTP_socket

    0下载:
  2. 在Linux系统上完成一个文件传输协议(FTP)的简单实现。通过本实验,深入了解FTP协议的原理和协议细节,学会利用socket接口设计实现简单的应用层协议,掌握TCP/IP网络应用程序的基本设计方法和实现技巧。在Linux系统上使用socket接口实现FTP客户端程序,严格按照RFC959,使客户端可以连接至服务器,并且可以进行一些FTP的基本操作,如列出目录、下载文件等。从FTP协议的实现角度来看,客户端与服务器的命令通道和数据通道需要分离。-In the Linux system to c
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:765659
    • 提供者:gyh
  1. LinuxC

    0下载:
  2. Linux下的socket通信程序,分客户端和服务端-Socket communication program under Linux, the client and server sub-
  3. 所属分类:Linux Network

    • 发布日期:2017-03-30
    • 文件大小:15034
    • 提供者:whitedream
  1. client

    0下载:
  2. Linux环境下基于Socket接口的聊天程序-Linux environment based on Socket interface chat program
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2555
    • 提供者:davy
  1. Socket.tar

    0下载:
  2. 在linux下用C语言写的TCP/IP协议的Socket编程,饱含一个服务器端,一个客户端。-In linux using C language to write the TCP/IP protocol Socket programming, full of a server, a client.
  3. 所属分类:Linux Network

    • 发布日期:2017-03-28
    • 文件大小:1253
    • 提供者:梁小涵
  1. socket

    0下载:
  2. linux 客户端 服务器编程源代码,socket-linux source code for client-server programming, socket
  3. 所属分类:Linux Network

    • 发布日期:2017-04-03
    • 文件大小:1284
    • 提供者:刘德华
  1. unix-cs-socket

    2下载:
  2. 在Unix/Linux环境下,用Client/Server结构实现;支持多个客户之间的相互交流(公聊,用户名); 工作方式: 服务器程序先在后台运行; 客户端程序通过“网址+端口号”连接到服务器,并根据提示输入用户名(不需验证); -On Unix/Linux environment, using Client/Server architecture to achieve support interaction between multiple customers (t
  3. 所属分类:Linux/Unix编程

    • 发布日期:2012-11-30
    • 文件大小:1985
    • 提供者:nick
  1. socket-code-communication

    0下载:
  2. 应用linux操作系统的socket的api函数编写网络通信程序,实现服务器与客户机之间的数据传输。-Application of the linux operating system socket api function network communication program written, between server and client to achieve data transfer.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-11
    • 文件大小:1451
    • 提供者:李卓
  1. Linux

    0下载:
  2. 本文介绍了在Linux环境下的socket编程常用函数用法及socket编程的一般规则和客户/服务器模型的编程应注意的事项和常遇问题的解决方法,并举了具体代 码实例。要理解本文所谈的技术问题需要读者具有一定C语言的编程经验和TCP/IP方面的基本知识。要实习本文的示例,需要Linux下的gcc编译平台支持-This article describes the Linux environment, the use of socket programming and socket programmi
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:16825
    • 提供者:王平
  1. client

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

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

    0下载:
  2. linux 客户端 服务器端 socket-linux client server-side socket
  3. 所属分类:Linux Network

    • 发布日期:2017-04-13
    • 文件大小:2007
    • 提供者:liuxing
  1. linux_socket

    0下载:
  2. linux下实现socket通信,在服务器和客户端可以实现相互发送消息。-Linux Socket server client
  3. 所属分类:Linux Network

    • 发布日期:2017-04-06
    • 文件大小:20794
    • 提供者:zhao
  1. linux--multi-process

    0下载:
  2. 本代码是基于Linux-ubuntu,用多进程,socket、消息队列来实现多个客户端聊天的程序-This code is based on the Linux-ubuntu, multiple processes, sockets, message queues to implement multiple client chat program
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-29
    • 文件大小:12212
    • 提供者:周业
« 1 2 3 4 5 67 8 9 10 11 ... 14 »
搜珍网 www.dssz.com