搜索资源列表
mux0710
- GSM 协议 0710多路复用的源码,可以在linux,windows环境使用。一个很明细的框架。
IO多路复用 SELECT函数
- IO的多路复用(Select函数) 注:为了解决创建子进程带来的系统资源消耗而采用多路I/O模型 一般来说当我们在向文件读写时,进程有可能读写出阻塞,如果我们不希望阻塞,我们的一个选择是用select系统调用。只要我们设置好select的各个参数那么文件可以读写的时候select通知我们说可以读写,在我们调用select时进程会一直阻塞到以下一种情况发生 1) 有文件可以读 2) 有文件可以写 3) 超过所设置的时间
SIM900_Multiplexer_User_Manual
- SIM900 操作端口多路复用的实现说明,希望能给你一个参考-SIM900 port multiplexed to achieve operating instructions, hope to give you a reference
fcntl
- Linux网络编程I/O多路复用的解决方案:非阻塞方式 fcntl函数实现 fcntl.c-Linux Network Programming I/O multiplexing solution: non-blocking fcntl function the way fcntl.c
selectdemo
- select函数实现,I/O多路复用技术!-select function, I/O multiplexing technology!
selecttest
- 在Linux下用select函数实现 I/O多路复用技术源码-Under Linux use in the select function to achieve I/O multiplexing source
serverclient
- 本程序实现多路复用服务器,实现一对多的功能,服务器采用select函数,客户端采用线程-The muxing process server, to achieve one to many functions, the server uses select function, the client with threads
n_gsm
- 支持MODEM的多路复用功能,在LINUX内核中作为底层驱动。-support Multiplex functionality between modem and AP
socket-based-network-programming
- 基于TCP和UDP协议的套接字网络编程。客服端采用套接字向服务器端请求连接,服务器端采用多路复用机制,等待客服端的请求-TCP and UDP socket-based network programming. Customer service end using socket connection request to the server-side and server-side multiplexing mechanism, waiting for the request of the c
ussp_drivers.tar
- linux下GPRS/CDMA串口多路复用驱动源码,支持linux-2.6.29内核。-linux driver source code under the GPRS/CDMA serial multiplexer supports linux-2.6.29 kernel.
evtchn
- linux系统上接收和多路复用信道信号事件的驱动程序,欢迎使用-Linux system receives and multiplex channel signal event driver, welcome to use
SELECT_SERVER
- 通过I/O多路复用并发服务器实现局域网间的简单通信实例-Through I/O multiplexing concurrent server implements a simple instance of communication between the LAN
windowsselect
- VC下多路复用select的使用,多个客服端发送,一个客服端接受数据-The use of the VC multiplexing select
gsm0710muxd
- Linux / Android USB转串口多路复用源码-USB to Searil port multiplexing code for Linux/Android
server
- Tcp通讯,服务器程序,采用了多路复用,希望能给新学者一点帮助(Tcp communication, server program)
io多路复用
- io多路复用用于一个服务器端接收多个客户端请求,实现非阻塞数据传输(IO multiplexing is used to receive multiple client requests at one server to achieve non blocking data transmission)
code
- 最值计算是常见的数学问题,但是传统的求解方法对于多变量复杂算式的最值计算问题具有一定的局限性。我们使用多路复用技术,实现服务器端与客户端的一对多通信,完成了客户端对计算任务的提交,服务器端对计算任务的划分与分配,以及多客户端对计算任务的解析与处理。最终实现了基于多变量可选区间的复杂算式最小值分布式计算系统。(The most valued calculation is a common mathematical problem, but the traditional solution meth
libevent
- Libevent 是一个用C语言编写的、轻量级的开源高性能事件通知库,主要有以下几个亮点:事件驱动( event-driven),高性能;轻量级,专注于网络,不如 ACE 那么臃肿庞大;源代码相当精炼、易读;跨平台,支持 Windows、 Linux、 *BSD 和 Mac Os;支持多种 I/O 多路复用技术, epoll、 poll、 dev/poll、 select 和 kqueue 等;支持 I/O,定时器和信号等事件;注册事件优先级。(Libevent is an open sourc