【摘 要】 根据《数据结构》中的二叉树算法,结合事故树算法的特点,提出事故二叉树算法。该算法是对事故树求解算法的有益补充和发展,具有广阔的应用前景和现实意义。 Yu Xiangqian Cai Sijing Abstract On the basis of the algorithm of binary tree in DATA STRUCTURES and the algorithm of fault tree, the algorithm of fault binary tree is put forward. It's an useful compliment and step forawrd of the algorithm of fault tree. It opens up a vast range of application prospects and has practcal significance. 1 前 言 事故树的逻辑结构举例:对应图1的事故二叉树的结点的存储结构如下: 表1 事故二叉树的结点的存储结构 |
第一个 孩 子 |
水平方向 坐 标 |
垂直方向 坐 标 |
结点的 信 息 |
与非门 标 志 |
此结点的 孩子个数 |
此结点的 双 亲 |
此结点的 下一兄弟 |
*fch | hori | verti | *info | gate | chinum | *pare | *nsib |
事故二叉树的结点的存储结构的C语言定义如下:
struct node {
事故二叉树计算机算法.doc
将本文的Word文档下载到电脑
下载失败或者文档不完整,请联系客服人员解决!
|