-
LINUX下消息队列
Linux下消息队列
用于进程间通信,有4个例程,可以实现
1.消息队列是消息的链表,具有特定的格式,存放在内存中并由消息队列标识符标识.
2.消息队列允许一个或多个进程向它写入与读取消息.
3.管道和命名管道都是通信数据都是先进先出的原则。
4.消息队列可以实现消息的随机查询,消息不一定要以先进先出的次序读取,也可以按消息的类型读取.比FIFO更有优势。
目前主要有两种类型的消息队列:POSIX消息队列以及系统V消息队列,系统V消息队列目前被大量使用。系统V消息队列是随内核持续的,只有在内核重起或者人工删除时,该消息队列才会被删除
- 2022-07-27 21:44:31下载
- 积分:1
-
MSCOMM控件写的串口通讯程序
MSCOMM控件写的串口通讯程序-MSCOMM Control write serial communication program
- 2022-11-10 03:10:04下载
- 积分:1
-
MODBUS_TCP规范,不过这是英文版,英语水平不高的同志可以装个金山词霸!...
MODBUS_TCP规范,不过这是英文版,英语水平不高的同志可以装个金山词霸!-MODBUS_TCP norms, but this is the English version, English level is not high comrades can fit 000 free email!
- 2022-04-01 23:00:46下载
- 积分:1
-
关于DeviceNet协议的仅限组2的从站代码
关于DeviceNet协议的仅限组2的从站代码-DeviceNet agreement on the limited group of two points from code
- 2022-01-25 21:40:06下载
- 积分:1
-
语音CELP压缩解压源代码(C语音)
语音CELP压缩解压源代码(C语音)- Pronunciation CELP compression decompression source code (C
pronunciation)
- 2022-01-24 09:42:51下载
- 积分:1
-
通信mccdma和ofdm的一些相关的资料。
通信mccdma和ofdm的一些相关的资料。-OFDM communication mccdma and some relevant information.
- 2022-03-03 06:13:20下载
- 积分:1
-
GTP信令规定了移动台MS接入GPRS网络的隧道控制和管理协议要求,信令主要执行建立、修改和删除隧道的功能。在用户面,GTP利用GSN之间建立的隧道传送用户数据...
GTP信令规定了移动台MS接入GPRS网络的隧道控制和管理协议要求,信令主要执行建立、修改和删除隧道的功能。在用户面,GTP利用GSN之间建立的隧道传送用户数据分组。-GTP signaling provides GPRS mobile station MS network access control and management of the tunnel requirements in the agreement, signaling the main executive to establish, modify and delete functions of the tunnel. In the user plane, GTP using GSN tunnel established between the transmission of user data packet.
- 2022-05-26 18:35:00下载
- 积分:1
-
TC中的串口编程
TC中的串口编程-TC string mouth programs
- 2022-06-15 05:19:55下载
- 积分:1
-
功能描述:FileManager用于对射频读卡器的数据更新和文件管理,操作界面仿照Windows的文件管理。通讯采用串口通讯,波特率为115200。
开发环...
功能描述:FileManager用于对射频读卡器的数据更新和文件管理,操作界面仿照Windows的文件管理。通讯采用串口通讯,波特率为115200。
开发环境:C++ Builder 6.0
所用控件:TComm、ExpressNavBar Suite-Functional Description: FileManager RF card reader for data update and document management, user interface modeled on the Windows file management. Communications using serial communications, baud rate to 115200. Development Environment: C++ Builder 6.0 used in the control: TComm, ExpressNavBar Suite
- 2022-05-18 03:59:37下载
- 积分:1
-
很好的串口通讯编程源码,对学习串口通讯编程有很大的帮助...
很好的串口通讯编程源码,对学习串口通讯编程有很大的帮助-Serial communication programming good source for learning serial communication programming is very useful to
- 2022-08-07 18:18:45下载
- 积分:1