您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. 分布式系统领域教程pdf

  2. 目 录 译者序 前言 第1章 概论 1.1 推动因素 1.2 基本计算机组成 1.3 分布式系统的定义 1.4 我们的模型 1.5 互连网络 1.6 应用与标准 1.7 范围 1.8 参考资料来源 参考文献 习题 第2章 分布式程序设计语言 2.1 分布式程序设计支持的需求 2.2 并行/分布式程序设计语言概述 2.3 并行性的表示 2.4 进程通信与同步 2.5 远程过程调用 2.6 健壮性 第 3 章 分布式系统设计的形式方法 3.1 模型的介绍 3.1.1 状态机模型 3.1.2 佩特里
  3. 所属分类:其它

    • 发布日期:2011-02-19
    • 文件大小:2097152
    • 提供者:cuiyubing819
  1. MAP protocol和Chandy and Lamport’s protocol的java实现

  2. MAP protocol和Chandy and Lamport’s protocol的java实现
  3. 所属分类:Java

    • 发布日期:2011-11-20
    • 文件大小:7168
    • 提供者:charlielv
  1. Loop-free routing using diffusing computations

  2. Abstract-A family of distributed algorithms for the dynamic computation of the shortest paths in a computer network or Memet is presented, validated, and analyzed. According to these algorithms, each node maintains a vector with its distance to ever
  3. 所属分类:网络基础

    • 发布日期:2012-05-04
    • 文件大小:1048576
    • 提供者:blitzskies
  1. Development Process of Distributed Embedded Systems using VDM

  2. This document is intended to provide readers who already have experience with general VDM concepts from language manuals [LangManPP] or books [Fitzgerald&05] and/or courses and it is also assumed that the reader has general knowledge about concepts
  3. 所属分类:其它

    • 发布日期:2015-02-26
    • 文件大小:1048576
    • 提供者:sbren
  1. Dinning for Chandy/Misra

  2. Chandy/Misra算法解决Dinning问题
  3. 所属分类:Java

    • 发布日期:2017-07-21
    • 文件大小:89088
    • 提供者:forsaking
  1. Distributed-Snapshots-Determining-Global-States-of-Distributed-Systems

  2. CHANDY - LAMPORT : Distributed-Snapshots-Determining-Global-States-of-Distributed-Systems
  3. 所属分类:flink

    • 发布日期:2018-10-27
    • 文件大小:992256
    • 提供者:chaokunyang
  1. Distributed Snapshots: Determining Global States of Distributed Systems.pdf

  2. 分布式快照论文原文,Chandy&Lamport;大作。Lampport个人网站可以免费下载 http://lamport.azurewebsites.net/pubs/pubs.html
  3. 所属分类:其它

    • 发布日期:2019-08-12
    • 文件大小:1020928
    • 提供者:hnwyllmm
  1. 分布式一致性快照算法.pdf

  2. Distributed Snapshots: Determining Global States of Distributed Systems 分布式一致性算法论文(Chandy-Lamport算法)
  3. 所属分类:算法与数据结构

    • 发布日期:2020-06-04
    • 文件大小:896000
    • 提供者:weixin_41608066
  1. Distributed-System-Algorithms-Implementation:实现时钟同步,一致性,互斥,领导者选举的算法-源码

  2. 分布式系统算法的实现 实现时钟同步,一致性,分布式互斥,组长选举的算法 时钟同步:在交易系统的4台服务器网络中实现矢量时间戳,其中交易,核对余额,存款或取款等每个过程都是一项工作,并根据网络中请求的到达情况进行同步。 为了管理请求的顺序,将向量时间用于不同服务器之间的共同时间。 VectorClockThreads.java:时钟同步的实现。 一致性:Chandy-Lamport算法的实现,用于确保网络快照期间的通道一致性。 随之而来的是交易过程。 3台服务器网络之间的快照间隔是固定的,并且保
  3. 所属分类:其它

    • 发布日期:2021-03-11
    • 文件大小:12288
    • 提供者:weixin_42133753