2.15 三相三线/四线应用 三相四线模式: HT7036采用三元件测量方法,合相功率计算公式为: 三相三线模式:HT7036采用两元件测量方法,合相功率计算公式为: 在三相三线模式下HT7036的B相通道不参加功率计量,只有A相和C相通道参与三相三线的测量。 但是HT7036可以将B通道的参数单独放出,只要在B相通道的电压与电流通道上加入相应信号,在三相 三线模式下仍可读取Pb/Qb/Sb/Urmsb/Irmsb/Pfb/Pgb参数,但是B通道的电压和电流通道上所加的信号不 会对三相三线的正常测量产生不良影响。 另外三相三线模式下.Urmsb寄存器可选择B通道输入信号,也可选择通过内部矢量方式直接计算 Uac有效值。 2.16 能量脉冲输出 两个高频脉冲输出CF1/CF2, 对应关系如下: 脉冲管脚 输出能量 CF1 全波有功电能 PF CF2 全波/基波无功电能 QF
2024-08-20 11:22:18 1.19MB HT7036
1
Octopus: an RDMA-enabled Distributed Persistent Memory File System
2024-05-05 20:59:11 974KB 研究论文
1
This book describes the key concepts, principles and implementation options for creating high-assurance cloud computing solutions. The guide starts with a broad technical overview and basic introduction to cloud computing, looking at the overall architecture of the cloud, client systems, the modern Internet and cloud computing data centers. It then delves into the core challenges of showing how reliability and fault-tolerance can be abstracted, how the resulting questions ca n be solved, and how the solutions can be leveraged to create a wide range of practical cloud applications. The author's style is practical, and the guide should be readily understandable without any special background. Concrete examples are often drawn from real-world settings to illustrate key insights. Appendices show how the most important reliability models can be formalized, describe the API of the Isis2 platform, and offer more than 80 problems at varying levels
2024-03-01 20:58:53 4.88MB 分布式系统
1
Distributed Computing with Python by Francesco Pierfederici AZW3/MOBI/EPUB/PDF 多版本 This book will teach you how to perform parallel execution of computations by distributing them across multiple processors in a single machine, thus improving the overall performance of a big data processing task. We will cover synchronous and asynchronous models, shared memory and file systems, communication between various processes, synchronization, and more.
2023-10-26 06:03:11 15.28MB Distributed Computing Python
1
本书旨在全面介绍因特网及其他常用分布式系统的原理、体系结构、算法和设计,内容涵盖分布式系统的相关概念、安全、数据复制、组通信、分布式文件系统、分布式事务等,以及相关的前沿主题,包括web服务、网格、移动系统和无处不在系统等。   本书素材丰富、内容充实、深入浅出,每章后都有相关的习题,并有配套网站提供本书的学习和教学资源。本书可作为相关专业本科生及研究生的分布式系统课程的教材,也可供广大技术人员参考。
2023-06-08 11:39:34 6.68MB 分布式系统
1
疯狂 软件包go-craq实现了CRAQ(带有分摊查询的链式复制),如。 麻省理工学院许可。 CRAQ是一种复制协议,它允许从任何副本进行读取,同时仍保持强一致性。 CRAQ应该提供比Raft和Paxos更好的读取吞吐量。 读取性能随添加到系统中的节点数量线性增长。 与Raft和Paxos相比,网络颤动明显更低。 了解有关CRAQ的更多信息 +------------------+ | | +-----+ Coordinator | | | | Write | +------------------+ | v +---+----+ +--------+ +--------+
2023-04-09 20:12:47 37KB golang distributed-systems replication databases
1
易数据 EasyData是一个轻量级的数据库库,用于在python中处理复杂的图形数据。 资料库 I.模式 数据库是字典,具有附加的结构。 数据库由模式,对象和属性组成,它们都在符号上相关。 模式定义标签和一组属性,并用于创建新对象。 我们可以定义一个模式来表示空间中的位置: db = Database() db.create_schema('point', ['x', 'y']) 对可以分配给架构属性的可接受值进行一些控制非常有用。 约束是针对给定架构的特定属性分配的命题函数。 我们可以在上面定义的点模式的x和y属性上定义约束。 这些约束确保分配给x或y的任何值都是非负整数。
2023-04-04 09:45:17 40KB python distributed-systems data schema
1
编织 Weave是用Java实现的分布式密钥库,并使用基于RAFT的领导者选举的自定义实现来达成共识。 它被设计为快速,可访问且容错的。 Weave旨在促进原始RAFT论文的目标,包括易懂性。 这就是为什么Weave有充分的文档资料并易于扩展。 它还包括一个基于Python的命令行客户端,以测试和分析密钥存储区的状态。 我们创建Weave的三个主要目标之一是设计: 基于云的环境的容错分布式密钥库 需要共识算法的分布式Java应用程序的RAFT的理想实现 分布式环境中的学术共识的分布式环境 Java文档 您可以在阅读Javadoc。 RAFT共识简介 Diego Ongaro和John Osterhout在论文“寻找可理解的共识算法”中引入了RAFT,它是1990年代Leslie Lamport提出的Paxos共识算法的替代方案。 众所周知,原始Paxos论文难以实施,导致各种行业
1
Distributed Consensus in Multi-vehicle Cooperative
2023-01-13 11:33:44 10.72MB Distributed Consensus multi-agent
1
该系统是使用JAVA RMI技术开发的,具有Socket编程和用于大学项目的多线程。
2022-12-12 19:57:34 14.05MB java socket distributed-systems swing
1