搜索资源列表
fractalanimationpractice
- 几种分形动画制作,包括1.摇摆的分形树,2.生长的sierpinski垫片,3.摇摆的sierpinski垫片,4.旋转的万花筒,5.变形的芦苇-Several fractal animation, including 1. Fractal tree swing, 2. The growth of Sierpinski gasket, 3. Sway the Sierpinski gasket, 4. Rotating kaleidoscope, 5. Deformation reed
8
- 生成规则:以如图8-27n=2所示二叉树为基础,以每个分支为主树干,按照比例递归出另一个二叉树,如图8-27n=3所示。依此类推,便形成了疏密有致的分形树,称为Caley树-Generated rules: in Figure 8-27n = 2 as shown is based on binary tree to each branch of the main trunk, in accordance with the proportion of another recursive bina
Fault-Tree
- 求故障树的 1)对偶树; 2)最小割级和最小路集; 3)假定底事件的故障概率已知,求顶事件发生的概率; 4)求底事件的结构重要度、概率重要度和关键重要度。-Seeking Fault Tree 1) dual tree 2) minimum cut level and minimal path sets 3) It is assumed that the end of the event of the failure probability known, find the p
2-3Tree
- 利用C++实现2-3树,课程作业,仅供参考(Implementation of the 2-3 tree)