搜索资源列表
descrambler_demux_spw
- Cadence SPW 4.8.2,数字电视地面广播中能量扩散和去复用的源码。-Cadence SPW 4.8.2, terrestrial digital TV broadcasting proliferation and energy to reuse the source.
encryptdll3.7final
- 共享软件加密算法库,一款针对个人、企业开发共享软件的加密工具,支持Windows平台下各类开发工具:VC、VB、Delphi、PB、VFP等,算法库集成的算法有:BlowFish、MD5、Secret16、AES、SHA、CRC32、RSA、DES、字符串加/解密、文件加/解密等多种功能强大的算法。其提供了DLL文件-Reg.dll,可以通过复用它来实现数据加密与解密。 -sharing software encryption algorithm library, one individua
ClipBoardAccess
- 这是一个剪贴板查看器的程序,用来学习和复用都很好。
MPlayer1
- 这是一个仿Winamp多媒体播放器的程序。用来学习和复用都不错
PrintManagerExample
- 这是一个报表打印实例的程序例子。用来学习和复用都不错。
mplex13818-1.0.2.tar
- mpeg 解复用-mpeg demultiplexing
libdvbpsi3_4_1
- 数字电视广播系统mpeg-2的ts流的解复用和分析软件
mux0710
- GSM 协议 0710多路复用的源码,可以在linux,windows环境使用。一个很明细的框架。
IO多路复用 SELECT函数
- IO的多路复用(Select函数) 注:为了解决创建子进程带来的系统资源消耗而采用多路I/O模型 一般来说当我们在向文件读写时,进程有可能读写出阻塞,如果我们不希望阻塞,我们的一个选择是用select系统调用。只要我们设置好select的各个参数那么文件可以读写的时候select通知我们说可以读写,在我们调用select时进程会一直阻塞到以下一种情况发生 1) 有文件可以读 2) 有文件可以写 3) 超过所设置的时间
chat.rar
- linux操作系统 socket编程 selectIO复用 异步聊天室,linux operating system socket programming asynchronous multiplexing selectIO chat room
netlink_demo_2.6.30.tar
- 随着内核版本的演进,netlink的实现也有所变化。给出了在2.6.30内核系统上调测通过的的netlink demo,包括内核模块和应用程序两部分。程序代码精简,工程组织合理。具有参考与复用价值。-With the evolution of the kernel version, netlink realization also change. Given increase in the 2.6.30 kernel the system of measurement through the n
tcpserver_select
- 利用select I/O复用模型实现TCP并发服务器-TCP-SERVER
SIM900_Multiplexer_User_Manual
- SIM900 操作端口多路复用的实现说明,希望能给你一个参考-SIM900 port multiplexed to achieve operating instructions, hope to give you a reference
mempool
- c 内存池实现,内存复用,包含头文件和源文件-c memory pool implementation, memory reuse, including the header files and source files
fcntl
- Linux网络编程I/O多路复用的解决方案:非阻塞方式 fcntl函数实现 fcntl.c-Linux Network Programming I/O multiplexing solution: non-blocking fcntl function the way fcntl.c
vlc
- 非常好的解码库,vlc可以解ts流等等,包括解复用和解码-Very good codec library, vlc can stream solution ts, etc., including the demultiplexing and decoding
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
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)