搜索资源列表
LinuxIPC进程间的通信
- Linux 操作系统提供进程间通信(IPC)机制,用来保证正在执行的进程在内核的协调下能够 共享资源、同步以及交换数据等。Linux 支持大量进程间通信机制,包括信号、等待队列、管道 以及Unix 系统V 中提供的进程间通信机制,如消息队列、信号量和共享内存。-Linux operating system to provide inter-process communication (IPC) mechanism used to ensure that the process is being
libuclinux
- uclinux线程的创建、消息队列的创建、信号量、互斥信号量、信号等的创建,采用vxworks的接口方式-Basis thread creation, message queue creation, semaphores, mutual exclusion semaphores, signals the creation, use the interface mode VxWorks
socket2
- 基于linux操作系统下的socket编程,完成一个简单聊天工具。服务器端首先:向内核申请一个socket。第二绑定地址到socket上,地址包括主机、端口。第三在socket上,允许接入呼叫并设置队列长度为1.第四等待/接受呼叫。第五传输数据(及可以聊天)。 客户端:第一向内核请求建立socket 第二与服务器相连。第三传输数据 -Linux operating system based on the socket programming, to complete a simple
key_driver0005.tar
- s3c2440 键盘驱动,使用键盘中断程序演示tasklet和工作队列-s3c2440 keyboard driver, using the keyboard interrupt program presentation and the work queue tasklet
Linux
- linux系统管理,shell、socket、pipe、queue、semphora-linux
take_number
- 嵌入式Linux应用程序开发实例,银行叫号排队系统的源程序和说明文档-Instance of embedded Linux application development, banking system, called the source queue numbers and documentation
PRO_TIMER_queue
- 1 信号量同步 2 阻塞式读写 3 定时器 4 内存映射 5 /proc访问 6 工作队列 -1 2 blocking synchronization semaphore to read and write memory-mapped 3 Timer 4 5/proc access to the work queue 6
adc-s3c2410
- 此驱动程序使用了等待队列,信号量,中断注册。另外要特别留意write函数被实现为从用户空间传入数模转换通道号(频道)和分频的值(预分频),read函数则传出转换好的数据。对于预分频传入和读取,本驱动程序并未使用到,当多路转换时,这个值则要充分利用,并且需要一种多路转换的实现方法了。-This driver uses a wait queue, semaphores, interrupt register. Also pay special attention to write function
queue
- 音视频队列设计和测试代码验证队列的准确性!-Design and testing of audio and video queue queue verify the accuracy of code!
main7
- 嵌入式编程线程间通信 此程序中显示的是消息队列的打开以及信息的传递-Embedded programming inter-thread communication is shown in the program message queue open and information transfer
bank
- 基于s3c6410的模拟银行排队及叫号系统-Simulation bank queue and queue management system
message_queue
- 基于Linux下的进程通信中的消息队列,以及相关的实现代码-Based on the process of communication under Linux message queue, and the realization of the relevant code
msg
- S3C6410平台下的进程间通信,使用消息队列方式。-IPC using message queue for S3C6410
msg
- 创建代开一个消息队列,并从消息队列中读出消息至遇到结束字符串-Create and open a message queue, and read out a message from the message queue until the end of the string
CircleQueue
- 这是一个循环队列的基本操作程序,是在ubuntu下编写的,包括建循环队列,插入,查找,删除,清空,销毁这些操作,很基本,适合初学者。基础很重要的。-This is the basic operating procedures of a circular queue is prepared under ubuntu, including the construction of a circular queue, insert, search, delete, clear, destroy thos
LinkQueue
- 这个程序的功能是实现链式队列的基本操作,包括插入,删除,查找,销毁,清空。初学者可以看看。基本的东西才是主要的。理解了基本的,才能去学更加高深的。-The function of this program is the chain queue operations, including insert, delete, find, destroyed and emptied. Beginners can take a look. The basic thing is the main. Under
SequenceQueue
- 这个程序的功能是实现顺序队列,包括插入,删除,查找,清空,销毁。虽然顺序队列用的不多,但是初学者应该要掌握。-The function of this program is to achieve the order queue, including insert, delete, find, clear, destroy. Although the order of the queue is not used much, but beginners should grasp.
queue
- 数据结构队列源码,改下数据可以直接用在实际问题中-Source queue data structure, change the data can be directly used in the next practical problems
(Queue)
- queue using c.we can simulation a queue using c programming.
queue
- 静态数组循环队列操作,并有多线程访问互斥机制。-Static array circular queue operation, and multiple threads to access the mutex mechanism.