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

搜索资源列表

  1. daima

    0下载:
  2. 基于linux socket编程,实现几块ARM开发板之间语音通信,传输语音,代码含服务器一起客户端代码-Linux socket-based programming, voice communication, the transmission of voice, code between a few ARM development board containing the server along with the client code
  3. 所属分类:Linux Network

    • 发布日期:2017-11-30
    • 文件大小:141937
    • 提供者:陈木
  1. Socket-Program

    1下载:
  2. 在Linux环境下用C语言分别编写一个客户端程序client.c和一个服务器端程序server.c,来测试带外数据的发送与接受,并观察是否每一个客户端发送的带外数据都引发服务器端产生SIGURG信号,当服务器端收到SIGURG信号后就可以读取带外数据了-Linux environment with C language to write a client program client.c and a server-side program server.c test band data tran
  3. 所属分类:Linux Network

    • 发布日期:2017-11-18
    • 文件大小:221719
    • 提供者:落落
  1. Sockets

    0下载:
  2. linux socket套接字 网络编程 实现客户端与服务器端的通信的代码-linux socket socket network programming code of the client and server-side communication
  3. 所属分类:Linux Network

    • 发布日期:2017-11-18
    • 文件大小:96240
    • 提供者:yan
  1. socket

    0下载:
  2. socket编程中服务器端与客户端的程序-socket for linux server and client
  3. 所属分类:Linux Network

    • 发布日期:2017-11-20
    • 文件大小:1997
    • 提供者:孙劲
  1. server

    0下载:
  2. linux下socket接口的udp协议的ftp程序服务器端-the under linux the udp socket interface agreement ftp server-side
  3. 所属分类:Linux Network

    • 发布日期:2017-11-16
    • 文件大小:3409
    • 提供者:何振岩
  1. server

    0下载:
  2. Linux网络编程入门级程序,此为建立一个服务器,服务器包括套接字建立,配置,绑定,监听等步骤-Linux network programming entry-level program, this is the steps to set up a server, the server socket to create, configure, bind, listen for
  3. 所属分类:Linux Network

    • 发布日期:2017-11-15
    • 文件大小:700
    • 提供者:李紫阳
  1. Socket

    0下载:
  2. 在LINUX系統下,实现套接口编程。一个客户端,一个服务端。-LINUX system, socket programming. A client, a server.
  3. 所属分类:Linux Network

    • 发布日期:2017-11-15
    • 文件大小:2203
    • 提供者:su
  1. linux-client

    0下载:
  2. 连接linux服务器的客户端代码,包含建立与服务端的socket连接,与服务端的通信协议的设计,请求分发设计,用户登录,内部使用多线程实现。-Connected to the Linux server client code, includes creating server socket connection with the server communication protocol design, to request distribution design, user login, in
  3. 所属分类:Linux Network

    • 发布日期:2017-11-17
    • 文件大小:153390
    • 提供者:liuyang
  1. service_linux

    0下载:
  2. tcp/ip service LINUX socket 编程 服务器框架 可实现并发处理-tcp/ip service LINUX socket programming can achieve concurrent processing server framework
  3. 所属分类:Linux Network

    • 发布日期:2017-12-01
    • 文件大小:1024
    • 提供者:司琪瑞
  1. threaduri-model

    0下载:
  2. a TCP socket in linux client server communication
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-12-05
    • 文件大小:5503
    • 提供者:adelina
  1. socket

    0下载:
  2. 在linux上实现有连接、无连接的socket通信例子程序 。-stream and datagram connection between server and client on linux through socket samples.
  3. 所属分类:Linux Network

    • 发布日期:2017-11-15
    • 文件大小:3448
    • 提供者:jason
  1. file_client

    0下载:
  2. linux下终端实现服务器端和客户端文件传输的客户端程序,用linux下的网络socket编程实现-achieved under linux terminal server and client file transfer client program, using linux network socket programming
  3. 所属分类:Linux Network

    • 发布日期:2017-11-16
    • 文件大小:1567
    • 提供者:qwm
  1. socket_example

    0下载:
  2. linux下socket编程实现,包含服务器程序,和客户端程序,可作为网络套接字编程初学者学习-under linux socket programming, including server program and client program can be used as a network socket programming for beginners to learn
  3. 所属分类:Linux Network

    • 发布日期:2017-04-07
    • 文件大小:1799
    • 提供者:黄如兵
  1. socket-qq

    0下载:
  2. 利用linux网络编程,实现多客户端之间相互聊天。其中,服务器实现消息转发的功能。-Use linux network programming, chat with each other across multiple clients. Wherein the server implementing message forwarding function.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-07
    • 文件大小:10991
    • 提供者:wuq
  1. socket

    0下载:
  2. 一个简单的在linux下的网络TCP测试程序代码,可以随意设置客户端IP,发送内容以及服务端IP-A simple in Linux network under the TCP test program code, you can set the IP client and server, sending content IP
  3. 所属分类:Linux Network

    • 发布日期:2017-04-11
    • 文件大小:1268
    • 提供者:蔡晓佳
  1. server

    0下载:
  2. socket编程 linux c 网络编程-socket linux c
  3. 所属分类:Linux Network

    • 发布日期:2017-04-12
    • 文件大小:1038
    • 提供者:caojiantong
  1. socket

    0下载:
  2. 一个简单的服务器端和客户端的通信,它是在linux系统下写的,代码比较简单,可以容易地理解linux下TCP通信原理。-A simple communication server and client, it is written in the linux system, the code is relatively simple and can be easily understood TCP communication theory under linux.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-25
    • 文件大小:8911
    • 提供者:李瑞东
  1. LINUX

    0下载:
  2. linux下基于socket的文件传输程序,分为客户端和服务器,客户端可以上传下载查看服务器内容,服务器可以执行删除重命名-Based on the socket file transfer program under Linux, divided into client and server, the client can upload download for server content, the server can perform delete rename
  3. 所属分类:Linux Network

    • 发布日期:2017-04-24
    • 文件大小:283027
    • 提供者:梁伟
  1. chat.tar

    0下载:
  2. 一个简单的linux socket应用,实现了server端和client端的实时对话。并且可以当作是子程序fork()函数的一个示例。-A simple linux socket application to achieve a real-time conversation server-side and client-side. And can be used as a subroutine fork () function is an example.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-11
    • 文件大小:1086
    • 提供者:FFute
  1. cli

    0下载:
  2. linux套接字网络编程,实现客户机服务器之间的通信-Linux socket network programming, realize the communication between the client server
  3. 所属分类:Linux Network

    • 发布日期:2017-04-12
    • 文件大小:723
    • 提供者:will
« 1 2 3 4 5 67 8 9 10 »
搜珍网 www.dssz.com