搜索资源列表
fifo
- Linux网络编程FIFO源码。wfifo.c创建并打开文件,往里写;rfifo.c往外读。
socketclientserverc
- simple client/server in socket and fifo in c better run in linux.
fifo
- create fifo on client side and server side for linux programming
pipe.html
- Fifo example linux platform.
fifo
- linux下面实现的基于管道通信的聊天程序-linux below, the pipeline-based chat program to communicate
LAN-share-file-software
- 本软件为linux环境下对tcp/IP网络编程的课程设计。实现功能是:获取局域网内所有电脑的共享文件信息,并能从指定电脑多线程下载文件。并可以实现断点续传等功能。通过本课程设计熟悉了linux编程和网络编程,加深了对TCP/IP的了解。 主要工作:写了一个前台和用户交互的程序,写了一个后台和其他电脑通信的守护程序。前台负责发送命令到后台,并接收后台返回的信息。后台用消息队列和前台通信,并向远程客户端提供服务。用到主要编程技术有:多线程、多进程、消息队列、信号量、管道、FIFO、存储映射IO、
fifo
- linux下fifo读写程序,并且才用标准编译方式,不过目前只编译了read部分-fifo for linux
fifo
- 无名管道通信,学习管道通信的基础原理实现LInux环境下的管道通信方式 -Unnamed pipe communication, to achieve LInux environment pipeline communication
fifo_read
- 此代码实现linux进程间通讯代码,这个是进行FIFO读操作的c语言代码。-This code implements linux inter-process communication code, this is a FIFO read operation for the c language code.
fifo_write
- 此代码实现linux进程间通讯代码,这个是进行FIFO写操作的c语言代码。-This code implements linux inter-process communication code, this is a FIFO write operation for the c language code.
LINUX_FIFO_SIGNAL
- LINUX下的网络编程,fifo,signal,资料非常有用,欢迎大家下载-Network programming under LINUX , fifo, signal, information is very useful, welcome to download
FIFO
- 客户进程-服务器通信,用于学习FIFO进程间通信-cilent-sever-FIFO,linux code