搜索资源列表

  1. 网络故障汇编网络流量分析网络故障诊断

    0下载:
  2. 排除网络故障,用于排除一般的网络故障,并且可以计算网络流量。-troubleshooting of the network for the general exclusion of a network failure, and can calculate network traffic.
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:129794
    • 提供者:jzh
  1. OSWORK01

    0下载:
  2. 第一次用MFC写进程同步与互斥,生产者与消费者问题 -the first to write MFC process synchronization and mutual exclusion, producer and consumer issues
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:34271
    • 提供者:哈哈哈
  1. 加锁法 解决两个进程合作累加数组

    0下载:
  2. 用加锁的方法解决两个进程累加数组的互斥问题-locked with two ways to solve the array of cumulative process Mutual Exclusion
  3. 所属分类:Static控件

    • 发布日期:2008-10-13
    • 文件大小:277167
    • 提供者:童仝
  1. producer&consumer

    0下载:
  2. 操作系统实验 生产者与消费者 互斥问题 信号量操作 两种选择-experimental operating system producers and consumers Mutual Exclusion signal to operate two options
  3. 所属分类:进程与线程

    • 发布日期:2024-05-26
    • 文件大小:3072
    • 提供者:邓文
  1. ossue

    0下载:
  2. 在Windows环境下,参考Windows环境下线程同步、互斥操作的例子,利用基本的文件操作系统调用,模拟读写问题。编写相应的函数,建立一个记录型的共享文件,并实现对该共享文件的打开、关闭、删除、读、追加记录、删除记录等操作。同时要求利用进程的同步与互斥机制实现多个用户进程对该文件的并发访问-the Windows environment, Windows environment reference thread synchroniza
  3. 所属分类:进程与线程

    • 发布日期:2024-05-26
    • 文件大小:1240064
    • 提供者:苏匀
  1. Philosophers

    0下载:
  2. 哲学家进餐问题,进程是独立参与分配资源的最小单位,在有线程的OS中,线程是运行的最小单位, 课堂所述进程之间的同步与互斥,实际上是属于不同进程的线程间的同步与互斥,当 然,属于同一进程的不同线程一样存在同步与互斥,其控制同步与互斥的原理跟进程 是一样的-dining philosophers problem, the process is independent participation in the allocation
  3. 所属分类:其他小程序

    • 发布日期:2024-05-26
    • 文件大小:1024
    • 提供者:李明
  1. fl2

    0下载:
  2. 操作系统 实验二 进程同步与互斥 实现的基本的进程的同步、互斥,并用银行家算法实现与死锁预防-Second, the process of experimental operating system synchronization and mutex realize the basic process synchronization, mutual exclusion, and bankers with the deadloc
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-26
    • 文件大小:138240
    • 提供者:林峰
  1. java_threaddemo

    0下载:
  2. 哲学家就餐是一个经典的Java多线程编程的实例,这是图形版。涉及到线程同步与互斥,临界区访问问题以及避免死锁的方法。 -Dining philosophers is a classic multi-threaded Java programming examples, this is the graphics version. Related to thread synchronization and mutual exclusion,
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-26
    • 文件大小:107520
    • 提供者:丁丁
  1. clocksync123

    0下载:
  2. This brief doccumentation done on the clock syncronasation in distributed systems.ths includes algorithem for physical and logical clocks and mutual exclusion.-This is brief doccumentation done on the clock syncronasatio
  3. 所属分类:文档资料

    • 发布日期:2024-05-26
    • 文件大小:557056
    • 提供者:mana
  1. SemaDemo

    0下载:
  2. 英国帝国理工学院电脑系多线程课程教学材料之四 ---- 用Semaphores互斥访问-The program uses a semaphore to ensure that it is not possible for threads to enter their critical sections at the same time. The critical section is represented by a light blu
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-26
    • 文件大小:3072
    • 提供者:Key
  1. Linux_Kernel

    0下载:
  2. Linux中各种内核态程序的编写,这是某个人的编程心得,里面有源代码,内容涉及互斥锁、信号量、多线程等,很不错的,值得参考!-Linux Kernel in a variety of procedures for the preparation of state, this is a personal experience of programming, which source code, which relates to mutua
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-26
    • 文件大小:134144
    • 提供者:Jackson
  1. Toachievemutualexclusionandsynchronizationprocess.

    0下载:
  2. 一个操作系统的试验,实现了两进程的同步和互斥,还有试验报告哦。-An operating system of the test, the realization of a two-process synchronization and mutual exclusion, as well as test report Oh.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-26
    • 文件大小:55296
    • 提供者:
  1. java_threaddemo

    0下载:
  2. 哲学家就餐是一个经典的Java多线程编程的实例,这是图形版。涉及到线程同步与互斥,临界区访问问题以及避免死锁的方法。 -Dining Philosophers is a classic example of Java multi-threaded programming, it is graphic version. Related to thread synchronization and mutual exclusion, crit
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-26
    • 文件大小:107520
    • 提供者:204
  1. Producers

    0下载:
  2. (1)操作系统中允许同时有多个进程并发进行,进程对共享资源存在互斥或者协作关系。其中生产者进程产生信息资源,可以是计算进程。消费者进程使用信息,它可以是输出打印进程,对于缓冲区生产者与消费者进程互斥使用,其次,消费者进程依赖于生产者产生的资源,如果尚未得到满足,则必须等待生产者信号的唤醒; (2)本程序运行必须设置模拟系统缓冲区的个数以及系统进程的个数,对于每个程序,还必须设置其属性,即是生产者或者消费者,由简单的数字1和2表示。对
  3. 所属分类:C#编程

    • 发布日期:2024-05-26
    • 文件大小:2048
    • 提供者:youyu
  1. semafor

    0下载:
  2. Synchronization process is mostly done by traffic lights. Other mechanisms (whose primary purpose is not synchronization, such as message lines, pipelines, etc.) are rarely used for the synchronization process. "Traffic
  3. 所属分类:系统编程

    • 发布日期:2024-05-26
    • 文件大小:1024
    • 提供者:Vedran
  1. Process-Synchronization-and-Mutual-Exclusion

    0下载:
  2. Process Synchronization and Mutual Exclusion
  3. 所属分类:其他小程序

    • 发布日期:2024-05-26
    • 文件大小:314368
    • 提供者:bobor
  1. sx2

    0下载:
  2. 操作系统课程设计,关于消费者与生产者的同步互斥问题的程序源代码。-Courses on operating system design, on consumers and producers mutual exclusion synchronization program source code.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-26
    • 文件大小:1938432
    • 提供者:wyw
  1. sx4

    0下载:
  2. 操作系统课程设计,关于消费者与生产者的同步互斥问题的程序源代码。-Courses on operating system design, on consumers and producers mutual exclusion synchronization program source code.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-26
    • 文件大小:13821952
    • 提供者:wyw
  1. sxword

    0下载:
  2. 操作系统课程设计,关于消费者与生产者的同步互斥问题的程序源代码及文档(转发)。-Courses on operating system design, consumers and producers on mutual exclusion synchronization program source code and documentation (Forward).
  3. 所属分类:Windows编程

    • 发布日期:2024-05-26
    • 文件大小:45056
    • 提供者:wyw
  1. V5-602_uCOS-emWin-Mutual-exclusion

    0下载:
  2. STemWin的CM3版本下,基于UCOS的互斥信号的程序-STemWinCM3 learn UCOS Mutual exclusion.
  3. 所属分类:uCOS开发

    • 发布日期:2024-05-26
    • 文件大小:13290496
    • 提供者: 吴旭光
« 12 3 4 5 6 7 8 9 10 ... 15 »

源码中国 www.ymcn.org