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

搜索资源列表

  1. http_client_2.0

    0下载:
  2. 一个简单的http下载程序,用C++在linux下写了一个简单的http下载程序,程序的功能很简单,在终端输入文件所在网址,程序会单线程从服务器上下载该文件到本地。程序里面涉及了socket编程、http协议、二进制文件的写入。-a simple http download and use under linux C wrote in a simple http download procedure is very simple function of the input terminal is
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:5253
    • 提供者:丁丁
  1. LilyCRM-1.0.tar

    0下载:
  2. linux/unix下c/s形式的资源监视,客户端负责搜集机器,再传送到服务端.-linux / unix under c / s forms of surveillance resources, the client is responsible for gathering machines, which sent to the server.
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:31972
    • 提供者:刘兴
  1. socketonLinux

    1下载:
  2. Linux下采用C语言开发的聊天程序,使用类似vi的操作界面,服务器端采用多线程技术,每线程服务一个客户端,客户端采用双进程,一个进程负责网络I/O,一个进程负责用户交互。-Linux development using C language chat, the use vi similar to the user interface, server multi-threading technology, every threaded a client services, client dual
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:17835
    • 提供者:张柏年
  1. Linux_proxy

    0下载:
  2. 这是一个Linux下用C语言编写的代理服务器程序,含客户端和服务器端。-This is a Linux C language prepared by the proxy process, including the client and server side.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:13345
    • 提供者:sunrain
  1. credit_card

    0下载:
  2. 这是一个Linux下用C语言编写的信用卡授权程序,程序采用C/S模式,服务器代表店主,客户访问服务器并请求得到服务器的受权,从顾客的信用卡中收取费用。-This is a Linux C language prepared by the credit card authorization procedures, procedures using C / S mode, servers represent shopkeepers, customers access the server reque
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:11616
    • 提供者:sunrain
  1. vc_and_linux_socket

    0下载:
  2. linux下用C编写的服务器端和在WINDOWS下用VC写的客户端之间的网络通信程序-under linux prepared by the C-terminal server and Windows using VC written between the client Network Communication Program
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:40477
    • 提供者:黄文
  1. EVEmu-0.2

    0下载:
  2. EVE Online模拟器源码,采用C++编写 编译环境 real linux (not cygwin) gcc 3.3 mysql 4.1 32 bit 相比上个版本服务端增加一些功能,配合对应的数据库,可以架设成功 客户端请使用美版3913客户端-EVE Online simulator source code, C compiler environment to prepare real linux (not cygwin) gcc 3.3 mys
  3. 所属分类:模拟服务器

    • 发布日期:2008-10-13
    • 文件大小:1742325
    • 提供者:LSW555
  1. miniweb-0.8.19

    0下载:
  2. MiniWeb是一个针对嵌入式应用而开发的微型Web Server,它占用资源少,工作效率高,可移植性好,使用C语言编写,可以单线程服务多个用户,支持动态页面生成和页面变量替换等动态Web技术,可作为静态库或动态库内嵌于其他软件中,也可作为独立的Web server运行在Windows和Linux上。-MiniWeb was an embedded application and development of the micro-Web Server, It occupied less reso
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:49760
    • 提供者:justgo
  1. PPP STACK

    1下载:
  2. 这是一个用C-C++实现的成熟的ppp服务器和协议栈,目前正在稳定的使用,可同时运行于windows和linux和solaris平台,里面还有比较详细的帮助文档。-This is a C-C realization of the mature ppp server and protocol stack and is currently stable use, can also run on windows and linux and solaris platform, there is also
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2013-07-09
    • 文件大小:780454
    • 提供者:Ase
  1. socketftp

    1下载:
  2. 该文件是基于socket编程的ftp文件传输的源代码。包含了服务器和客户端的源代码,是使用C语言编写的。运行在linux环境中。无解压密码。不妥之处,还请高手给予指点。-the document is based on the socket programming ftp file transfer the source code. Includes server and client source code is the use of the C language. Run on the Li
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:1717
    • 提供者:mafengxi
  1. UDPImageArmLinux

    0下载:
  2. 基于uclinux采用udp通讯协议实现图象等网络规范文件的传输.采用c/s模式,服务器端实现并发而响应多个客户的请求.经过测试,代码能在linux主机之间,arm与arm之间以及pc与arm之间进行通讯(文件中的readme(此为linux下编写)对代码有个总体说明)-use udp protocol communications networks such as image regulatory document transmission. Using c / s mode, the ser
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:859886
    • 提供者:吴敏
  1. linuxhttpd

    0下载:
  2. 这是一个简单的用C语言写的http服务器源代码,在arm9硬件平台linux操作系统上通过。-This is a simple C language to write the http server source code, arm9 the Linux operating system hardware platform adopted.
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:48878
    • 提供者:陈凤梧
  1. FtpSvr

    0下载:
  2. 在Linux下使用GCC编制的FTP服务器,使用多线程的来进行解决多个用户的连接请求,在用户的管理方面使用MySql,(当然也可以使用其它的数据库,但必须得在MakeFile里面自己修改指定),思路较清晰,适合Linux初学者对linux下的c编程的全面的了解。-use of the Linux GCC based FTP server, The use of multithreading to address a number of user connections, at the reque
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:870170
    • 提供者:uruz7
  1. SQLiteWeb

    0下载:
  2. :介绍了基于ARM 的嵌入式Web 服务器的系统组成与工作原理,SQLite 系统的特点和体系结构。在arm-linux 平台上成功移植了SQLite,。结合表单和CGI 技术,并利用SQLite提供的C 语言API,成功地实现了客户与SQLite 嵌入式数据库系统的动态交互。此方案可以广泛应用在工业设备远程控制、远程家庭医疗设备、信息家电控制中心等应用领域。-: Based on the ARM Embedded Web server and the system components wor
  3. 所属分类:开发工具

    • 发布日期:2008-10-13
    • 文件大小:33078
    • 提供者:黄勇
  1. ftp-socket

    1下载:
  2. 利用Linux开发环境,设计和实现一个简单的文件传输协议FTP. 里面包含了服务端和客户端的C程序-use Linux development environment, Design and Implementation of a simple file transfer protocol FTP. it contains the server and client procedures C
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:4565
    • 提供者:李亚林
  1. suck_040225

    0下载:
  2. Suck Wrappers are a set of UNIX scr ipt files that sets up inn, an NNTP server, on a local machine so that suck can communicate with a News server supplied by an ISP . It also installs a set of wrapper scr ipts (based on the sample scr ipts provided
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:24659
    • 提供者:lococo
  1. web.src

    0下载:
  2. linux下用c语言开发的小型嵌入式web服务器。-using C language development of small embedded web server.
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:19027
    • 提供者:李文东
  1. uam.src

    0下载:
  2. linux下用c开发的linux远程服务器帐号管理系统-c developed using Linux remote server account management system
  3. 所属分类:远程控制编程

    • 发布日期:2008-10-13
    • 文件大小:8778
    • 提供者:李文东
  1. smtpr

    0下载:
  2. A simple smtp relay server. Which follows smtp protocol correctly. It receive an email. and relay it out to an email server specified by users. Platform: unix, linux, windows. compilation command: g++ smtpr.c -lsocket -lnsl -o smtpr usage: smtp
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:6587
    • 提供者:leearthian
  1. 网络存储源代码

    1下载:
  2. 一、网络存储的软件设施:   服务器: 采用Linux   数据库: 采用mysql和BDB   开发语言:采用C++ 二、目前进度:   目前网络存储接口的基本功能已经完成,正在做个例子来演示 三、网络存储的特性: 1、开发语言无关性:    与服务器的通讯通过com来实现、可以用通过任何语言来调用网络接口。 2、个性化完全开放式的接口:    (1)、 个性化设置中的类型是用户可以自己定义的,不需要修改程序    (2)、 类似收藏夹、和通讯录之类的表也是用户自己增加、定义的,只需要维护数据
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:2091470
    • 提供者:王斌
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 18 19 »
搜珍网 www.dssz.com