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

搜索资源列表

  1. HT32F1253_CoOS

    0下载:
  2. 设备: Holtek HT32F1755 评估板: HT32F175x_275x Development Board 集成环境: CoIDE V1.4.2 Tasks: task_init 初始化所有的硬件,创建所有的事件标志和互斥体。 taskA 闪烁LED2和LED3。 taskB 通过USART输出ADC转换的数值 taskC 用RTC显示时间,通过USART输出 描述: 系统启动时,LED2和LED3闪烁,时间在超级
  3. 所属分类:SCM

    • 发布日期:2017-11-13
    • 文件大小:160369
    • 提供者:peter
  1. shengchan

    0下载:
  2. 生产者消费者程序,实现 同步 互斥 -os
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:1134
    • 提供者:simire
  1. lifashi

    0下载:
  2. 理发师程序 同步 互斥-lifashi
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:43056
    • 提供者:simire
  1. OSprojectPthread

    0下载:
  2. 使用Pthread编程完成进程之间的互斥,是操作系统课程的一次实验-Complete the process using the Pthread programming between the mutually exclusive, is an experimental operating system course
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:115507
    • 提供者:QiJun
  1. CriticalAreaAxclusiveAccess

    0下载:
  2. 1、 进程的同步问题是操作系统处理机管理的一大核心问题,为了更好的理解和掌握操作系统管理的思想,现通过临界区的互斥访问来了解对临界资源的处理过程-1, the synchronization process of the operating system processor management is a major core issue, in order to better understand and master the operating system, management thou
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-07
    • 文件大小:267890
    • 提供者:巴西里
  1. JTable

    0下载:
  2. 利用ATM取钱问题来模拟操作系统中临界资源信号量的同步与互斥问题-ATM withdrawals using the issue to simulate the critical resources of the operating system semaphore synchronization and mutual exclusion problems
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:8652
    • 提供者:zengxian
  1. Ex15_1

    0下载:
  2. 启动程序后,如果程序不关闭,不能再次启动这一程序,也就是进城互斥-Commencement of the proceedings, if the program does not close, can not start the process again, which is mutually exclusive town
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:64956
    • 提供者:书宇奇
  1. demo

    0下载:
  2. 多线程编程下互斥锁、事件、信号灯的基本用法,比较容易理解。-The basic usage of multithreaded programming mutexes, events, semaphores, and relatively easy to understand.
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-22
    • 文件大小:7995
    • 提供者:李伟中
  1. VxworksPtornado

    0下载:
  2. 这时一个在VxWorks 的VxSim 仿真环境下使用tornado进行编程的。主要解决以下问题: 1.扩展的内存管理机制,最大限度降低外部碎片对系统可靠性的威胁。 2.消息驱动的Task统一驱动模版。统一的消息头结构,全局消息编码,可支持短消息及长消息。 3.无信号量(互斥)支持的临界资源访问方式。 -This is a use tornado in the VxWorks VxSim simulation environment for programming. Mainly
  3. 所属分类:VxWorks

    • 发布日期:2017-11-18
    • 文件大小:432257
    • 提供者:caogen
  1. semaphore

    0下载:
  2. linux多线程semaphore代码 可以用semaphore控制线程互斥和同步-linux multithread semaphore control code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-25
    • 文件大小:15536
    • 提供者:steven
  1. alarm

    0下载:
  2. linux多线程alarm告警实例代码 可以用mutex控制线程互斥和同步-linux multithread alarm sample
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-18
    • 文件大小:6046
    • 提供者:steven
  1. rwlock

    0下载:
  2. linux多线程读写控制实例代码 可以用rwlock控制线程互斥-linux multithread read/write mutex sample code using rwlock mechanism
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-15
    • 文件大小:13441
    • 提供者:steven
  1. mutex

    0下载:
  2. linux多线程互斥控制实例代码 可以用mutex控制线程互斥-linux multithread mutex sample code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-11
    • 文件大小:1407
    • 提供者:steven
  1. video-stream

    0下载:
  2. Linux下C编写的视频流获取 解码 输出的程序。属于实时系统,用到 互斥 条件变量等。-C program under Linux. It is used to simulate the video stream receiving, decoding and outputting process. One of the classical real-time system implementation.
  3. 所属分类:Linux Network

    • 发布日期:2017-11-12
    • 文件大小:2449
    • 提供者:孙璐
  1. CSharp

    0下载:
  2. 适用于C#初学者的几个小程序,可以加深对这门语言的理解 包括有以下内容: 1.C#获取当前程序所在的文件夹.rar 2.C#界面皮肤(带例子).rar 3.C#如何使用托盘控件的实例源码.rar 4.C#文本加密解密算法示例源代码.rar 5.C#在开机时自动启动程序.rar 6.C#自定义皮肤.rar 7.CS聊天程序.rar 8.WPF模拟Windows+7气象源码.rar 9.玻璃按钮.rar 10.导出Excel格式.rar 11.导出ex
  3. 所属分类:CSharp

    • 发布日期:2017-10-30
    • 文件大小:14441325
    • 提供者:吕温
  1. synchronism-and-mutex

    0下载:
  2. 有关线程的同步与互斥,实现了老师讲的银行家算法。-About thread synchronization and mutual exclusion teacher talk about bankers algorithm.
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-12
    • 文件大小:3290881
    • 提供者:she
  1. multithreading-chat-room-

    0下载:
  2. 多线程程序的编写,多线程应用中容易出现的问题。采用互斥对象来实现多线程的同步。利用命名互斥对象保证应用程序只有一个实例运行。应用多线程编写网络聊天室程序。-Written in multithreaded programs, prone to the problem of multi-threaded applications. Mutex object to realize multi-thread synchronization. The use of named mutex object
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-11-07
    • 文件大小:9669774
    • 提供者:饶宇
  1. MultiThread

    0下载:
  2. 采用互斥对象解决多线程冲突的问题,通过这个完整的程序可以很好理解互斥对象这个概念-Mutex object to solve the problem of multi-threaded conflict through the complete program can well understand the concept of the mutex object
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-14
    • 文件大小:1236006
    • 提供者:linfei
  1. Linux.Kernel.Development

    0下载:
  2. linux内核大师robert love 写的书,主要讲linux内核锁机制,同步与互斥等-the linux kernel guru robert love to write a book, the main speaker linux kernel lock mechanism, synchronization and mutual exclusion
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-29
    • 文件大小:1929189
    • 提供者:star
  1. RRProcessControl

    0下载:
  2. 1) 每一个进程有一个PCB,其内容可以根据具体情况设定。 2) 可以在界面设定的互斥资源(包括两种:输入设备与输出设备)的数目 3) 进程数、进入内存时间、要求服务时间可以在界面上进行设定 4) 进程之间存在一定的同步与互斥关系,可以通过界面进行设定,其表示方法如下: 进程的服务时间由三段组成:I2C10O5(表示进程的服务时间由2个时间片的输入,10个时间片的计算,5个时间片的输出) 进程间的同步关系用一个段表示:W2,表示该进程先要等待P2进程执行结束后才可以运行
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-12
    • 文件大小:392697
    • 提供者:晁锦彪
« 1 2 ... 28 29 30 31 32 3334 35 36 37 38 ... 46 »
搜珍网 www.dssz.com