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

搜索资源列表

  1. Chatting_Room

    0下载:
  2. linux下实现的网络聊天室软件,采用c/s架构,包括客户端和服务端。主要采用socket、thread编程、以及进程间通信等实现了用户间私聊、群聊、查看在线用户的功能,服务端管理员有踢人、禁言、解禁的特殊权限。并附有软件使用帮助文档。-Internet chat room software under linux using c/s architecture, including the client and the server. Main socket, thread programmin
  3. 所属分类:Linux Network

    • 发布日期:2017-11-22
    • 文件大小:150285
    • 提供者:纪昌利
  1. network_first

    0下载:
  2. linux下的网络编程例程,对socket套接字的使用有着很好的帮助与理解,内附有服务器和客户端程序,希望对大家有所帮助-good help and understanding linux network programming routines, the use of socket socket, enclosing a server and client program, we want to help
  3. 所属分类:Linux Network

    • 发布日期:2017-11-18
    • 文件大小:17930
    • 提供者:于慧斌
  1. MYUDP

    0下载:
  2. 在Fedora14 Linux虚拟机下UDP的socket程序,实现客户端与服务器端的通信。-UDP socket program to realize client and server communication under Fedora14 Linux virtual machines.
  3. 所属分类:Linux Network

    • 发布日期:2017-11-17
    • 文件大小:1221
    • 提供者:zhaiyunfei
  1. time_ser_cli

    0下载:
  2. linux下的一个基于socket通信的时间服务器和客户端的源码!-a socket-based communication server and client source code under linux!
  3. 所属分类:Embeded Linux

    • 发布日期:2017-12-06
    • 文件大小:8767
    • 提供者:贾炜
  1. 2

    0下载:
  2. 在Linux环境下采用socket套接口编程,服务器程序以创建线程池的方式为每一个客户服务。-In the Linux environment using socket socket programming, server program to create a thread pool for each customer service.
  3. 所属分类:software engineering

    • 发布日期:2017-11-26
    • 文件大小:351852
    • 提供者:郑州
  1. socket_OK

    1下载:
  2. C实现的linux下视频文件按帧传输方法,包含Socket客户端、服务端代码。由于只依赖标准linux,可以移植。-C implementation of linux video files frame by frame transfer method, including Socket client and server code. Since only rely on the standard linux, can be transplanted.
  3. 所属分类:Linux Network

    • 发布日期:2017-08-08
    • 文件大小:2386944
    • 提供者:凌虎
  1. qlocalserver

    0下载:
  2. The QLocalServer class provides a local socket based server for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:3429
    • 提供者:heisoudui
  1. chatroom

    0下载:
  2. linux终端下聊天工具,要求安装sqlite3.6.20,server/bin下输入./server开启服务器, client/bin/输入./client 127.0.0.1连接服务器,然后根据提示可以开始聊天,基于socket,使用多线程-chat tool under linux terminal, require the installation of sqlite3.6.20, server/bin, enter./server on the server, client/bin/i
  3. 所属分类:Linux Network

    • 发布日期:2017-03-31
    • 文件大小:40685
    • 提供者:asd
  1. qlocalsocket_win

    0下载:
  2. QLocal Socket: connect To Server for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4367
    • 提供者:deifenglan
  1. linux_file_transfer

    0下载:
  2. Linux中利用socket透過server,兩個client端傳送與接收檔案,可在code中設定ip/port,為linux入門者參考code,有使用thread,故編譯時要加一條-lpthread-Socket through the use of Linux in the server, two client-side to send and receive files, can be set in the code in the ip/port, for the entry-linux
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-03
    • 文件大小:5064
    • 提供者:黄建国
  1. socket_chat_linux

    0下载:
  2. Linux平台下使用socket套接字网络通信技术实现一个并发服务器,实现局域网下的多用户的聊天程序。-Linux platform using the socket socket network communication technology to realize a concurrent server, realize
  3. 所属分类:Linux Network

    • 发布日期:2017-04-01
    • 文件大小:10340
    • 提供者:李飞
  1. remote-control

    0下载:
  2. 这是一个linux下远程控制程序,采用并发服务器模型。客户端接收用户输入的命令,客户端通过套接字将命令传送给服务器端,服务器在收到用户的命令,对命令进行解析.在服务器端调用对应的命令,并将命令执行的结果发送给客户端,从而实现远距离控制的功能。服务器可同时对多个用户提供服务。-This is a remote control program under linux, using concurrent server model. The client receives commands entere
  3. 所属分类:Linux Network

    • 发布日期:2017-04-16
    • 文件大小:12751
    • 提供者:kobe messi
  1. many_broadcast

    0下载:
  2. 在linux操作系统下用Socket编程实现网内多播的功能,两个文件,一个客户端,一个服务器-Use Socket programming under Linux operating system can realize the function of the network multicast, two files, a client and a server
  3. 所属分类:Linux Network

    • 发布日期:2017-04-13
    • 文件大小:2061
    • 提供者:荣东盟
  1. miniFTP

    1下载:
  2. win SOCKET 编程实现 miniFTPclient/Server Zhe大计算机网络实验,具体要求如下: 使用 Win32Socket 函数实现,不能使用 MFC 的 Csocket 类库(MFC 的 Csocket 类库不 能在 LINUX、UNIX 等环境下使用,跨平台性差),不能用 C++ builder 开发(编程量太少, C++ builder 已完成了很多 SOCKET 代码的编写)。 1. mini FTPclient/ Server 要求:在客户端至少实现 GE
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-09
    • 文件大小:88687
    • 提供者:Pepe
  1. MailManagement

    0下载:
  2. 运行于Linux操作系统平台下的邮件收发系统,可以实现局域网内任意电脑之间的信息接收与发送。难点在于,要用Socket来实现客户机与服务器的通信,每个功能的实现,客户机需先给服务器发送一个对应请求,服务器应答之后,再由客户机将发送的邮件数据发给服务器,最后由服务器来发送和获取用户邮件。-Mail system running on the Linux operating system platform, you can achieve receive and send information b
  3. 所属分类:Linux Network

    • 发布日期:2017-04-04
    • 文件大小:188838
    • 提供者:李明
  1. send.tar

    0下载:
  2. it is a project of socket programming in linux . it was witten in c language . it has two parts client and server . clients can connect to server and use some services from server and server service client. client can be more than one but serv
  3. 所属分类:Linux Network

    • 发布日期:2017-04-25
    • 文件大小:128491
    • 提供者:mehrdad
  1. matlab

    0下载:
  2. it is a project of socket programming in linux . it was witten in c language . it has two parts client and server . clients can connect to server and use some services from server and server service client. client can be more than one but serv
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:571
    • 提供者:mehrdad
  1. PLS

    0下载:
  2. Linux下客户端和服务器程序编写实现客户端和服务器的通信,用socket实现通信。服务器可以处理多个客户端-Under Linux client and server programming to achieve client and server communicate using socket communication. The server can handle multiple clients
  3. 所属分类:Linux Network

    • 发布日期:2017-05-02
    • 文件大小:946611
    • 提供者:张平
  1. 8_10

    0下载:
  2. 多人聊天室 1、在Linux下采用socket实现多进程间的通信 2、采用TCP/IP协议进行数据传输 3、服务端采用多线程技术支持多用户同时登陆 4、支持客户端之间直接通信-Chat room 1, using multi-socket communication between processes in Linux 2, using the TCP/IP protocol for data transmission 3, the server uses mu
  3. 所属分类:Linux Network

    • 发布日期:2017-04-17
    • 文件大小:12230
    • 提供者:尤晓峰
  1. LocalServerSocketTest

    0下载:
  2. Local Server Socket Test Source Code for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:831
    • 提供者:jerpanciu
« 1 2 ... 9 10 11 12 13 1415 16 »
搜珍网 www.dssz.com