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

搜索资源列表

  1. linuxsystemdslab

    0下载:
  2. 包含了各个单元的linux实验源码,包括进程同步、互斥、文件系统、存储管理等的实现。-it includes many unit,such as produces and so on.
  3. 所属分类:Linux-Unix program

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

    0下载:
  2. 操作系统 生产者与消费者问题 掌握进程(线程)的同步与互斥。 掌握生产者消费者问题的实现方法-The operating system to master the process of issue of producers and consumers (thread) synchronization and mutual exclusion. Grasp the realization method of the producer consumer problem
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-05
    • 文件大小:1604
    • 提供者:超越
  1. tongbuhuchi

    0下载:
  2. 操作系统实验 进程的同步与互斥 C语言开发-Operating System Experiment process synchronization and mutual exclusion C language development
  3. 所属分类:OS Develop

    • 发布日期:2017-04-09
    • 文件大小:1617033
    • 提供者:龚靖仁
  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. 20080402174137991

    0下载:
  2. Windows CE5.0进程间通信 Windows CE5.0进程的同步与互斥-Windows CE5.0 inter-process communication Windows CE5.0 process synchronization and mutual exclusion
  3. 所属分类:Windows CE

    • 发布日期:2017-04-24
    • 文件大小:18470
    • 提供者:james
  1. liao

    0下载:
  2. 进程同步与互斥 该代码非常完善的展现的经典进程同步与互斥问题——生产者和消费者问题的同步与互斥过程!-Process synchronization and mutual exclusion of the code is very well exhibited the classic process of synchronization and mutual exclusion problem- the problem of producers and consumers the proce
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-09
    • 文件大小:1998426
    • 提供者:liaoyalan
  1. 1

    1下载:
  2. 本次课程设计在本着加强课本知识运用能力的前提下,用PV操作来解决生产者消费者问题这个题目。该题目主要是解决操作系统中进程的同步与互斥的问题。 有界缓冲区内设有20个存储单元,放入/取出的数据项设定为1-20这20个整型数. (1)每个生产者和消费者对有界缓冲区进行操作后,即时显示有界缓冲区的全部内容,当前指针位置和生产者/消费者进程的标识符. (2)生产者和消费者各有两个以上. (3)多个生产者或多个消费者之间须有共享对缓冲区进行操作的函数代码. -The cur
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:1692
    • 提供者:王欣
  1. ex3

    6下载:
  2. 用win32同步对象解决临界区问题,用win32提供的同步对象中的任一种,解决兄弟问题,修改sm6.cpp,使用互斥对象Mutex ,用互斥对象Mutex,使得两个进程中的某些个处于wait状态,而一个处于运行态-Synchronization with the win32 object to solve critical problems, with the win32 synchronization objects provided by any one, to solve the pr
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-27
    • 文件大小:2061
    • 提供者:lx
  1. ProducerAndConsumer

    0下载:
  2. 生产者消费者源程序,实现进程间同步和互斥-Producer consumer source, to achieve inter-process synchronization and mutual exclusion
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:1869
    • 提供者:Nigel
  1. Dining

    0下载:
  2. 进程间的同步互斥问题,通过进程间的通信,完成对共享资源的访问。-process
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-08
    • 文件大小:855
    • 提供者:李姣
  1. process

    0下载:
  2. 利用JAVA将进程(读过程和写过程)互斥实现,源代码,-Using JAVA to process (read process and write process) mutex implementation, source code,
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:1169
    • 提供者:machaoqing
  1. sy4

    1下载:
  2. 线程的创建和同步控制 在windows2000的环境下,创建一个控制台进程,此进程创建两个并发线程,一个是读线程,另一个是写线程。这两个线程共享一个数组A,写线程对数组分别进行10次写操作,每次写操作对A的每个元素赋一个相同的值;读线程对数组分别进行10次读操作,每次读操作输出A中所有元素的值。写出相应代码,并分析运行结果。修改代码,使每次读写互斥,即每次对数组的写操作结束后才能进行写操作,反之亦然。-Thread creation and synchronization control i
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:714707
    • 提供者:陈婷婷
  1. process

    0下载:
  2. 进程完整的程序,包括进程的互斥,同步,死锁,共享等-process
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-14
    • 文件大小:4204
    • 提供者:Allen
  1. windows_system_process_synchronization_and_mutual_

    0下载:
  2. windows系统进程同步与互斥Windows 2000/XP中多线程的并发执行机制,实现进程的同步与互斥-windows system process synchronization and mutual exclusion in multi-threaded Windows 2000/XP concurrent implementation mechanism to achieve process synchronization and mutual exclusion
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:12811
    • 提供者:hio
  1. OS

    0下载:
  2. os学习中的进程调度等模拟代码,以及同步互斥等内容-os learning process scheduling simulation code, and synchronization mutex, etc
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:10155
    • 提供者:
  1. change

    0下载:
  2. 使用系统调用pipe()建立一条管道,系统调用fork()分别创建两个子进程,它们分别向管道写一句话,如: Child process1 is sending a message! Child process2 is sending a message! 父进程分别从管道读出来自两个子进程的信息,显示在屏幕上。两个子进程并发执行。 实现管道的互斥使用。当一个子进程正在对管道进行写操作时,另一个欲写入管道的子进程必须等待。 使用系统调用lockf(fd[1],1,0)实
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-03-28
    • 文件大小:116993
    • 提供者:小弟
  1. ProcessManagementchannel

    0下载:
  2. 使用系统调用pipe()建立一条管道,系统调用fork()分别创建两个子进程,它们分别向管道写一句话,如: Child process1 is sending a message! Child process2 is sending a message! 父进程分别从管道读出来自两个子进程的信息,显示在屏幕上。两个子进程并发执行。 实现管道的互斥使用。当一个子进程正在对管道进行写操作时,另一个欲写入管道的子进程必须等待。 使用系统调用lockf(fd[1],1,0)实现对管道
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:180992
    • 提供者:小弟
  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. caozuoxitong2

    0下载:
  2. 创建无名管道,实现基于管道的进程间数据通信,掌握管道通信的方法及特征;并进一步理解互斥与同步的含义。-Create anonymous pipe, pipe-based inter-process data communication, control methods and characteristics of communication channels and further understanding of the meaning of mutual exclusion and syn
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:5269
    • 提供者:万静媛
  1. jingcheng

    0下载:
  2. WindowXp 线程同步 1.创建和打开事件对象在进程间传送信号 2.利用互斥体保护共享资源-WindowXp thread synchronization 1. To create and open the event object to send signals between processes 2. Protection of shared resources using mutex
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-24
    • 文件大小:1535
    • 提供者:陈涛
« 1 2 3 4 5 6 7 89 10 11 12 13 »
搜珍网 www.dssz.com