搜索资源列表
linux下用c语言实现的一个ftp程序
- linux下用c语言实现的一个ftp程序,包括server和client-using the C Language an ftp procedures, including server and client
linux下关于socket编程的C例子
- 这是linux下关于C的编程,其中包含了socket的几种用法的例子,有udp、tcp以及select的使用。-under linux on the C programming, which includes a socket several examples of usage, udp, tcp and select use.
0002.c
- 远程溢出,网络连接代码在LINUX下的应用-remote overflow, network connectivity code in Linux applications
socketonLinux
- 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
Linux_proxy
- 这是一个Linux下用C语言编写的代理服务器程序,含客户端和服务器端。-This is a Linux C language prepared by the proxy process, including the client and server side.
credit_card
- 这是一个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
UDP传输server端
- linux系统下,基于C语言的UDP传输server端