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

搜索资源列表

  1. VirtualMemory

    0下载:
  2. 内存管理的介绍,主要是内存的互斥访问策略。比如说MUTEX,SEMPHORE还有一些消息或者标志位的控制-The introduction of memory management, memory mutually exclusive access policy. For example, the MUTEX, SEMPHORE some message or logo bit control
  3. 所属分类:Linux Network

    • 发布日期:2017-11-16
    • 文件大小:152662
    • 提供者:sunwenwen
  1. barbershops

    0下载:
  2. 操作系统中同步与互斥算法,生产者和消费者,理发店问题,-Operating system synchronization and mutual exclusion algorithms, producers and consumers, barber shops,
  3. 所属分类:Console

    • 发布日期:2017-12-01
    • 文件大小:1285184
    • 提供者:
  1. MultiThread

    0下载:
  2.  多线程程序的编写,多线程应用中容易出现的问题。互斥对象的讲解,如何采用互斥对象来实现多线程的同步。-failed to translate
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-21
    • 文件大小:6769
    • 提供者:包松林
  1. SaleTicket

    0下载:
  2. 通过多线程的同步于互斥,模拟售票,一个窗口售票,多个买票者购票,票数设为50 主要是利用线程间的同步于互斥 -failed to translate
  3. 所属分类:Java Develop

    • 发布日期:2017-11-30
    • 文件大小:721
    • 提供者:123
  1. Win32multithread

    0下载:
  2. 用WIN32编程例举的多线程编程 有互斥量,条件变量,临界区,事件 适合初学者学习-multithread programing in WIN32
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-18
    • 文件大小:1776456
    • 提供者:hell
  1. Introduction-of-Xilkernel_API

    0下载:
  2. Xilkernel是Xilinx公司提供的用于EDK系统的小型、模块化的操作系统,支持MicroBlaze、PowerPC405以及PowerPC440处理器。支持可移植操作系统接口(POSIX)。 Xilkernel功能函数包括:线程管理、信号量、消息队列、共享内存、互斥锁、动态内存管理、软件定时、用户层中断处理API等几个方面。 -Xilkernel Xilinx EDK system for small, modular operating system, to support t
  3. 所属分类:Communication

    • 发布日期:2017-11-20
    • 文件大小:8695
    • 提供者:zmz
  1. moenyyingshe

    0下载:
  2. VC++使用内存映射文件实现多个程序间互斥运行,当程序正在运行时,利用内存映射,排斥再次打开本程序,打开时会给出提示“程序已经在运行”。-failed to translate
  3. 所属分类:File Operate

    • 发布日期:2017-11-29
    • 文件大小:29970
    • 提供者:刘锋
  1. ReaderAndWriter

    0下载:
  2. 操作系统课程设计,使用PV操作机器信号量、锁等机制,实现读者和写者互斥访问临界资源-Courses on operating system design, the use of PV operate the machine semaphore lock mechanisms, readers and writers to achieve mutually exclusive access to critical resources
  3. 所属分类:Data structs

    • 发布日期:2017-11-17
    • 文件大小:2735524
    • 提供者:陆小果
  1. huchi

    0下载:
  2.  VC如何使用互斥量创建进程,教你如何使用互斥量,新手学习可下载参考.-VC how to use the mutex creation process, teach you how to use the mutex, the novice learning can download the reference.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-19
    • 文件大小:11531
    • 提供者:黄薇薇
  1. mutex

    0下载:
  2. Linux中信号量、线程、同步及互斥等例子-Examples of Linux, semaphores, threads, synchronization and mutual exclusion
  3. 所属分类:Driver develop

    • 发布日期:2017-12-08
    • 文件大小:4841
    • 提供者:Shanae
  1. Producers-and-consumers

    0下载:
  2. 基于windows平台的生产者消费者互斥代码,已经在VC6下调试通过-Producers and consumers based on Windows platform mutex code in VC6 debugging through
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-08
    • 文件大小:13393
    • 提供者:liuxinfeng
  1. huchitiduokai

    1下载:
  2. 互斥体多开 支持大部分腾讯游戏 QQ游戏多开游戏-The mutex to open most of Tencent game
  3. 所属分类:ELanguage

    • 发布日期:2017-11-08
    • 文件大小:1097
    • 提供者:帝释天
  1. Option

    0下载:
  2. 一组互斥的单项选择,在单选组上选择不同的选项,即可获得其属性.-A single set of mutually exclusive choices in a radio group, select a different option, you can get its properties.
  3. 所属分类:software engineering

    • 发布日期:2017-11-16
    • 文件大小:1406
    • 提供者:迷茫
  1. role-based-access-control-(RBAC)

    0下载:
  2. 这个是物联网中自主访问控制(DAC)与带有互斥角色约束的基于角色的访问控制(RBAC)演示程序。主要实现访问控制的安全进行。-This is the Internet of Things in discretionary access control (DAC) with an exclusive role constraints with role-based access control (RBAC) demonstration program. The main achievement o
  3. 所属分类:Network Security

    • 发布日期:2017-11-06
    • 文件大小:77098
    • 提供者:kaiwen
  1. osjincheng

    0下载:
  2. 用高级语言编写和调试一个进程调度程序,以加深对进程的概念及进程调度算法的解. 进程调度时进程管理的主要内容之一,通过设计,编制,调试一个简单的进程调度模拟系统,对进程调度,进程运行状态变换加深理解和掌握。模拟计算机操作系统的进程调度,建立进程控制块PCB,要包含有关进程的描述信息,控制信息以及资源信息.模拟系统根据PCB感知进程的存在和通过PCB中所包含的各项变量的变化,掌握进程所处的状态以达到控制进程活动的目的.要实现进程的状态及其转换,进程的创建与撤消,进程的阻塞与唤醒.用P,V原语操
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-14
    • 文件大小:102708
    • 提供者:jasonzjx
  1. MulitThreadtest

    0下载:
  2. vs2010 VC++演示mfc下单个线程暂停、启动、停止功能。演示了开启任意线程,并且区分线程ID和线程句柄的功能。演示了线程加锁、互斥的功能-vs2010 VC++ demonstrates the mfc single thread pause, start, stop function. Demonstrates open any thread, and the thread ID and thread handles distinguish features. Demonstrates
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-10
    • 文件大小:23877997
    • 提供者:杜云江
  1. threadsconcurrency

    0下载:
  2. 进程互斥与同步,用WindowsAPI编程,生产者消费者问题的C++实现-threads concurrency
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-06
    • 文件大小:1349
    • 提供者:张良
  1. IO

    0下载:
  2. 对stm32107的所有外设进行统一管理,解决ucos下上层应用对硬件访问的互斥问题-All peripherals for stm32107 unified management solution ucos upper application under exclusive access to hardware problems
  3. 所属分类:uCOS

    • 发布日期:2017-04-03
    • 文件大小:5719
    • 提供者:hu
  1. ThreadTest

    0下载:
  2. 用c++ 编定的线程测试程序, 线程互斥对像的运用-Multithreaded Test
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-12
    • 文件大小:3042268
    • 提供者:chchron
  1. ProduceConsume

    0下载:
  2. 通过互斥量、事件来解决生产者和消费者的问题,主要涉及的内容有多线程的创建,事件的创建,互斥量的创建,线程的同步。主要的函数有:CreateThread,CreateEvent,CreateMutex,WaitForMultipleObjects等。Through the mutex, event producers and consumers to solve problems, mainly related to the contents of multiple thread creation
  3. 所属分类:Game Program

    • 发布日期:2017-04-07
    • 文件大小:2977
    • 提供者:guosonl
« 1 2 ... 31 32 33 34 35 3637 38 39 40 41 ... 46 »
搜珍网 www.dssz.com