搜索资源列表
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.
linux-socket-func
- linux下socket的相关函数以及互相之间调用的关系,及有详细的服务器和client的例子说明如何调用!-socket under the cross-correlation function of the relationship between the call and a detailed server and client examples to illustrate how the call!
socket
- linux 下 socket进程通信,包括客户端和服务器端,简单的例子。
socket
- linux下SOCKET编写程序事例,已经验证过了的
linux下socket文件传输
- 实现了Linux环境下,局域网之间的各类文件传输,适合刚接触socket的初学者。
linux下关于socket C的编程源码
- linux下关于C的编程,其中包含了socket的几种用法的例子,有udp、tcp以及select的使用
linux下socket编程 c
- linux下用c进行socket编程,很多实例,适合初学网络编程者,可以先看看socket编程
利用socket接口实现的FTP客户端和服务器端
- linux下利用socket接口实现的FTP客户端和服务器端,linux using socket interface of the FTP client and server
Linux下c语言开发的聊天工具
- Linux下c语言开发的聊天工具,gtk库生成图形界面,socket
linux下C++socket多线程代码
- linux下C++socket多线程代码,linux under C++ socket multi-threaded code
socket-file-transfer 利用socket进行文件传输的服务器端程序和客户端程序
- linux/unix环境下利用socket进行文件传输的服务器端程序和客户端程序-linux/unix socket file transfer server client
Linux_net_programing.pdf
- linux下网络编程的书籍,相当经典。linux下socket编程。-linux network programming under the books, very classic. socket programming under linux.
socket-windows-linux
- windows 与linux下的socket编程,实现客户端与服务器端的通信-linux under windows with socket programming, to achieve client and server-side communications
socket
- linux 下的server/client socket 程式 -linux under the server/client socket program
TCP.IP.Sockets.in.C.Practical.Guide.for.Programmer
- linux下socket编程,c语言版本,大师的经典之作,做socket编程不得不看,但是是外文的,不过经典的东西往往都是外文的-linux under the socket programming, c language version, the master' s classic, do socket programming had to look at, but it is in foreign languages, but the classic things that are o
socket
- 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.
Linux-socket-TCP-ClientServer
- 编写Linux下socket协议TCP的ClientServer程序-Under the agreement Linux TCP socket write the ClientServer program
Linux-and-Socket
- 嵌入式学习资料之Linux下Socket编程-Linux and Socket
Linux下Socket编程通讯程序
- 使用Socket套接字编程,设计在Linux下的简单聊天程序。 程序分为客户端、服务器端程序,命令行方式使用,无界面。已经实现了如下功能: ■ 新用户注册,若预注册用户已经存在同名用户,则不能再注册 ■ 用户登录,可验证用户名、密码 ■ 用户登出或注销账户 ■ 在线用户查询,客户端可得到所有在线用户 ■ 聊天服务,与任一在线用户聊天 (在同一段时间内可接收多人的消息,但只能给一个人发送消息) ■ 传输文件,对好友名进行验证,对输入的文件名是否合法进行验证
Linux下简单的C++ socket编程
- 用c++实现简单的linux平台socket编程(Using c++ to achieve a simple Linux platform, socket programming)