搜索资源列表
minigui.thread
- MINIGUI中线程通讯,主要用于异步串口通讯,在MINIGUI菜单中通过全局变量启运线程,进行串口通讯.-MINIGUI thread communication, mainly for asynchronous serial communication, In MINIGUI menu shipped through global variables threads for serial communication.
threads
- qt的多线程操作 内有详细注解 是学习QT的很好的小例子-qt multithreaded operations with detailed annotations are good to learn a small example of QT
thread
- 嵌入式linux开发应用程序中 多个线程的实例-Embedded linux development application examples of multiple threads
mini2440_linux_source
- s3c2440linux下源代码,包括线程,udptalk,math,led等源码。有相应的Makefile文件,可以直接编译-s3c2440linux under the source code, including threads, udptalk, math, led other source. There is a corresponding Makefile, can be directly translated
threadthumbnail
- qt下多线程开发,利用子线程完成创建缩略图的任务-Under the multi-threaded qt development and use of child threads to complete the task of creating thumbnails
cross-platform-lib
- 这是用c++写的一个跨平台的库,用同样的接口,实现了windows,unix,linux下的有关线程,进程,互斥,信号量,时间操作,等等。是编写跨平台c++程序的有力助手。-It is written in c++ using a cross-platform library, with the same interface, to achieve the windows, unix, linux under the relevant threads, processes, mutexes, s
use-for-thread
- linux下,线程编程指南,大部分线程的API的使用方法和注意事项-linux, the thread programming guide, most of the threads API of the use of methods and precautions
Multi-Core-Programming--Linux_Student-Workbook.ra
- Multicore Programming on Linux , posix and openmp threads
samplecode
- Linux下用C写的几个包括进程、线程、文件读写、linux网络编程的小程序 -Under Linux written with C several threads documents including process of reading and writing Linux network programming small programs
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
linux-kernel-boot-thread
- linux内核启动线程学习笔记,有比较详细的讲解-linux kernel start threads study notes, a detailed explanation
jingcheng
- 实现了进程管理功能,察看所以线程,当然可以接所以不需要的线程-Achievement of the process management functionality, look so threads, of course, so no thread can access
camera.tar
- 嵌入式linux下采集视频并编码视频,保存为本地文件。 交叉编译器为arm-linux-gcc4.3.2 编码器为H.264最新版本 采集和编码双线程,于s3c2440上测试成功。-Embedded linux video capture and encode video and save it as a local file. Cross compiler for arm-linux-gcc4.3.2 H.264 encoder latest version capture and e
cpputils
- 一个用于嵌入式Linux的库,包含文件,网络,线程,定时器等常用模块。-For an embedded Linux database, include file, network, threads, timers and other commonly used modules.
queue
- 静态数组循环队列操作,并有多线程访问互斥机制。-Static array circular queue operation, and multiple threads to access the mutex mechanism.
threads
- Embedded Linux studies documetn
www
- 基于s5pc100-A8板的智能仓储物联系统,1. M0作为前端信息采集器,通过温湿度、光感等模块实时采集节点所在仓库的环境数据,通过RFID射频刷卡模拟货物出入库,将采集到的数据和货物存储信息通过ZIGBEE无线传输给A8主控板进行数据分析。 2. A8是整个系统的逻辑处理核心,采用多线程架构,线程间使用全局变量、互斥锁、条件变量实现线程同步、互斥、唤醒等动作;分析M0发送来的数据,唤醒相应线程进行短信报警、摄像头抓拍、蜂鸣器、LED灯光报警、出入库等动作,并将数据存入数据库中; 3.
ABthreads
- Linux 嵌入式Qt多线程编程 A B 线程切换-linux QT THreads A B
3sw(pthread)
- 实验要求作到以下几点: ①构造具有两个参数的子函数,子函数将首个指针参数中的各个元素进行排序,次参数传递的是收参数的元素数目; ②f2.c:设计具有俩参数的子函数,子函数将二参数值交互; ③实现主函数,主函数中创建俩线程,线程一定义一个十元素的数组,使用文件f1中定义的函数对数组排列顺序并能够使结果输出;线程2定义俩整形的变量,使用文件f2中定义的函数将二变量的值进行 交互而且要结果输出 -The experimental requiremen
