搜索资源列表
socket_linux_mfc
- Linux下的Socket类 接口函数同MFC类似, 封装底层网络细节API-Linux Socket Interface category MFC with a similar function, Packaging details of the underlying network API
tcpsock00000001
- 简单的Socket类,通过简单修改可以在UIIX/LINUX平台上使用-simple Socket class, through simple changes in UIIX / Linux platform use
Socket4C++
- Linux/Windows下的的socket基类-Linux / Windows of the socket base class
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.
Que - Linux Socket Programming By Example - fly[1]
- Linux Socket Programming by Example
mysocksvr
- linux下sokcet编程的服务器端入门程序。对服务器端socket使用描述得挺详细-sokcet under linux server programming entry procedures. The use of server-side socket quite detailed descr iption
mysockClient
- linux下sokcet编程的客户端端入门程序。对客户端socket使用描述得挺详细 -sokcet programming under Linux customers end-to-end entry procedures. The use of the client socket, quite detailed descr iption
linux_socketlib
- linux下socket函数封包,你可以简单调用函数,方便设置socket阻塞和非阻塞方式-socket function packets, you can simply call functions, convenience and obstructive set socket nonblocking mode
linux_socket
- 是关于linux下socket通信的源代码,只要定义好服务器端、客户端的IP和端口号,就可以进行网络通信-under socket communications source code, as long as the definition of a good server. Client IP and port number, it can implement network communications
hsocket-0.4.0.tar
- This library is intended for providing C++ Wrapper class for native socket api. It is tested under g++(*NIX, Linux, Cygwin), Visual C++ Environments, and will support vendor supported C++ compilers.
s_p
- socket编程,linux下使用,包含单线程和多线程两种情况
socket++-1_10MSVC6
- 跨平台的最轻量级socket的c++库,支持windows,linux,solaris-cross-platform of the most lightweight c socket library, support for Windows, Linux, Solaris
linux下socket编程 c
- linux下用c进行socket编程,很多实例,适合初学网络编程者,可以先看看socket编程
Linux下Socket编程通讯程序
- 使用Socket套接字编程,设计在Linux下的简单聊天程序。 程序分为客户端、服务器端程序,命令行方式使用,无界面。已经实现了如下功能: ■ 新用户注册,若预注册用户已经存在同名用户,则不能再注册 ■ 用户登录,可验证用户名、密码 ■ 用户登出或注销账户 ■ 在线用户查询,客户端可得到所有在线用户 ■ 聊天服务,与任一在线用户聊天 (在同一段时间内可接收多人的消息,但只能给一个人发送消息) ■ 传输文件,对好友名进行验证,对输入的文件名是否合法进行验证