搜索资源列表
ServerForQQClient
- 用C语言实现的Linux环境下的QQ即时通讯软件,包含客户端和服务器端程序-QQ instant messaging software in C language under the Linux environment, including client and server-side program
LInuxQTChatSoftware
- 一个linux下基于Qt框架,C/S架构的聊天小程序,有服务器端和客户端,可以同时登陆多个客户端进行聊天!-A Linux-based Qt framework, C/S-based chat applet, server and client, while landing multiple clients to chat!
httpd
- httpd.c - a simple HTTP server for Linux.
qpid-cpp-0.6.tar
- 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/
TCPserver
- linux下TCP服务器端常用的多客户端相应处理方式select和epoll.c基本应用-TCP server under linux commonly used multi-client and select the appropriate treatment of the basic application epoll.c
transproxy-1.6
- 穿透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
socket_OK
- 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.
my_tftp_client
- 基于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
sock_file
- 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
network
- Linux网络编程,服务器端的C程序。比较基础适合入门-Linux network programming, server-side C program
TCP_talk
- 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.
Project_code
- 基于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
ftp.tar
- 用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
NO7
- 一个简单的多进程并发服务器程序,包含客户端与服务器的源码,由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.
miniFTP
- win SOCKET 编程实现 miniFTPclient/Server Zhe大计算机网络实验,具体要求如下: 使用 Win32Socket 函数实现,不能使用 MFC 的 Csocket 类库(MFC 的 Csocket 类库不 能在 LINUX、UNIX 等环境下使用,跨平台性差),不能用 C++ builder 开发(编程量太少, C++ builder 已完成了很多 SOCKET 代码的编写)。 1. mini FTPclient/ Server 要求:在客户端至少实现 GE
temp
- 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
webServer
- 在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.
send.tar
- 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
matlab
- 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
LittleIM
- 网络文字聊天工具,客户端在windows平台用VC实现,服务端在linux平台用C++实现。-Network chat tool, the client in the windows platform realized by VC server in the Linux platform, using C++ implementation.