CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - synchronization

搜索资源列表

  1. src

    0下载:
  2. 进程管理 实验目的 掌握进程的概念,深入理解进程的含义。认识并理解并发环境中进程执行的实质问题,了解构成并发机制的进程创建过程; 了解在进程创建后通过对进程控制的系统调用,可实现对进程的有效控制。掌握在进程执行中对进程进行睡眠、同步、撤消等控制方法; 分析进程竞争资源的现象,学习解决进程互斥的方法。 实验内容 1、创建新的进程;查看运行进程;换出某个进程;杀死运行进程。 2、采用写者优先重写P94的读者-写者问题,并通过一个读写序列,将算法与读者优先算法进行比较
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:2458
    • 提供者:
  1. OS-process-reader-and-writer

    0下载:
  2. 进程同步互斥和读者写者问题,C实现-Process synchronization exclusive and readers who wrote
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-05
    • 文件大小:186241
    • 提供者:sasas
  1. Do2

    0下载:
  2. 窗口鼠标同步器源码。可以同步多个窗口的鼠标操作-Window mouse synchronization source. You can synchronize multiple windows mouse
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-17
    • 文件大小:5036521
    • 提供者:沃达丰
  1. 1

    0下载:
  2. Windows中的线程与线程同步现象.创建两个线程,一个对 i 执行加 1 操作,另一个对 i 执行减 1 操作。两个线程执行相同的次数。-Windows threads and thread synchronization.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:517
    • 提供者:likai
  1. tsc_sync

    0下载:
  2. check TSC synchronization for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2131
    • 提供者:dumenyui
  1. producer_consumer

    0下载:
  2. 进程间的生产者与消费者问题,2个生产者,3个消费者,缓冲区个数为3。通过信号量和互斥体对象实现了进程间的同步,通过文件映射实现了进程间的通信。-Producer and consumer issues between processes, two producers, three consumers, the number of buffers is 3. By semaphores and mutexes object implements synchronization, file mapp
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:1751
    • 提供者:李为智
  1. mutex

    0下载:
  2. 本实验讨论临界区问题及其解决方案。实验首先创建两个共享数据资 源的并发线程。在没有同步控制机制的情况下,我们将看到某些异常现象。 针对观察到的现象,本实验采用两套解决方案: • 利用Windows 的mutex 机制 • 采用软件方案 然后比较这两种方案的性能优劣。-In this study, discuss problems and solutions critical region. Experiment first create two share
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-12
    • 文件大小:610
    • 提供者:Ashley
  1. Mutex

    0下载:
  2. VC2010-08-25-VC++6.0下利用互斥量同步线程来实现文件读取进度条-VC2010-08-25-VC++6.0 under mutex synchronization of threads to use for file reading progress bar
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-07
    • 文件大小:1173382
    • 提供者:赵栋梁
  1. Exchanger

    0下载:
  2. A synchronization point at which threads can pair and swap elements within pairs.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-29
    • 文件大小:8829
    • 提供者:cengxunxing
  1. image_chaso

    1下载:
  2. 基于混沌同步的图像加密仿真代码 完美加密-Image encryption based on chaos synchronization perfect simulation code encryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:305587
    • 提供者:lunzi
  1. lorzen_image

    0下载:
  2. 基于混沌同步的图像加密一的方法 完美加密-Chaos synchronization of image encryption method based on a perfect encryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:104538
    • 提供者:lunzi
  1. ZYWQuartzClock

    0下载:
  2. 这是一个简单的石英钟小程序,跟随系统时间同步运行。界面非常美观。该源码适合于初学C#网络编程的朋友们,有兴趣的可以下载学习下。-This is a simple quartz clock applet, follow the system time synchronization operation. The interface is very beautiful. The source is suitable for novice C# Network Programming friends,
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-26
    • 文件大小:277807
    • 提供者:杨强
  1. duoxiancheng

    0下载:
  2. 多线程同步实验代码。实现在linux的环境下多线程同步的通信-Multithreaded code synchronization experiments. Implementation in the Linux multithreaded synchronization under the environment of communication
  3. 所属分类:Driver develop

    • 发布日期:2017-04-26
    • 文件大小:33997
    • 提供者:luminjie
  1. windows

    1下载:
  2. 设计并实现Unix的“time”命令。“mytime”命令通过命令行参数接受要运行的程序,创建一个独立的进程来运行该程序,并记录程序运行的时间。 在Windows下实现: ◦ 使用CreateProcess()来创建进程 ◦ 使用WaitForSingleObject()在“mytime”命令和新创建的进程之间同步 ◦ 调用GetSystemTime()来获取时间 -Design and implementation of Unix &qu
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-12
    • 文件大小:1351
    • 提供者:wenchangwei
  1. CountDownLatch

    0下载:
  2. A synchronization aid that allows one or more threads to wait until a set of operations being performed in other threads completes.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3041
    • 提供者:qaomanpei
  1. AbstractQueuedLongSynchronizer

    0下载:
  2. A version of AbstractQueuedSynchronizer in which synchronization state is maintained as a <tt>long< tt>.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-25
    • 文件大小:15754
    • 提供者:xangiedin
  1. LockSupport

    0下载:
  2. Basic thread blocking primitives for creating locks and other synchronization classes.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3100
    • 提供者:piugise
  1. AbstractQueuedLongSynchronizer

    0下载:
  2. A version of AbstractQueuedSynchronizer in which synchronization state is maintained
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-29
    • 文件大小:17177
    • 提供者:caamei
  1. LockSupport

    0下载:
  2. Basic thread blocking primitives for creating locks and other synchronization classes.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4523
    • 提供者:yaeuos
  1. AbstractQueuedLongSynchronizer

    0下载:
  2. A version of AbstractQueuedSynchronizer in which synchronization state is maintained
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-26
    • 文件大小:17189
    • 提供者:znosghi
« 1 2 ... 5 6 7 8 9 1011 12 13 »
搜珍网 www.dssz.com