搜索资源列表
wenmingphp5mysql5
- php开发的行业搜索系统!!! 2. 安装 ------------ a. 解压程序rar文件,用二进制方式上传到你的网站的根目录或某一目录下 注意:一定要将ftp上传工具设置为二进制方式,再上传程序文件 b. unix或linux服务器下, 将以下文件属性改为:666 (或777) - function/base_info.php - function/emphasis_info.php - function/admin_p
xmlrpc-c-1.06.06.tar
- XML RPC 在LInux 的库函数实现.支持通过XML调用RPC调用. XML-RPC for C/C++ is programming libraries and related tools to help you write an XML-RPC server or client in C or C++.
example1
- linux下使用socket进行网络通信,含server.c和client.c文件,使用时可以将server.c在PC linux下运行,client.c经交叉编译后下到开发板运行
socket
- client.c server.c talker.c listener.c 已经编译通过的完整打包文件,在linux环境下测试通过
server
- 基于linux平台,用C++ 编写的QT程序,基于socket的服务器端
cs通信
- linux下学习socket的编程,使用tcp协议,用c语言编写的,一个server.c 另一个为client.c 经过调试。-learning socket programming, using tcp agreement with the c language, a server.c client.c after another for debugging.
线程实现一服务器多client
- 有client.c 和 server.c 以及 common.h组成 适用于linux c编程
linux网络编程C/S
- C语言开发的基于命令行的聊天软件源码,包含client端和server端
web_server_in_c.rar
- 这是一个用C语言实现的WEB服务器,一款主要面向嵌入式系统的WEB服务器。它支持ASP,嵌入的JAVASCRPT与内存CGI处理。理论上,你可以在非嵌入式环境下很好的使用GoAhead Web服务器(正如我写这篇文章时所做的)。它的参考平台有Windows CE, Wind River VxWorks, Linux, Lynx, QNX,与Windows 95/98/NT。它基本上属于一个HTTP1.0标准的WEB服务器,对一些HTTP1.1的特性如(持久连接)也提供了支持。 ,This is
tftpx-1.0
- 用C语言开发的在Linux平台上的TFTP(RFC1380)服务器端和客户端. 支持目录列表, 可变块大小(RFC2348). 传输模式只支持二进自制模式. 停止等待机制作为数据传输的基本机制, 是网络编程必须的掌握的技能. TFTP 协议使用基于UDP的停止等待机制来实现文件的可靠传输. -Developed using C language in Linux platform TFTP (RFC1380) server-side and client. Supported dir
linuxCforChatRoom
- linux C聊天室代码,包括server端和client端。-chat rooms linux C code, including server-side and client side.
chat
- linux系统下一个简单的聊天程序,主要用socket和select实现的-linux system a simple chat program, the main achievement of the socket and select
realmsg-4
- 本人写的实现类似于MSN的即时通信软件,基于linux socket编程,有完整的客户端,服务器端代码 实现好友管理,线程池,文件传输,简单音频传输等功能,经过修改可用于嵌入式环境-I write to achieve similar to the MSN instant messaging software, based on linux socket programming, a complete client, server-side code to achieve the fr
FTP-server-client-linux-c
- FTP 客户端和服务器端,linux程序。支持多进程服务!客户端和服务端各一个单独文件。-FTP on linux codes。Client and server。
X264RTMP
- 支持h264编码协议的RTMP传输协议,这个是H264的具体实现x264的配套传输协议中的RTMP,支持x264在RTMP上实时传输的企业版。Linux和windows上测试通过,可直接使用。-xbmc player uses RTMP protocol implementation code, compile the following in the Linux, very good implementation of the RTMP protocol packets in various
qtsocket
- qt socket通信,服务器端为虚拟机里的linux系统的C++程序,客户端为开发板上的qt 代码,实现socket通信,以及将接受到的数据,显示在屏幕上-qt socket communications, server-side virtual machine inside linux system, C++ program, the client code for the development board qt achieve socket communication, and to r
LinuxQQ
- 在Linux下用C语言实现的模拟QQ的服务器和客户端软件,无界面-In Linux using C language simulation QQ server and client software, no interface
RAW SOCKET编程与以太网帧分析
- RAW SOCKET编程与以太网帧分析。环境是Linux,用C,C++语言描述。 包括基于TCP和UDP的两个客户服务器程序;以及一个原始套接字可以接受任何数据链路层。并且根据协议规约输出抓取到的包的字段内容 -RAW SOCKET Programming and Ethernet frame analysis. Environment is Linux, using C, C++ language to describe. Including both TCP and UDP-ba
chat
- 自己写的一款linux下的聊天软件,有群聊,私聊,管理员管理等功能,客户端使用qt图形界面,服务器端用c语言-Wrote it myself under a linux chat software, there are a group chat,私聊, the administrator management functions, using qt graphical client interface, server-side using c language
webserver
- linux下c++实现简易的web服务器-linux under c++ to achieve a simple web server