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

搜索资源列表

  1. hello_world_multi

    0下载:
  2. 多处理器编程。 存在多个核,每个核之间的调度与互斥。-multi-processor programming. The existence of many nuclear, each between the nuclear Scheduling and mutex.
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:2116
    • 提供者:jzm
  1. libuclinux

    0下载:
  2. uclinux线程的创建、消息队列的创建、信号量、互斥信号量、信号等的创建,采用vxworks的接口方式-Basis thread creation, message queue creation, semaphores, mutual exclusion semaphores, signals the creation, use the interface mode VxWorks
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:12070
    • 提供者:周自伟
  1. mutex.rar

    0下载:
  2. 使用互斥信号量解决ucosii中的优先级反转,The use of mutex semaphores to solve the ucosii Priority Inversion
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-23
    • 文件大小:1238
    • 提供者:Zhang
  1. GTKxiancheng

    0下载:
  2. 本文研究了嵌入式Linux的多线程的属性、线程的创建方法、线程间的数据处理以及线程间互斥等关键问题,并将多线程设计思想应用于在某控制系统的温度巡检用户界面设计,实现了串行通信和用户界面操作的快捷响应。-none
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-17
    • 文件大小:94843
    • 提供者:rejoiceliberty
  1. Linux divice diver

    1下载:
  2. Linux设备驱动的现状 从non­ os驱动到Linux驱动 内核设施  自旋锁、信号量、互斥量、完成量  异步通知、信号  阻塞与非阻塞  内存与I/O操作,DMA  中断,top  half/bottom  half 字符设备驱动 复杂设备驱动的框架  LCD设备FRAMEBUFFER  FLASH设备MTD  TTY设备  块设备 用户空间的设备驱动 设备驱动开发流程  开
  3. 所属分类:嵌入式Linux

    • 发布日期:2013-04-30
    • 文件大小:1050404
    • 提供者:门票
  1. mutexdemo

    0下载:
  2. 适用于嵌入式linux下的互斥锁源代码,绝对真实可用。非常有益-For embedded linux source code under the exclusive lock, absolute truth can be. Very useful
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-08
    • 文件大小:5510
    • 提供者:张志
  1. cross-platform-lib

    0下载:
  2. 这是用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
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-30
    • 文件大小:11010
    • 提供者:陈真
  1. Exp5_priority

    0下载:
  2. 在本实验中,体现嵌入式实时内核的优先级抢占调度的策略,并显现由于共享资源的互斥访问而出现的优先级反转现象-In this experiment, reflecting the priority of embedded real-time kernel preemptive scheduling strategy, and appear as mutually exclusive access to shared resources and priority inversion phenomeno
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-09
    • 文件大小:2046441
    • 提供者:hfy
  1. sixth_dev_mutex

    0下载:
  2. 6410板载嵌入式Linux平台的互斥驱动测试程序的硬件与新手写的测试程序-6410 onboard embedded Linux platform, the mutex drive test program the hardware with new handwriting test program
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-08
    • 文件大小:102616
    • 提供者:caidunqing
  1. linux_multi_thread

    0下载:
  2. 创建了一个linux多线程程序,通过俩个互斥量来实现线程同步,顺序打印出从1到100的数字。-Create a linux multi-threaded program, both mutex to synchronize threads, the order to print out the number from 1-100.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-01
    • 文件大小:3212
    • 提供者:刘志军
  1. pthreadcopyfileproject

    0下载:
  2. 利用线程池,互斥锁,信号量的机制,多线程拷贝文件-Use the thread pool, mutexes, semaphores mechanisms, multi-threaded copy files
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-16
    • 文件大小:32101
    • 提供者:damonzero
  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. www

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

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

    0下载:
  2. C语言写的多任务内核 一个ARM的多任务调度内核,有调度和时间服务功能,也有简单的互斥。-C language to write multitasking kernel A multi-task scheduling ARM cores, have scheduling and time services, there are also simple mutex.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-25
    • 文件大小:387499
    • 提供者:ShichaoLiang
搜珍网 www.dssz.com