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

搜索资源列表

  1. ServerForQQClient

    0下载:
  2. 用C语言实现的Linux环境下的QQ即时通讯软件,包含客户端和服务器端程序-QQ instant messaging software in C language under the Linux environment, including client and server-side program
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-11-15
    • 文件大小:83214
    • 提供者:郭梦宇
  1. LInuxQTChatSoftware

    0下载:
  2. 一个linux下基于Qt框架,C/S架构的聊天小程序,有服务器端和客户端,可以同时登陆多个客户端进行聊天!-A Linux-based Qt framework, C/S-based chat applet, server and client, while landing multiple clients to chat!
  3. 所属分类:Linux Network

    • 发布日期:2017-11-25
    • 文件大小:1521372
    • 提供者:何云勇
  1. httpd

    0下载:
  2. httpd.c - a simple HTTP server for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-01
    • 文件大小:4683
    • 提供者:tonjainai
  1. qpid-cpp-0.6.tar

    0下载:
  2. Qpid/C++ 是AMQP协议的一个 C++ 的实现。Apache Qpid (Open Source AMQP Messaging) 是一个跨平台的企业通讯解决方案,实现了高级消息队列协议。提供了 Java、C++ 两种服务端版本以及 Java、C++、.NET、Python和Ruby语言的客户端。 其中C++版本的服务器端具备高性能/低消耗以及RDMA支持,可运行于Windows/Linux和Solaris平台;而Java版本的服务器则支持JMS,以及各种平台。 -Qpid/
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-11-09
    • 文件大小:3082680
    • 提供者:yangligang
  1. TCPserver

    0下载:
  2. linux下TCP服务器端常用的多客户端相应处理方式select和epoll.c基本应用-TCP server under linux commonly used multi-client and select the appropriate treatment of the basic application epoll.c
  3. 所属分类:Linux Network

    • 发布日期:2017-11-17
    • 文件大小:2937
    • 提供者:panyongxuan
  1. transproxy-1.6

    0下载:
  2. 穿透HTTP代理的linux下的C源程序,值得借鉴-This is a transparent proxy server. It can be started from inetd to service HTTP requests, or run as a stand-alone daemon. HTTP requests are transparently accepted and passed to the WWW proxy cache for handling. The HT
  3. 所属分类:Linux Network

    • 发布日期:2017-11-04
    • 文件大小:26342
    • 提供者:李冰
  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. my_tftp_client

    0下载:
  2. 基于linux c udp网络编程实现的客户端 TFTP文件上传/下载,可以与官方的tftp服务器实现良好传输-Linux c udp-based network programming to achieve client TFTP file upload/download, you can tftp server with the official transmission to achieve good
  3. 所属分类:Linux Network

    • 发布日期:2017-03-28
    • 文件大小:1520
    • 提供者:李享
  1. sock_file

    1下载:
  2. linux c网络编程 实现多线程下载服务器与客户端,可以实现类似迅雷的多个线程分块下载同一个文件/多个线程下载多个文件,大大增加下载速度-linux c network programming multi-threaded download server and client, you can achieve a similar multiple threads block Thunder download the same file/multiple threads to download
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:2980
    • 提供者:李享
  1. network

    0下载:
  2. Linux网络编程,服务器端的C程序。比较基础适合入门-Linux network programming, server-side C program
  3. 所属分类:Linux Network

    • 发布日期:2017-04-01
    • 文件大小:1755
    • 提供者:zcl
  1. TCP_talk

    0下载:
  2. tcp协议的简单聊天工程,由客户端、服务器组成,用c语言实现,可用于嵌入式linux网络编程中。-Simple chat engineering, TCP protocol is composed of client, server, implemented in c language, can be used in the embedded Linux network programming.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-03
    • 文件大小:12545
    • 提供者:pingshengfu
  1. Project_code

    0下载:
  2. 基于linux c编程的一个聊天室程序设计,分为客户端和服务器端。有登录验证,私聊,群聊功能,还提供查看在线好友,删除好友,传送文件等许多功能。-Linux c programming program design is based on a chat room, divided into client and server side. There login authentication, private chat, group chat feature is also available t
  3. 所属分类:Linux Network

    • 发布日期:2017-04-05
    • 文件大小:45334
    • 提供者:吴孔平
  1. ftp.tar

    0下载:
  2. 用linux C 实现简单的ftp服务器,具有资源上传下载,浏览目录等功能,首次使用需要将其中的路径修改成本机所需要的路径。否则无法运行。-Implemented with a simple linux C ftp server with resource upload and download, browse the directory and other features, for the first time will need to modify the path in which th
  3. 所属分类:Linux Network

    • 发布日期:2017-04-16
    • 文件大小:29563
    • 提供者:高源
  1. NO7

    0下载:
  2. 一个简单的多进程并发服务器程序,包含客户端与服务器的源码,由C语言实现,在Linux上运行,GCC编译。-A simple and more complicated process server, including client and server source code, implemented by the C language, runs on Linux, GCC compiler.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-09
    • 文件大小:2486
    • 提供者:easy
  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. temp

    0下载:
  2. 1. webqq实现的方式方式很多可以用PHP也可以用C#甚至别的语言,webqq的后台(服务端)才是关键,他可以在linux上运行即使是使用C#写的 2.是的,因为C#是个托管语言,简单点说,C#对于CPU是不可见的,C#需要转换为IL后然后有IL在转为本机代码才能让CPU所执行 3.如果你用过mono来开发软件的话,就知道的,C#也可以在linux上执行,当然不需要win版的net framework,因为mono根据windows提供的标准实现了个跨平台的framwork-1. W
  3. 所属分类:CSharp

    • 发布日期:2017-05-28
    • 文件大小:10525239
    • 提供者:陈俊光
  1. webServer

    0下载:
  2. 在linux环境下纯C语言实现了一个简单的Web服务器的功能。支持html,js,css,jpg,gif等文件格式的请求。-Under linux environment pure C language function implements a simple Web server. Support Request html, js, css, jpg, gif, etc. file formats.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-13
    • 文件大小:1843
    • 提供者:Meng
  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. LittleIM

    0下载:
  2. 网络文字聊天工具,客户端在windows平台用VC实现,服务端在linux平台用C++实现。-Network chat tool, the client in the windows platform realized by VC server in the Linux platform, using C++ implementation.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-21
    • 文件大小:5812454
    • 提供者:方展鹏
« 1 2 ... 12 13 14 15 16 1718 19 »
搜珍网 www.dssz.com