搜索资源列表
queue
- 共享内存及信号量PV操作封装 功能:信号量p操作,信号量V操作 共享内存初始化,取出数据, 放入数据,统计共享内存队列长度 -PV Operation package features: shared memory and semaphores semaphore p operation, the semaphore V operation shared memory initialization, remove the data into the data, the sta
Customer
- 通过研究Linux的进程同步机制和信号量,实现生产者消费者问题的并发控制。-Through the study of Linux process synchronization mechanism and semaphores, concurrency control of the producer-consumer problem.
semaphore
- linux中信号灯用法实例,非常适合初学者的学习- the examples of semaphores programming , very suitable for beginners to learn
control-signal-lights
- 此Labview用于测试信号灯成员类的程序设计-This Labview program design for test semaphores member class
demo
- 多线程编程下互斥锁、事件、信号灯的基本用法,比较容易理解。-The basic usage of multithreaded programming mutexes, events, semaphores, and relatively easy to understand.
evsem
- class for thread synchronization using Event Semaphores in C-class for thread synchronization using Event Semaphores in C++
MP1593_IcpdfCom_1263513
- 我去先看懂信号灯图纸。再看懂信号灯程序。再自己绘制PROTELL的信号灯图纸。-I went to read the signal light drawings. Then to read semaphores program. And then draw their own the lights drawing PROTELL.
3globalmeme_semrw
- linux设备驱动开发信号量读写源代码--采用宋宝华框架-linux device driver development semaphores read and write source code- Song Baohua framework
trabalho-sd-rt-parte3
- Tramps of computer science course. We did a shared memory and a lot os semaphores :).
111
- 编写一个生产者-消费者程序组,支持多个生产者和消费者,生产者进程数为2, 消费者进程数为3。 生产者与消费者之间使用共享内存进行数据传递,并使用信号量对数据的内容进行保护。-Preparation of a producer- consumer program group, supports multiple producers and consumers, the the producer process for 2 Consumers number of processes.
ICP_lamport
- 进程间通讯的经典问题lamport——面包师问题。设计到信号量和互斥量-Inter-process communication the classic problem lamport- baker problem. Designed to semaphores and mutexes
LAN-share-file-software
- 本软件为linux环境下对tcp/IP网络编程的课程设计。实现功能是:获取局域网内所有电脑的共享文件信息,并能从指定电脑多线程下载文件。并可以实现断点续传等功能。通过本课程设计熟悉了linux编程和网络编程,加深了对TCP/IP的了解。 主要工作:写了一个前台和用户交互的程序,写了一个后台和其他电脑通信的守护程序。前台负责发送命令到后台,并接收后台返回的信息。后台用消息队列和前台通信,并向远程客户端提供服务。用到主要编程技术有:多线程、多进程、消息队列、信号量、管道、FIFO、存储映射IO、
signal
- linux应用程程序进程间的通讯方式之一信号量,经过测试,好用。-One of the means of communication between the the linux application program process semaphores, tested, easy to use.
TrainLamp2013
- 1) PC软件系统架构:摄像机+USB图像采集卡+PC电脑+RS485模块 2) 嵌入式系统架构: 摄像机+嵌入式系统平台 3) 火车速度<=40KM/H 4) 实现轨道左侧的信号灯颜色检测,红,白,蓝三色 5) PC软件接收RS485的信号进行相应的显示并通过485发送当前信号灯颜色 6) 嵌入式系统接收RS485的信号进行相应的显示并通过485发送当前信号灯颜色 7) 测试环境:雨、雾、冰雪等天气的白天和夜晚环境下 目前在PC上进行了初步的算法实验,演示视频
daima
- Linux进程编程,生产者-消费者程序组,支持多个生产者和消费者,生产者进程数为2, 消费者进程数为3。 生产者与消费者之间使用共享内存进行数据传递,并使用信号量对数据的内容进行保护。-The Linux process programming, producer- consumer program group, supports multiple producers and consumers, the the producer process for 2, consumers pr
Producer-consumer-model
- 生产者消费者模型,用c语言实现模拟内存管理中的生产者和消费者,实现用信号量和锁的使用方法-Model of producers and consumers, producers and consumers in the analog memory management using the c language, the use of semaphores and locks
6
- 使用信号量实现有限缓冲区的生产者和消费者问题 使用信号量实现读进程具有优先权的读者和写者问题 -Producers and consumers semaphore limited buffer using semaphores reading process has a priority of readers and writers
ConsumerAndProducer
- 操作系统实验3生产者消费者模拟,使用互斥量和信号量-Experimental producers and consumers analog operating system, use mutexes and semaphores
threads
- 多线程十大经典案例之一秒杀多线程,多线程同步互斥问题《秒杀多线程第四篇一个经典的多线程同步问题》及解决多线程同步互斥的常用方法——关键段、事件、互斥量、信号量、读写锁。为了让大家更加熟练运用多线程,将会有十篇文章来讲解十个多线程使用案例,相信看完这十篇后会让你能更加游刃有余的使用多线程。-Multi-threaded Ten classic case of the spike multi-threaded, multi-thread synchronization mutex problem &
Test
- 生产者,消费者,互斥信号量,解决多线程调度问题,-Producers, consumers, mutexes, semaphores, to solve the multi-threaded scheduling problem