搜索资源列表
-
0下载:
一个简单的http下载程序,用C++在linux下写了一个简单的http下载程序,程序的功能很简单,在终端输入文件所在网址,程序会单线程从服务器上下载该文件到本地。程序里面涉及了socket编程、http协议、二进制文件的写入。-a simple http download and use under linux C wrote in a simple http download procedure is very simple function of the input terminal is
-
-
1下载:
利用Linux开发环境,设计和实现一个简单的文件传输协议FTP. 里面包含了服务端和客户端的C程序-use Linux development environment, Design and Implementation of a simple file transfer protocol FTP. it contains the server and client procedures C
-
-
1下载:
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
-
-
1下载:
linux下利用socket c语言编写的文件传输服务器和客户端,有流程图和注释,适合socket学习者~-under linux using socket c language file transfer server and client, with flow charts and notes, suitable for socket learners ~
-
-
0下载:
linux下利用socket c语言编写的时间同步服务器和客户端,有流程图和注释,适合socket学习者~-under linux using socket c language time synchronization server and client, with flow charts and notes, suitable for socket learners ~
-
-
0下载:
windows 与linux下的socket编程,实现客户端与服务器端的通信-linux under windows with socket programming, to achieve client and server-side communications
-
-
0下载:
simple client/server in socket and fifo in c better run in linux.
-
-
0下载:
thhis a simple server program to chat with multi clients using c programming.(socket program)-thhis is a simple server program to chat with multi clients using c programming.(socket program)
-
-
0下载:
socket programing:
type-->file transfer
->open a terminal and compile the server file..this terminal will act like server
->open another terminal and compile the client file..this terminal will act as a client..
->the fil
-
-
0下载:
TCP套接字的文件传输客户服务器程序设计
包括C和S端的部分,S端向C端传送文件或者图片-TCP socket client-server file transfer program design, including C and S terminal part, S-side to the C terminal to send documents or pictures
-
-
0下载:
C program for a FTP server Done in Fedora 7(Linux) using Socket Programming
-
-
0下载:
Linux下Socket网络编程,里面程序分为服务器和客服端。使用的TCP有链接的协议编程。-Socket Network programming under Linux, which is divided into the server and the customer service side. Use the TCP protocol with links to programming.
-
-
0下载:
Linux下使用C + socket TCP实现的一个简单的聊天服务器和客户端程序。使用gcc编译时,需要增加-lpthread选项-using C+ socket TCP in Linux implementation of a simple chat server and client. Using the gcc compiler, the need to increase the-lpthread option
-
-
0下载:
Linux 下实现聊天室 客户端和服务器端-Linux chat room to achieve the client and server side
-
-
1下载:
linux环境下基于流式socket的客户端与服务器程序,程序涉及发送结构体,LINUX环境下连接mysql数据库。多路复用的I/O.注释详细-linux environment based on stream socket client and server program, the program involves sending structure, LINUX environment connecting mysql database. Multiplexed I/O. For more
-
-
1下载:
Linux环境下c语言的socket编程。最基本的服务器客户端。功能较简单。服务器收包,客户端发包。收包的时候检验包头属于哪一种。有注释-C language under Linux socket programming. The most basic server client. Function is relatively simple. Server received packet, the client contract. When received packets belong to
-
-
0下载:
linux中socket多线程通信的服务器源代码-linux communication in multi-threaded socket server source code
-
-
0下载:
socket编程 linux c 网络编程-socket linux c
-
-
0下载:
linux下unixdomain和internetdomain的tcp的文件传输服务器和主机程序-Under unixdomain and internetdomain of linux tcp file transfer server and the host program
-
-
0下载:
给予linux平台下客户端和服务端进行socket通信(Server-side and client communication)
-