CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 嵌入式Linux 搜索资源 - 线程

搜索资源列表

  1. cpputils

    0下载:
  2. 一个用于嵌入式Linux的库,包含文件,网络,线程,定时器等常用模块。-For an embedded Linux database, include file, network, threads, timers and other commonly used modules.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-25
    • 文件大小:17066
    • 提供者:fergus
  1. Serial_network-communication

    0下载:
  2. 实现linux环境下的板子与PC机之间的串口发送网口接收的的功能,使用了线程功能-Achieve functional board linux environment between PC' s serial port to send network port reception using the thread function
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-13
    • 文件大小:2097
    • 提供者:
  1. queue

    0下载:
  2. 静态数组循环队列操作,并有多线程访问互斥机制。-Static array circular queue operation, and multiple threads to access the mutex mechanism.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-11
    • 文件大小:1322
    • 提供者:marvin
  1. ThreadSync

    0下载:
  2. 线程同步实验,可以做简单的线程同步,代码用的是c++。-Thread synchronization experiments, you can do simple thread synchronization code using c++.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-11
    • 文件大小:860
    • 提供者:jiawa
  1. cubieboard-master

    0下载:
  2. bluetooth中为蓝牙测试demo:检测周围的蓝牙设备,连接设备,循环发送数据 broadcom-bluetooth:固件源代码,以及加载固件的命令 com:cubieboard从串口读取数据,再通过tcp发送 特点:epoll com_bt:cubieboard从串口读取数据,通过tcp和蓝牙发送 特点:epoll 线程 信号-Connection device for Bluetooth, Bluetooth Test Detection
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-27
    • 文件大小:53021
    • 提供者:张文建
  1. Qt_Linux_Serialport

    0下载:
  2. 基于Linux QT环境下串口多线程通信 -Linux Qt serial thread communication
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-17
    • 文件大小:4563899
    • 提供者:David
  1. www

    1下载:
  2. 基于s5pc100-A8板的智能仓储物联系统,1. M0作为前端信息采集器,通过温湿度、光感等模块实时采集节点所在仓库的环境数据,通过RFID射频刷卡模拟货物出入库,将采集到的数据和货物存储信息通过ZIGBEE无线传输给A8主控板进行数据分析。 2. A8是整个系统的逻辑处理核心,采用多线程架构,线程间使用全局变量、互斥锁、条件变量实现线程同步、互斥、唤醒等动作;分析M0发送来的数据,唤醒相应线程进行短信报警、摄像头抓拍、蜂鸣器、LED灯光报警、出入库等动作,并将数据存入数据库中; 3.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-14
    • 文件大小:3402822
    • 提供者:zhb
  1. ABthreads

    0下载:
  2. Linux 嵌入式Qt多线程编程 A B 线程切换-linux QT THreads A B
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-13
    • 文件大小:1668
    • 提供者:haipeng
  1. Linux_system_programming

    1下载:
  2. linux系统编程学习源码包,管道,进程,信号,信号量,内存共享,套接字,消息队列等学习包;线程池的使用,目录负责源码等;-Linux system programming learning source package, piping, process, signal, semaphores, and Shared memory, sockets, learning packages such as message queue The use of thread pool and direct
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-30
    • 文件大小:171625
    • 提供者:hgzll
  1. 3sw(pthread)

    0下载:
  2. 实验要求作到以下几点:  ①构造具有两个参数的子函数,子函数将首个指针参数中的各个元素进行排序,次参数传递的是收参数的元素数目;  ②f2.c:设计具有俩参数的子函数,子函数将二参数值交互;  ③实现主函数,主函数中创建俩线程,线程一定义一个十元素的数组,使用文件f1中定义的函数对数组排列顺序并能够使结果输出;线程2定义俩整形的变量,使用文件f2中定义的函数将二变量的值进行  交互而且要结果输出 -The experimental requiremen
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-30
    • 文件大小:13695
    • 提供者:高安
  1. src

    0下载:
  2. 模拟linuX 线程,为OS 提供时钟,用来模拟嵌入式OS等-VIPER LINUX OS
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-15
    • 文件大小:7041
    • 提供者:microy
  1. A9m0

    0下载:
  2. 物联网仓储的总框架程序,包含主线程,和被主线程唤醒的各个线程的框架程序,编译已经通过,可以放心使用-Things total warehousing framework program, including the main thread, and the wake of the main thread of each thread framework program, the compiler has passed, you can be assured
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-15
    • 文件大小:4615
    • 提供者:riyo
  1. xtimer-posix

    0下载:
  2. 适用于Linux的多线程的timer轻量级组件,适合需要并发处理的timer应用,非常高效易用。-For Linux multithreaded timer lightweight components for applications requiring concurrent processing timer application, very easy to use and efficient.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-04
    • 文件大小:5480
    • 提供者:lf
  1. UNIX-Advanced-programming

    0下载:
  2. 详细讲解了从c高级 linux基础 文件 标准库 目录结构 进程 线程 以及进程线程间的通信 终端 数据库等知识,中文版-Detailed account of knowledge senior c linux standard library directory file structure based interprocess communication terminal threads and process threads, etc.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-06-11
    • 文件大小:18386609
    • 提供者:周松松
  1. SerialPort.tar

    0下载:
  2. 自己封装的一个qt5的串口类,亲测可用,不过暂时还不支持多线程。-Qt5 own package of a serial type, pro-test available, but not yet support multi-threading.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-04
    • 文件大小:5161
    • 提供者:田强
  1. 2_1_uart_echo

    0下载:
  2. lpc1788-2_1_uart_echo 例程描述: 本例程实现 UART0、UART1 的回显功能。 操作过程: (1)将代码运行起来,开发板上四个 LED 灯呈现流水灯模式闪烁。 (2)使用串口线延长线将开发板 UART0 与 PC 机连接。打开超级终端软件,通信波特 率为 115200,其它参数使用默认的配置。 (3)超级终端与开发板成功连接后,在键盘中输入任何字符,则在显示窗口中显示相 应字符(回显功能)。 -Lpc1788-2_1_uart_ec
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-05
    • 文件大小:40666
    • 提供者:小太阳
  1. ebook_pthread

    0下载:
  2. 采用多线程实现电子书在JZ2440开发板上的显示,使用模块化的编程思想,便于添加与修改各个单独的模块(包括显示,编码,输入模块)-The use of multi-threaded e-book development board in the JZ2440 display, the use of modular programming ideas, easy to add and modify the individual modules (including display, coding,
  3. 所属分类:Embeded Linux

    • 发布日期:2017-12-12
    • 文件大小:853346
    • 提供者:周鑫
  1. pthread_pool

    0下载:
  2. 线程池,启动一组线程,等待添加任务运行,运行完任务后继续等待新任务。-pthread pool
  3. 所属分类:Embeded Linux

    • 发布日期:2017-12-10
    • 文件大小:2106
    • 提供者:杜书恒
  1. jt808_stm32

    2下载:
  2. 在单片中模拟多线程实现方式,可以在无法移植操作系统的单片机上实现复杂功能和协议。(It can realize complex function and protocol in MCU which can't transplant OS by simulating Multithread in single chip.)
  3. 所属分类:嵌入式Linux

    • 发布日期:2018-01-02
    • 文件大小:1024
    • 提供者:pitte
  1. smarthome

    2下载:
  2. 智能家居界面编程。利用QT编写,有温度,窗帘,灯光等控制,另外还添加了串口,线程的设计方法。(Intelligent home interface programming. Using QT, there are temperature, curtains, lights and other controls. In addition, the design method of serial port and thread is added.)
  3. 所属分类:嵌入式Linux

    • 发布日期:2019-06-09
    • 文件大小:6619136
    • 提供者:yqw123
« 1 2 3 4 5 67 »
搜珍网 www.dssz.com