搜索资源列表
-
2下载:
linux下用c语言实现的一个ftp程序,包括server和client-using the C Language an ftp procedures, including server and client
-
-
1下载:
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
-
-
0下载:
这是一个Linux下用C语言编写的代理服务器程序,含客户端和服务器端。-This is a Linux C language prepared by the proxy process, including the client and server side.
-
-
0下载:
有client.c 和 server.c 以及 common.h组成
适用于linux c编程
-
-
0下载:
(1)复习Linux操作系统下的C语言程序的编辑、编译方法,完成简单的变元表读取显示程序。
(2)通过简单程序学习套接字地址、IP地址相关处理函数的使用。
(3)通过两个能完成基本通信功能的TCP服务器程序和客户机程序学习基本Socket函数的使用。-(1) under the operating system review Linux C language program, editor of the compilation approach, complete simple chan
-
-
0下载:
网络文字聊天工具,客户端在windows平台用VC实现,服务端在linux平台用C++实现。-Network chat tool, the client in the windows platform realized by VC server in the Linux platform, using C++ implementation.
-
-
0下载:
实现linux下的聊天功能,chat 客户端,还有server端-linux c chat client
-
-
0下载:
该代码在Linux实现了一个类似于windows上的QQ的聊天工具。主要是基于TCP/IP协议的socket通信。包括服务器端和客户端两部分,其中客户端使用了select的IO多路复用技术,服务器端由于要监听多个客户端,因此使用了epoll的IO多路复用技术。整个项目目前可以实现的功能有用户的注册与登录,添加好友,发送聊天消息,发送与接收文件等。(The code implements a chat tool similar to windows on QQ in Linux. Socket c
-