搜索资源列表
lincan-0.3.3.tar
- LinCAN is a Linux kernel module that implements a CAN driver capable of working with multiple cards, even with different chips and IO methods. Each communication object can be accessed from multiple applications concurrently. It supports RT-Linu
select
- unix/linux系列中select模型的经典代码,可惜不是c++写的。
r00t-tcp-chat-examples.tar
- 使用select实现的UNIX/Linux环境下的TCP聊天程序,可以使用Makefile编译。
linux下关于socket C的编程源码
- linux下关于C的编程,其中包含了socket的几种用法的例子,有udp、tcp以及select的使用
linux下采用多路复用技术的聊天室的客户端与服务端
- linux下采用多路复用技术的聊天室的客户端与服务端,multiplexing under linux using the chat room client and server
select
- linux下基于select函数的一个小型聊天室程序,分服务器和客户端-linux select function Based on a small chat room procedures, sub-server and client
linux_threadpool
- linux网络编程的一些技巧,包括socket,thread pool, select,epoll等-linux network programming some of the techniques, including socket select, epoll, etc.
Linux_chatroom_select
- Linux网络编程一步一步学-异步通讯聊天程序(select)-Linux Network Programming step by step learning- asynchronous communication chat program (select)
select-chatting.tar
- 使用IO多路复用完成聊天室功能,Linux C完成-Multiplexing using the IO completion chat function, Linux C complete. .
Select
- linux下的socket的应用 服务器的必用函数-the under linux socket application server will use the function
linux_network
- 这是linux下关于C的编程,其中包含了socket的几种用法的例子,有udp、tcp以及select的使用。-This is under linux on the C programming, which includes a socket several usage examples, udp, tcp, as well as the use of select.
linux-socket-c
- linux网络编程实例,讲解了一些udp tcp的socket编程,有select的例子-linux network programming examples to explain some of the udp tcp socket programming, there are select examples of
QQ
- 在Linux下,实现客户端与服务聊天,采用select监听标准输入和socket-In Linux, chat clients and services to achieve
sock
- 基于linux的一个简单的select的socket程序 说明select的应用-A simple linux-based descr iption of the procedures select the socket select the application
SELECT
- select模型在Linux中单线程多用户的实现-select in Linux system
Linux.cuankobianc
- 主要讲解了Linux 操作串口的架构。 添加串口硬件时,首先通过驱动程序,采集串口当中的数据,内核通过提供read、write 、select、open、close 供应用程序调用,在设计串口通信类,就是对这几个函数的运用。 -Mainly on the architecture of the Linux operating serial. Add serial hardware driver, collecting serial data which the kernel by p
linux-socket
- 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" .
select
- linux系统select模式的socket编程-select mode socket programming
select
- linux网络编程中的select函数的使用示例!-The select function of the Linux network programming in the use of examples
IO
- 基于linux平台的多路IO复用,使用了select和poll来实现(Multiplexing of multiplex IO based on Linux platform)