搜索资源列表
MLTITHRD.01
- 多线程程序设计实例,产生五个线程,并设定了线程得级别。-Multi-threaded program design, resulting in five threads, and set the thread was level.
Threads_Tu116323892002
- Threads-multi threading
threadthumbnail
- qt下多线程开发,利用子线程完成创建缩略图的任务-Under the multi-threaded qt development and use of child threads to complete the task of creating thumbnails
Multi-Core-Programming--Linux_Student-Workbook.ra
- Multicore Programming on Linux , posix and openmp threads
linux_multi_thread
- 创建了一个linux多线程程序,通过俩个互斥量来实现线程同步,顺序打印出从1到100的数字。-Create a linux multi-threaded program, both mutex to synchronize threads, the order to print out the number from 1-100.
startThread
- 一个用qt编写的多线程程序,是线程初学者的很好的例子-Qt prepared a multi-threaded program is a good example threads beginners
www
- 基于s5pc100-A8板的智能仓储物联系统,1. M0作为前端信息采集器,通过温湿度、光感等模块实时采集节点所在仓库的环境数据,通过RFID射频刷卡模拟货物出入库,将采集到的数据和货物存储信息通过ZIGBEE无线传输给A8主控板进行数据分析。 2. A8是整个系统的逻辑处理核心,采用多线程架构,线程间使用全局变量、互斥锁、条件变量实现线程同步、互斥、唤醒等动作;分析M0发送来的数据,唤醒相应线程进行短信报警、摄像头抓拍、蜂鸣器、LED灯光报警、出入库等动作,并将数据存入数据库中; 3.
ProtoThreads
- Arduino虽然是单线程的单片机,但是也有方法实现多线程,此库文件可以方便的调用建立虚拟线程实现单片机的多线程编程(Although Arduino is a single threaded microcontroller, but there are ways to achieve multi-threaded, this library file can be easily called, the establishment of virtual threads to achieve si