搜索资源列表
linux 串口多线程程序(驱动gsm modem可参考)
- linux 串口多线程程序,改名为 .c 文件,直接编译即可.
master_agent
- 电信硬件的信息数据采集程序,使用多进程和多线程技术,包括了连接数据库和C 8 的技术程序,本程序用C和C++实现。
linux_code
- linux 系统的编程的源码,对初学者很有帮助。多线程、内存、信号量等程序。
thread
- 嵌入式linux开发应用程序中 多个线程的实例-Embedded linux development application examples of multiple threads
9
- 《嵌入式Linux应用程序开发详解》第9章 多线程编程-" Embedded Linux application development explain" Chapter 9 multi-threaded programming
opt_dsp
- arm-linux下的多线程自保护程序主线程样例。主线程的自保护可以在/etc/inittab中设置-under the arm-linux from the protection of multi-threaded program example main thread. Main thread of self-protection in the /etc/inittab to set up
qianrushi
- 实验一 熟悉Linux 开发环境 实验二 多线程应用程序设计 实验三 串行端口程序设计 实验四 A/D 接口实验 实验五 D/A 接口实验 -Experiment a second experiment are familiar with Linux development environment, multi-threaded application design program design experiment 3 experiment 4 serial po
02_pthread
- 这个是博创科技UP-CUP-6410实验板的多线程测试程序,对多线程的理解及实现很有帮助。-This is Bo CIT UP-CUP-6410 Experiment Board of multi-threaded test program, on the understanding and realization of multi-threaded helpful.
Linux
- 《嵌入式Linux应用程序开发标准教程》(第2版)-第9章、多线程编程-" Embedded Linux Application Development Standards Guide" (2nd edition)- Chapter 9, multi-threaded programming
code-and-PDF
- F:\国嵌\第2阶段(应用程序设计)\第五天(多线程)-F: \ State embedded \ Stage 2 (application design) \ fifth day (multi thread)
spi
- 这是一个spi模块的程序,对于深入了解linux驱动编程非常有益。其中涉及了中断、调度、多线程编程等-This is a spi-module program is very useful for in-depth understanding of the linux driver programming. Which deals with the interrupt, scheduling, multi-threaded programming
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
thread
- 多线程 多任务 C两现程序的操作 简单 易懂- Multithreading multitasking
duoxiancheng-makefile
- 多线程MAKEFILE,LINUX的编程小程序-MORE XIANCHENG MAKEFILE
spiread
- 用QT编写的通过SPI读写DSP中的参数程序,采用qt中的多线程实现读写-QT prepared using DSP via SPI read and write parameters in the program, using qt of multithreading reader
test
- 基于arm平台优化的faac编码器,添加多线程自适应编码程序,对大文件acc编码进行优化,库和头文件已经包含在文件夹内,可直接make使用-Faac encoder based on arm platform optimization, add multi-threaded adaptive coding procedures, optimize the large file acc code, libraries and header files have been included in t
www
- 基于s5pc100-A8板的智能仓储物联系统,1. M0作为前端信息采集器,通过温湿度、光感等模块实时采集节点所在仓库的环境数据,通过RFID射频刷卡模拟货物出入库,将采集到的数据和货物存储信息通过ZIGBEE无线传输给A8主控板进行数据分析。 2. A8是整个系统的逻辑处理核心,采用多线程架构,线程间使用全局变量、互斥锁、条件变量实现线程同步、互斥、唤醒等动作;分析M0发送来的数据,唤醒相应线程进行短信报警、摄像头抓拍、蜂鸣器、LED灯光报警、出入库等动作,并将数据存入数据库中; 3.