当前位置:
首页
资源下载
![](/images/right.gif)
搜索资源 - linux socket select
搜索资源列表
-
2下载:
这是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.
-
-
0下载:
一个智能门禁系统的linux的程序,select方式数据驱动方式,对于搞嵌入linux开发的朋友有一定参考价值
-
-
1下载:
linux下关于C的编程,其中包含了socket的几种用法的例子,有udp、tcp以及select的使用
-
-
1下载:
使用伯克利套接字以及Select实现了一个聊天大厅, 使用GCC编译, 平台为linux或者类unix系统.
-
-
0下载:
linux下使用select函数实现多个socket无阻塞连接,linux use select function of multiple non-blocking socket connect
-
-
0下载:
linux系统下一个简单的聊天程序,主要用socket和select实现的-linux system a simple chat program, the main achievement of the socket and select
-
-
0下载:
linux下套接口函数实现的一个聊天室程序-linux socket function to achieve under a chat room program
-
-
0下载:
linux网络编程的一些技巧,包括socket,thread pool, select,epoll等-linux network programming some of the techniques, including socket select, epoll, etc.
-
-
0下载:
linux 环境下socket编程select的使用方法.-socket programming under linux to use select.
-
-
0下载:
linux下的socket的应用 服务器的必用函数-the under linux socket application server will use the function
-
-
0下载:
select socket linux网络编程-select socket
-
-
0下载:
单线程并发服务器(select) 编程.
errexit()和passiveTCP()两个方法见"linux socket通信示例(传送文件)"文章-common implementation of thread pool logic for httpd and config.
-
-
0下载:
linux网络编程实例,讲解了一些udp tcp的socket编程,有select的例子-linux network programming examples to explain some of the udp tcp socket programming, there are select examples of
-
-
0下载:
基于linux的一个简单的select的socket程序
说明select的应用-A simple linux-based descr iption of the procedures select the socket select the application
-
-
0下载:
unix、linux下的Socket,Select,线程,线程锁,简单的在线服务系统,包含了自己写的Socket传输协议-unix, linux under the Socket, Select, thread, thread lock, a simple online service system, including Socket transfer protocol to write their own
-
-
0下载:
在写LINUX SOCKET的时候,一个非常好的例子,里面有select的使用.-Write LINUX SOCKET, a very good example, select use.
-
-
0下载:
linux下简单的C/S模式的TCP编程,应用select()处理阻塞问题。 setsockopt()处理重启服务器出现“Address already in use”的情况。-the TCP programming under linux simple C/S mode, select () blocking problem. setsockopt () processing restart the server " Address already in use" .
-
-
0下载:
linux系统select模式的socket编程-select mode socket programming
-
-
0下载:
在Linux下创建udp套接字,select监听套接字实现局域网多人聊天。编译器G-Under Linux create udp socket, select the listening socket LAN multiplayer chat. GCC compiler
-
-
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
-