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

搜索资源列表

  1. accesschoujiang

    0下载:
  2. delphi写的抽奖程序,其中有些问题比方说数据同步提出了些个人的解决办法-delphi draw written procedures, for example, some of them made more data synchronization solution of individuals
  3. 所属分类:Delphi VCL

    • 发布日期:2017-05-06
    • 文件大小:1273832
    • 提供者:仇成功
  1. procon

    0下载:
  2. 生产者消费者同步问题,用于模拟都线程的并行与互斥-Producer consumer synchronization, threads are used to simulate parallel and mutually exclusive
  3. 所属分类:MPI

    • 发布日期:2017-04-01
    • 文件大小:87636
    • 提供者:guanggan
  1. tongbu1

    0下载:
  2. 使用全局变量同步线程的简单例子,是多核编程书上的一个例子,欢迎查看-The use of global variables of a simple example of thread synchronization, multi-core programming is an example of the book, please see
  3. 所属分类:MPI

    • 发布日期:2017-04-08
    • 文件大小:413284
    • 提供者:肖飞
  1. OS_Chapter_1

    0下载:
  2. Chapter 1 1. Introduction. 2. Process. 3. Memory Management. 4. Communication and Synchronization of Process. 5. Interlocks 6. Input and Output 7. Managing Files and Directories
  3. 所属分类:OS Develop

    • 发布日期:2017-04-07
    • 文件大小:228057
    • 提供者:pass
  1. OS

    0下载:
  2. 操作系统实验进程的描述与控制进程的同步与通信等实验源码-Descr iption of the experimental process of the operating system and control the process of synchronization and communication source, such as experimental
  3. 所属分类:OS Develop

    • 发布日期:2017-05-28
    • 文件大小:10383635
    • 提供者:赵维梁
  1. thread

    0下载:
  2. 这是学习操作系统时的作业,这个是关于线程同步的实验.内含有实验报告.-This is the time to learn the operation of the operating system, this is a thread synchronization on the experiment. The report contains experimental.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-10
    • 文件大小:1296291
    • 提供者:肖宗花
  1. ParallelComputingwithMATLAB

    1下载:
  2. 用matlab 2007以上版本的并行计算工具箱和分布式计算引擎进行并行计算编程的示例代码,具有极高的参考价值,与user s guide同步-Matlab 2007 with the above version of the Parallel Computing Toolbox and Distributed Computing Programming parallel computing engine for the sample code has a very high reference
  3. 所属分类:MPI

    • 发布日期:2017-04-02
    • 文件大小:341918
    • 提供者:苗晨
  1. Retlang.0.4.2.0

    0下载:
  2. Retlang is a robust library for writing highly concurrent applications. The library borrows part of its name and design from Erlang. Retlang provides a concurrency solution that is quite different from basic locking solutions, Parallel FX, or t
  3. 所属分类:source in ebook

    • 发布日期:2017-03-29
    • 文件大小:862407
    • 提供者:yuchao
  1. mune

    0下载:
  2. 线程同步机制。 互斥器的功能和临界区域很相似。区别是:Mutex所花费的时间比Critical Section多的多,但是Mutex是核心对象(Event、Semaphore也是),可以跨进程使用,而且等待一个被锁住的Mutex可以设定TIMEOUT,不会像Critical Section那样无法得知临界区域的情况,而一直死等。-Thread synchronization mechanism. Mutex' s function and the critical region is
  3. 所属分类:OS Develop

    • 发布日期:2017-04-10
    • 文件大小:1888089
    • 提供者:陈小
  1. tongbuhuchi

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

    • 发布日期:2017-04-09
    • 文件大小:1617033
    • 提供者:龚靖仁
  1. 00

    0下载:
  2. 进程同步经典的生产者消费者的实现,完整的程序,并含有详细的文档说明书-Process synchronization classic producers and consumers to achieve, complete procedures and documentation that contains detailed instructions
  3. 所属分类:OS Develop

    • 发布日期:2017-05-11
    • 文件大小:2700996
    • 提供者:mq
  1. kxc

    0下载:
  2. 此程序是用来控制LED七彩跳变,可以过零同步-This program is used to control the LED colorful jump, you can zero-crossing synchronization
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:2486
    • 提供者:kxc84612
  1. 1

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

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

    0下载:
  2. 通过实时反馈使得液晶的显示与键盘同步,该程序简单,是学习单片机的液晶和键盘的好例子。-Through real-time feedback makes the liquid crystal display and keyboard synchronization, the program is simple to learn the LCD and keyboard microcontroller good example.
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:775
    • 提供者:
  1. noise_reduction_technique

    0下载:
  2. duction techniques proposed in the art are expressed as a spectral gain depending on the a priori SNR. In the well-known decision- directed approach, the a priori SNR depends on the speech spec- trum estimation in the previous frame. As a conse
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-23
    • 文件大小:194443
    • 提供者:leon
  1. Reader_Writer

    0下载:
  2. 操作系统中的进程互斥与同步问题的一个例子 即读者写者问题 源码 -Operating in mutual exclusion and synchronization issues that readers write one example of the problem of source
  3. 所属分类:OS Develop

    • 发布日期:2017-04-09
    • 文件大小:2108726
    • 提供者:cocoa0722
  1. MutipleThread

    0下载:
  2. 解决多个售票员售票,把一张票售给多个乘客的问题,采用多线程同步与互斥解决。-Solve multiple conductor ticket sales, the number of passengers a ticket sold to the problem of multi-thread synchronization and mutual exclusion solution.
  3. 所属分类:MPI

    • 发布日期:2017-05-13
    • 文件大小:3387066
    • 提供者:Miroc
  1. processtimer

    0下载:
  2. 此代码为操作系统进程同步实验,多进程同步运行时的代码-This code for the operating system process synchronization experiments, and more run-time code synchronization process
  3. 所属分类:OS Develop

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

    0下载:
  2. The Linux kernel is one of the most interesting yet least understood open-source projects. It is also a basis for developing new kernel code. That is why Sams is excited to bring you the latest Linux kernel development information from a Novell insid
  3. 所属分类:OS Develop

  1. [Delphi]clock

    0下载:
  2. Delphi编程的一个时钟界面 显示的时间与计算机同步 若鼠标不悬浮在上面将消失-Delphi programming interface displays a clock synchronization time and the computer is not suspended if the mouse will disappear in the above
  3. 所属分类:Delphi VCL

    • 发布日期:2014-06-10
    • 文件大小:175341
    • 提供者:cs55n5
« 1 2 3 4 56 7 8 9 10 11 12 »
搜珍网 www.dssz.com