CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 信号量

搜索资源列表

  1. ex12c

    1下载:
  2. 在VC++多线程编程中,多线程的同步技术是一个非常关键的问题。本示例演示了怎样使用WaitForSingleObject函数来实现信号量控制同步技术,以及使用MFC提供的CCriticalSection类来实现同步数据的访问,以及使用MFC的CEvent类对象来实现多线程的同步。本示注释非常详细,是学习Windows多线程编程时的需要使用事件的好例子。
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1976464
    • 提供者:Arkliszeng
  1. Reader_Writer_plus

    0下载:
  2. 一个属于操作系统方面的一个著名的读者写者问题,通过它的实现可以对操作系统信号量机制和进程线程同步及通信有深刻的理解-A part of the operating system in a well-known readers to write those problems, through its implementation can be a mechanism and process of the operating system semaphore thread synchronizati
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-16
    • 文件大小:31749
    • 提供者:macintosh
  1. uCOS-II_Source_Analyse

    0下载:
  2. uC/OS-II源码分析 在这里我不想分模块来慢慢分析这个OS的行为,我们从CPU的执行顺序来看吧,这样也许清晰一些,并且我们暂时抛弃那些Event/MailBox、信号量等元素,还是先看看作为一个OS核心的Task Schedule部分内容吧。 首先从main函数开始,下面是uC/OS-II main函数的大致流程: main(){ OSInit() TaskCreate(...) OSStart() } 首先是调用OSInit进行初始化,然后使用T
  3. 所属分类:uCOS

    • 发布日期:2017-04-15
    • 文件大小:8644
    • 提供者:李毅
  1. mutex

    0下载:
  2. 跨平台C++ 类库 锁和信号量,可以直接用的-Cross-platform C++ class library locks and semaphores
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:1819
    • 提供者:danny
  1. UCOSIImulti-taskswitchroutine

    0下载:
  2. 三个任务分别通过UART0输出0X01,0X02,0X03,可以学习理解信号量的基本用法及多任务的调度方法-Three tasks respectively, through UART0 output 0X01, 0X02, 0X03, can learn to understand the basic usage of semaphores and multi-task scheduling method
  3. 所属分类:uCOS

    • 发布日期:2017-04-15
    • 文件大小:6623
    • 提供者:endylove1314
  1. DA

    0下载:
  2. 数字信号量通过数字信号和模拟信号转换器转换为模拟信号量,并通过串口输出-D/A
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:1670
    • 提供者:
  1. MCP2515_driver_s3c2440based

    1下载:
  2. 本驱动程序在s3c2440上实现了两路基于SPI的CAN总线控制器。两通道可以并行,并使用外部定义的两个信号量来通知接收任务收到CAN总线帧,并将其存入预先定义的队列中(帧定义在CAN总线控制器驱动程序的头文件中)。CAN总线控制器的中断引脚分别连接到ARM的EINT3和EINT8_23上-The driver s3c2440 achieved a two-way SPI-based CAN bus controller. Two channels can be parallel, and us
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2015-12-25
    • 文件大小:10673
    • 提供者:胡奔
  1. msg

    0下载:
  2. 信号量 服务器客户端进程间的 互相通信-Semaphore server client process communicate with each other between the
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:1164
    • 提供者:许静
  1. pc

    0下载:
  2. 信号量的实现和应用 实现生产者和消费者的问题-Semaphore implementation and application of issues to achieve both producers and consumers
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:602
    • 提供者:金淼
  1. copy_f_mmap

    0下载:
  2. linux c 文件拷贝,内存共享,信号量,同步机制-linux c file copy, memory sharing, semaphores, synchronization mechanism
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:672
    • 提供者:ly
  1. 3-1

    0下载:
  2. 进程的同步与通信 多线程编程中关键的一步是保护所有的共享资源,工具主要有互锁函数、临界区和互斥信号量等;另一个实质性部分是协调线程使其完成应用程序的任务,为此,可利用内核中的事件对象和信号。-Process Synchronization and Communication Multi-threaded programming is a key step in the protection of all of the shared resources, tools, mainly i
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:1721
    • 提供者:li yang
  1. pthread

    0下载:
  2. pthread同步信号量解决生产者消费者问题-pthread producer consumer synchronization semaphores to solve the problem
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:1075
    • 提供者:123
  1. test

    0下载:
  2. 为体现内核的优先级天花板思想的策略,设计三个处于不同优先级的任务。在每个任务中,首先申请互斥信号量,延迟200TICKS后释放互斥信号量。通过任务的运行流程体会优先级天花板思想。-In order to reflect the priority of the kernel ceiling thinking of strategy, design three tasks at different priorities. In each task, the first of applications
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-05
    • 文件大小:1217
    • 提供者:李有很
  1. 5

    0下载:
  2. 信号量机制在进程通信中应用的举例(包含没有设置信号量、设置信号量及信号量机制和共享内存结合的纵多例子)-Semaphore mechanism in the process of communication applications, for example (including the semaphore is not set, set the semaphore and shared memory semaphore mechanism and the vertical integratio
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:3489
    • 提供者:rebecca
  1. os

    0下载:
  2. 操作系统实验源代码,包括生产者消费者,信号量的实现等等 -Operating System Experiment source code, including producers, consumers, the realization of semaphores, etc.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:20911
    • 提供者:金淼
  1. xzb3

    0下载:
  2. 比较均匀量化和A律13折线编码的信号量噪比,通过比较可以看出两者的区别。但不知道正不正确-A law more uniform quantitative and broken line 13 the amount of coded signal to noise ratio, can be seen by comparing the difference between the two. But do not know is not correct
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:1104
    • 提供者:yanfang
  1. ProducerConsumerProblem

    0下载:
  2. 操作系统实验:用信号量解决producer & consumer问题。 包括: WIN ProCon(1).cpp WIN ProCon(2).cpp LINUX ProCon.c-Operating System Experiment: Using Semaphores solve the producer & consumer issues. Include: WIN ProCon (1). Cpp WIN ProCon (2). Cpp LINUX ProCon.c
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:16654
    • 提供者:张泽西
  1. rain

    0下载:
  2. 关于进程同步的,完成的是生产者消费者问题。包含信号量-With regard to the process of synchronization, and the completion of the producer consumer problem. With semaphores
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:2494
    • 提供者:rain
  1. weijijiekoukechengsheji

    0下载:
  2. 基于中断控制的声光报警器的设计.采用中断方式,设计一个声光报警器的硬件电路和控制程序。程序运行时,一旦8位开关信号量状态满足设定条件,就触发中断,使发光二级管按规律闪烁,同时扬声器播放一段音乐。 硬件设备包括一台微机、一个MFID微机实验箱、一块T型板,2输入四与门 74ls08、8位总线驱动器 74ls245、LM386A音频放大器、排阻、扬声器各一个,发光二极管8个,470uF电容2个、104电容4个,插线若干。 -Interrupt-based control of sound a
  3. 所属分类:SCM

    • 发布日期:2017-03-26
    • 文件大小:138502
    • 提供者:jane
  1. 6

    0下载:
  2. ucos移植心得,使用ucos的朋友应该要看看,会学到很多东西的。ucosII源码分析,暂时抛弃那些Event/MailBox、信号量等元素 而且在51单片机上移植实现其功能-ucos移植心得,使用ucos的朋友应该要看看,会学到很多东西的。ucosII源码分析,暂时抛弃那些Event/MailBox、信号量等元素 而且在51单片机上移植实现其功能
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-07
    • 文件大小:203844
    • 提供者:yushuihua
« 1 2 ... 15 16 17 18 19 2021 22 23 24 25 ... 50 »
搜珍网 www.dssz.com