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

搜索资源列表

  1. Chatting

    0下载:
  2. 这是一个普通的聊天程序。服务器用C写,客户端的逻辑层用C写,客户端用户界面用Java写,它和逻辑层之间用JNI相连。此程序运行在Linux+Netbean之上。-This is an ordinary chat program. Server written in C, client written in C, the logic layer, client-side user interface written in Java, it is connected to the logical l
  3. 所属分类:Linux Network

    • 发布日期:2017-04-16
    • 文件大小:79833
    • 提供者:morgan
  1. TCPIPserver

    0下载:
  2. 基于linux环境下的C语言的服务器端代码:TCP/IPserver程序-Linux-based environment, C language server-side code: TCP/IPserver program
  3. 所属分类:Linux Network

    • 发布日期:2017-03-29
    • 文件大小:640
    • 提供者:邹林
  1. rtspserver

    0下载:
  2. 通过C语言搭建的RTSP服务器源码,在linux中运行,客户端通过VLC播放器播放网络串流播放264格式的视频文件,附带详细搭建介绍文档。-The C language source code to build the RTSP server, running in linux client network through the VLC player to play streaming video file format 264
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-05-25
    • 文件大小:8566144
    • 提供者:肖军
  1. Linpop-Beta3(Ubuntu)

    0下载:
  2. Linpop是一款运行于Linux操作系统平台的IM(即时通信)软件,可以实现局域网内任意电脑之间的信息接受与发送,也可作为支持200人中小型企业,企业信息平台中的一个组件及功能存在。整个软件基于C/S结构,数据经过服务器转发,便于服务器对客户端传送过来的数据进行分析和处理,例如单对单聊天、群聊天等。客户端基于GTK+实现整个GUI框架,最终界面效果良好。-Linpop can support 200 small and medium enterprises within the IM plat
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:893105
    • 提供者:
  1. TCPnet

    0下载:
  2. Linux c 简单的代码 实现TCP客户端与服务器 服务器一直监听客户端并对客户端发送的消息进行显示-Linux c code a simple TCP client and server to listen for client and server has been sent by the client to display a message
  3. 所属分类:Linux Network

    • 发布日期:2017-04-02
    • 文件大小:1644
    • 提供者:yaota
  1. soket_linux

    0下载:
  2. linux 下 的soket 通讯,server、client、mid三个程序,可以做课程设计,可用!-it write by linux c++.to soket.usefull
  3. 所属分类:Linux Network

    • 发布日期:2017-04-16
    • 文件大小:13055
    • 提供者:king
  1. ftp

    0下载:
  2. 基于FTP协议,使用linux自带的FTP服务器作为服务器,编写一个客户端C程序,用来实现上传、下载、改变目录等功能-Based on the FTP protocol, use Linux own FTP server as a server, write a client C program designed to upload, download, change directory etc. Function
  3. 所属分类:Ftp Client

    • 发布日期:2017-03-31
    • 文件大小:1909
    • 提供者:huang
  1. FtpServerClient

    0下载:
  2. 客户端用的是windows,服务器端是linux-client is writen by c++ while the server is under linux
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-21
    • 文件大小:6368121
    • 提供者:John
  1. epollechosever

    0下载:
  2. 基于linux环境高级编程,采用c++基类思想实现的网络回射服务器类的抽象,对学习c++以及网络编程有很好的帮助。-Linux environment-based high-level programming using C++ base class ideology network back to the radio server class abstraction, have a good help in learning the C++ and network programming.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-02
    • 文件大小:44975
    • 提供者:李德华
  1. p2p

    0下载:
  2. 一个C实现的Client-Server模式的P2P。-a client-server software using c in linux terminal.
  3. 所属分类:P2P

    • 发布日期:2017-03-29
    • 文件大小:5933
    • 提供者:zhang mj
  1. minMalloc

    0下载:
  2. 超精简的c语言malloc内存管理函数,采用哈希散列法+伙伴法结合,自动判断切割或合并,已在linux上测试,并在一web服务器上实现商业化应用-minimalloc by c .tested in linux and iar ,has been used in WEB server
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-06
    • 文件大小:4869
    • 提供者:朱辉辉
  1. MYrtsp_server_LINUX_C

    0下载:
  2. rtsp 服务,实现了rtsp所有方法,有OPTIONS,SETUP,PLAY,TOWNDOWN,SET_PARAM
  3. 所属分类:Linux Network

    • 发布日期:2017-05-02
    • 文件大小:568121
    • 提供者:liuping
  1. UDP

    0下载:
  2. 简单的UDP链接的服务器和客户端,能够实现链接测试,发送信息的简单功能。linux c 网络编程的基础。-A simple UDP client and server, able to send information.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-04
    • 文件大小:2033
    • 提供者:卢笑
  1. w

    0下载:
  2. a) 能发送HTTP的GET消息,从任何WEB服务器中获取指定WEB页面; b) 获取WEB页面后,能将页面保存为本地文件index.html; c) 能显示index.html文件源码 d) 能调用Linux系统中的Web浏览器(如mozilla)正确显示index.html页面。 -a) can send an HTTP GET message, WEB page from any Web server to obtain the specified b) access
  3. 所属分类:Linux Network

    • 发布日期:2017-04-03
    • 文件大小:1886
    • 提供者:lqc
  1. TestIceServerVc10Ret

    0下载:
  2. C/C++(windows系统) 与php(linux系统)通信服务器端代码-C the/C++ (windows system) php (linux system) communications server-side code
  3. 所属分类:Communication

    • 发布日期:2017-06-02
    • 文件大小:14337475
    • 提供者:wang
  1. ddns

    0下载:
  2. DDNS源代码.DDNS(Dynamic Domain Name Server)是动态域名服务的缩写!DDNS是将用户的动态... c# android asp.net 源码 linux c++ sql extjs 教程-The DDNS source code. DDNS (Dynamic Domain Name Server) is the abbreviation of Dynamic Domain Name Service DDNS is the user' s dynamic .
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:94464
    • 提供者:ax123
  1. tcpclient

    0下载:
  2. 一个基于Linux上的c语言tcp客户端程序,连接客户端到服务器端-Connecting a TCP client to a server, a client program, based on Linux c
  3. 所属分类:Linux Network

    • 发布日期:2017-04-01
    • 文件大小:1519
    • 提供者:tony
  1. oicq

    0下载:
  2. 用c语言写的一个基于linux的网络通讯代码,可以实现服务器和客户注册、登陆、聊天!-C language used to write a linux-based network communication code, server and client registration, login, chat!
  3. 所属分类:Linux Network

    • 发布日期:2017-05-08
    • 文件大小:1724376
    • 提供者:李涛
  1. chat

    0下载:
  2. 基于Linux系统下,用c编写的一个聊天程序,该程序分为客户端和服务器端亮部分代码-Based on Linux system, using c write a chat program, this program is divided into client and server bright part of the code
  3. 所属分类:Linux Network

    • 发布日期:2017-11-30
    • 文件大小:15479
    • 提供者:赵伟坤
  1. tcpserver

    0下载:
  2. Linux下用c语言编写的TCP服务端的源码-C under Linux using TCP server written in the source ~~~~~~
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:1028
    • 提供者:刘新
« 1 2 ... 10 11 12 13 14 1516 17 18 19 »
搜珍网 www.dssz.com