搜索资源列表
linux下c语言多路复用实现聊天程序
- 多路复用实现的聊天程序的客户端和服务器端
IO多路复用 SELECT函数
- IO的多路复用(Select函数) 注:为了解决创建子进程带来的系统资源消耗而采用多路I/O模型 一般来说当我们在向文件读写时,进程有可能读写出阻塞,如果我们不希望阻塞,我们的一个选择是用select系统调用。只要我们设置好select的各个参数那么文件可以读写的时候select通知我们说可以读写,在我们调用select时进程会一直阻塞到以下一种情况发生 1) 有文件可以读 2) 有文件可以写 3) 超过所设置的时间
multiplexxx
- 多路复用技术-multiplexing technology.
TCP-IP--timeoutmutiloutine
- TCP-IP编程基础——超时、多路复用、非阻塞-TCP-IP based programming-- overtime, multiplexers, and nonobstructive
44b0_Adc
- S3C44B0X 具有 8 路模拟信号输入的 10 位模/数转换器(ADC),它是一个逐次逼近型 的 ADC,内部结构中包括模拟输入多路复用器,自动调零比较器,时钟产生器,10 位逐次 逼近寄存器(SAR),输出寄存器如下图所示。这个 ADC 还提供可编程选择的睡眠模式, 以节省功耗。 -S3C44B0X with eight analog signal input to the 10 analog/digital co
IPTVServer
- IPTV系统的服务器端,和测试用的客户端,服务器有基本的QoS控制-IPTV system server, and testing of the client and the server are the basic QoS control
MultiCast_Ser
- 在WINDOWS下利用VC++写的支持TCP I/O多路复用,UDP 组播和串口读写的通信程序服务端!-in Windows using the VC was made with the support of TCP I/O multiplexers. UDP Multicast and serial communication program of literacy services end!
MultiCast_Cli
- 在WINDOWS下利用VC++写的支持TCP I/O多路复用,UDP 组播和串口读写的通信程序客户端!-in Windows using the VC was made with the support of TCP I/O multiplexers. UDP Multicast and serial communication program of literacy client!
mutiple
- 对PCM编码的多路复用与解复用程序,VerilogHDL源程序-Of PCM-encoded multiplexing and demultiplexing process, VerilogHDL source
multe_reuses
- 讲述了多路复用的一些知识,还说明了MPEG-2的一些-Multiplexers about some knowledge, but also illustrates some of MPEG-2
Csocket
- linux 下的服务端和客户端连接,并且多路复用函数的应用-under linux server and client connections, and the application of multiplexing function
mux0710
- GSM 协议 0710多路复用的源码,可以在linux,windows环境使用。一个很明细的框架。-GSM protocol source multiplexer 0710 can be linux, windows environments. A very detailed fr a mework.
IOcomplex
- i/o多路复用+多线程服务器设计, 并附上测试代码-i/o multiplexer and multi threaded server design, with test code
three
- AVR单片机内部AD变换 AVR内部ADC转换原理: AVR单片机内部的ADC转换为10位逐次逼近型ADC。ADC与一个8通道的模拟多路复用器连接,能对来自端口A 的8 路单端输入模拟电压进行采样。单端电压输入以0V (GND) 为基准。器件还支持16 路差分电压输入组合。 -data
fcntl
- Linux网络编程I/O多路复用的解决方案:非阻塞方式 fcntl函数实现 fcntl.c-Linux Network Programming I/O multiplexing solution: non-blocking fcntl function the way fcntl.c
3gpp_ts_127_010
- 3gpp ts 127 010 多路复用标准-Terminal Equipment to User Equipment multiplexer protocol
SIMCOM_GSM0710
- SIMCOM模块的多路复用手册,GPRS模块多路复用技术开发参考-SIMCOM Module GSM0710 Applicaition
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)
多路复用
- 多路复用的实现,tcp情况下的多路复用的实现(The implementation of multiplexing, the implementation of multiplexing in the TCP case)