搜索资源列表
testplugin
- linux下c++实现插件技术,详情请见http://masterdog.bokee.com/563395.html
Rhapsody-0.1.8.tar
- sourceforge历史版本完整下载: http://sourceforge.net/project/showfiles.php?group_id=202044 提供了基于b树索引算法的文件数据数据库模块详见storage/目录下面的 btree.c与pager.c container目录为常用的容器实现,如果rbtree avltree map heap list vector hashtable deque T树 B树, test目录为测试程序代码经过初步测试,比较稳定。 os_api:装
网络客户端服务器实现
- 编写WEB客户端原型myWebBrowser和WEB服务器原型myWebServer及管理工具myManager,要求满足以下条件: 功能需求 1. myWebBrowser a) 利用http的GET消息,能从任何WEB服务器中获取指定WEB页面; b) 获取WEB页面后,能将页面保存为本地文件index.html; c) 能显示index.html文件源码; d) 能调用linux系统中的Web浏览器(如mozilla)正确显示index.html页面。 2. myWebSer
chttp.rar
- linux环境下,使用c语言实现http POST请求,经过实际运用的。,linux c http
httpclient.tar
- linux下用c实现模拟http客户端,支持get、post及上传文件等-under linux using c analog http client, support for get, post and upload documents, etc.
FTP_SERVER_SRc
- 项目简介:使用linux下c语言开发,遵循RFc959协议,以命令解析器为核心,利用Socket作为通讯接口,提供上传下载,断点续传,流量控制,连接控制,支持多种常用FTP客户端。 -Project Descr iption: Using the c language under linux development, follow the RFc959 protocol to the command parser as the core, the use of Socket as a com
up-smarthomeV1p2-html
- 一个基于ARM9的嵌入式WEBSERVER,在linux下用Gcc开发即可. 1 丰富index.html主页面 加入部分动态效果与连接 2 更改setting status cgi程序界面 3 更改shmid 为1393 4 HTML中没有加入网络摄像头的http的连接,加入即可显示网络摄像头界面-An ARM9-based embedded WEBSERVER, developed in the Gcc can be used under linux. A rich ind
BT
- linux下基于c语言的BT下载程序 BitTorrent(简称BT)是一个文件分发协议,每个下载者在下载的同时不断向其他下载者上传已下载的数据。而在FTP、http协议中,每个下载者从FTP或http服务器处下载自己所需要的文件,各个下载者之间没有交互。当非常多的用户同时访问和下载服务器上的文件时,由于FTP服务器的处理能力和带宽的限制,下载速度会急剧下降,有的用户根本访问不了服务器。BT协议与FTP协议不同,它的特点是下载的人越多下载的速度越快,其原因在于每个下载者将已下载的数据提供给其
cclab
- linux下基于c语言的BT下载程序 BitTorrent(简称BT)是一个文件分发协议,每个下载者在下载的同时不断向其他下载者上传已下载的数据。而在FTP、http协议中,每个下载者从FTP或http服务器处下载自己所需要的文件,各个下载者之间没有交互。当非常多的用户同时访问和下载服务器上的文件时,由于FTP服务器的处理能力和带宽的限制,下载速度会急剧下降,有的用户根本访问不了服务器。BT协议与FTP协议不同,它的特点是下载的人越多下载的速度越快,其原因在于每个下载者将已下载的数据提供给其
kitt-0.1.1.tar
- 使用Qt4内建的QtWebKit组件开发。基于Qt的垮平台性,程序能够运行于 linux,OS X, Windows等系统。也能通过交叉编译运行于Qt/Embedded嵌入式平台。-QT c++ browse Non-members may check out a read-only working copy anonymously over http.svn checkout kitt.googlecode.com/svn/trunk/ kitt-read-onl
cxxtools-1.4.8.tar
- cxxtools 源码, cxxtools把大部分linux c 库函数封装成c++类。封装方法巧妙高效,可以用于学习和直接使用。-cxxtools is a collection of general-purpose c++ classes. It includes classes for: * argument parsing * logging * wrappers for threading (pthreads) * network
httpd
- httpd.c - a simple http server for linux.
dibusb-mc
- DVB USB compliant linux driver for mobile DVB-T USB devices based on reference designs made by DiBcom (http: www.dibcom.fr ) (DiB3000M-c P).
c_http
- 在linux下用c实现http请求,并将结果打印出来-In the linux environment using c language http request, and the results will be returned to print out