CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - synchronization

搜索资源列表

  1. timetable

    1下载:
  2. 一台精密仪器的工作时间为 n 个时间单位。与仪器工作时间同步进行若干仪器维修程序。一旦启动维修程序,仪器必须进入维修程序。如果只有一个维修程序启动,则必须进入该维修程序。如果在同一时刻有多个维修程序,可任选进入其中的一个维修程序。维修程序必须从头开始,不能从中间插入。一个维修程序从第s个时间单位开始,持续 t个时间单位,则该维修程序在第s+t-1个时间单位结束。为了提高仪器使用率,希望安排尽可能少的维修时间。 -a precision instrument for the time n time
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:93570
    • 提供者:wu
  1. xiyangqishi

    0下载:
  2. 有多种方法喔!西洋棋中骑士的走法与象棋的马类似,只能横向二格,纵向一格或者横向一格,纵向两格(但是西洋棋棋子必须放在格子中),第1步有2种走法,第二步就有5种走法.今有5*5的棋盘,并将骑士的第一步放于左上角(0,0)的位置,试找出一个路径,使骑士在25步内把剩下的24个位置全部走完.输出结果时,将骑士的路径显示于的5*5的方格中,每一方格内显示出走到此方格内为第同步的数字. -are many ways! Chinese chess knight of the law and take a h
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3964
    • 提供者:tongyaozhang
  1. 编程实现生产者消费者或读写者的同步问题

    0下载:
  2. 编程实现生产者消费者或读写者的同步问题 编程实现生产者消费者或读写者的同步问题,目标掌握信号量实现进程同步及其应用-Programming producers or consumers who read and write the synchronization programming producers, consumers or those who read and write synchronization problem, the target volume to achieve
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-23
    • 文件大小:1165
    • 提供者:瓜哥
  1. sched

    0下载:
  2. 一台精密仪器的工作时间为n 个时间单位。与仪器工作时间同步进行若干仪器维修程序。一旦启动维修程序,仪器必须进入维修程序。如果只有一个维修程序启动,则必须进入该维修程序。如果在同一时刻有多个维修程序,可任选进入其中的一个维修程序。维修程序必须从头开始,不能从中间插入。一个维修程序从第s个时间单位开始,持续t个时间单位,则该维修程序在第s+t-1 个时间单位结束。为了提高仪器使用率,希望安排尽可能少的维修时间。对于给定的维修程序时间表,该算法计算最优时间表。-Units 1 precision in
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:1313
    • 提供者:yxd
  1. suanfadaolun

    0下载:
  2. 算法导论英文版,希望对大家有帮助 与王晓明所著算法导论同步-Algorithms Introduction to English, we would like to help with the Introduction to Wang Xiaoming book synchronization algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-05-29
    • 文件大小:11993785
    • 提供者:huihiu
  1. xianchengtongbu

    0下载:
  2. 在访问临界区的问题当中,因为临界区在一个时间只允许一个进程访问,因此为了解决同步问题,我们要用到线程同步机制。首先创建两个共享数据资源的并发线程。在没有同步控制机制的情况下,观察某些异常现象。针对这样的问题,采用两个解决方案:①利用Windows和mutex机制,②采用软件方案,并比较这两种方案的性能优劣。-During his visit to these critical areas, as critical a time in a process only allows access to
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2554191
    • 提供者:小江
  1. JThreadSynch

    0下载:
  2. 用JAVA实现生产者与消费者的同步与互斥问题-Producers and consumers to use JAVA to achieve synchronization and mutual exclusion problems
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:12067
    • 提供者:Geena
  1. ProducerConsumer.exe

    0下载:
  2. 本代码很形象的描述了生产者和消费者的同步与互斥问题-This code is a descr iption of the image of producers and consumers of synchronization and mutual exclusion problems
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:55998
    • 提供者:Geena
  1. Hanoi

    0下载:
  2. C#写的动态显示汉诺塔移动过程的小程序。使用了线程技术,同步技术。-write in C#, display the moving procedure of the Tower of Hanoi. The use of threading, synchronization.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:43018
    • 提供者:slowbird2
  1. Philosoper

    0下载:
  2. 哲学家进餐,进程同步问题,利用java语言实现的-Dining philosophers, process synchronization problem, the use of java language
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:690
    • 提供者:王马
  1. OS_driver-and-ticket

    0下载:
  2. 要求完成的主要任务: (包括课程设计工作量及其技术要求,以及说明书撰写等具体要求) 1.模拟公共汽车司机和售票员开关门及行车操作的同步模型。 2.设计报告内容应说明: ⑴ 需求分析; ⑵ 功能设计(数据结构及模块说明); ⑶ 开发平台及源程序的主要部分; ⑷ 测试用例,运行结果与运行情况分析; ⑸ 自我评价与总结 -Required to complete major tasks: (including course design work and technic
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:920710
    • 提供者:张亮
  1. PetersonAlgorithm

    0下载:
  2. 线程同步问题的的Peterson算法的经典解决办法-Thread synchronization problem of the classical solution Peterson algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:897878
    • 提供者:赵晨丘
  1. sync-backup_folder_beifen

    0下载:
  2. 文件夹的同步 分布在不同电脑上的文件夹 可以一个人维护 然后基于此软件进行同步-older synchronization is distributed on different computers in a folder that can be maintained by a person and then synchronized with the software.
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:10412
    • 提供者: 李杰
  1. Complex network algorithms

    2下载:
  2. 理解和学习 混沌、混沌同步、复杂网络的完全同步判据、复杂网络时滞系统的的同步判据、提高复杂网络同步能力的方法等内容(Understand and study the synchronization of chaos and chaos, the complete synchronization criterion of complex networks, the synchronization criterion of complex networks, time-delay systems,
  3. 所属分类:数据结构

    • 发布日期:2017-12-19
    • 文件大小:24809472
    • 提供者:HATA
搜珍网 www.dssz.com