搜索资源列表
InterComm
- 我的一段关于Linux/Unix下重复服务器,消息队列,信号量,共享内存综合使用的代码.-on Linux / Unix server duplication, Message Queue, semaphores, shared memory integrated use of the code.
basil00-Divert-53b45c4
- WinDivert is a software package that provides user-mode packet capture, redirection, modification, and re-injection for Windows Vista/Windows 7. It provides similar functionality to divert sockets for FreeBSD/MacOS, and NETLINK sockets (with netfilte
Linux-TCP-IP-note(2)
- Linux TCP/IP协议栈笔记。网卡驱动和队列层中的数据包接收。-Linux TCP/IP protocol stack notes. Receive packets in the NIC driver and queue layer.
Linux--MSMQ-
- linux平台下利用系统消息队列函数自己创建消息队列程序 -linux platform system message queue functions to create a message queue program
LAN-share-file-software
- 本软件为linux环境下对tcp/IP网络编程的课程设计。实现功能是:获取局域网内所有电脑的共享文件信息,并能从指定电脑多线程下载文件。并可以实现断点续传等功能。通过本课程设计熟悉了linux编程和网络编程,加深了对TCP/IP的了解。 主要工作:写了一个前台和用户交互的程序,写了一个后台和其他电脑通信的守护程序。前台负责发送命令到后台,并接收后台返回的信息。后台用消息队列和前台通信,并向远程客户端提供服务。用到主要编程技术有:多线程、多进程、消息队列、信号量、管道、FIFO、存储映射IO、
UDP-Linux-filetransfor
- LINUX 下C编写UDP 文件传输 运用多线程 队列 信号量-LINUX is written in C under the UDP file transfers using multithreading queue semaphore
xiaoxiduilie
- 消息队列共享内存学习励志Linux下可运行-Message queue shared memory learning inspirational Linux can run
blk-throttle
- Interface for controlling IO bandwidth on a request queue for linux
que
- 队列关于数组与链表的实现, linux c语言-Queue on the array and linked list implementation, linux c language
FileZilla_2_2_4b_src
- FileZilla Client is a fast and reliable cross-platform FTP, FTPS and SFTP client with lots of useful features and an intuitive graphical user interface. Features Among others, the features of FileZilla include the following: Easy to use
msgqueue
- 消息队列C语言实现代码,在linux平台可以实现。-Message Queue implementation code
LinuxQueueCode
- linux下基于消息队列的消息传输,非常适合初学者了解消息队列的原理和参考代码-Queue message send and recv under linux
chating
- linux下聊天通讯软件。消息队列具有大的灵活性。(附设计报告)-This reporter is designed mainly using the learned knowledge, in the UNIX environment, combined with the use of message queue implementation process communication examples, to complete the integration of knowledge and
msg.tar
- linux消息队列的相关操作:发送、接收、删除、获取状态-linux posix message queue
messageQuing
- 消息队列实现通信,Linux下c语言编写,代码清晰易学,适合初学者-Message queue to achieve communication, C Linux language, code clear and easy to learn, suitable for beginners
Linux-chat
- linux消息队列实现的群聊功能,Linux网络编程新手必备-Linux message queue to achieve the group chat feature, Linux network programming novice
Queue-master
- Linux: use cmake -DBUILT_32=ON .. to force 32-bit built, -DBUILT_64=ON for 64-bit-Queue - thread-safe - ability to define max number of elements - sort elements into queue - get in O(1), except when filtered (worst case O(n)) - put in O(1)
share_memory
- 共享内存是linux进程间通信最快的方式,还附有共享内存队列,可以直接用在项目中.-Shared memory is the fastest way to Linux inter-process communication, with Shared memory queue, can be directly used in the project.
service
- 多平台管理代码,支持linux,windows,包含队列管理,内存管理,消息管理等,通信产品用的比较多。-multiplatform code include manage msg,memory,queue etc.
Queue_linux
- 队列源码,使用linux线程库进行编写。方便移植-queue code, wirteen by linux thread library, and easy to transport.