摘要: 定义 概率密度函数 期望和方差 参考: https://zh.wikipedia.org/wiki/%E4%BC%BD%E7%8E%9B%E5%88%86%E5%B8%83 阅读全文
posted @ 2020-11-25 23:45 模糊计算士 阅读(951) 评论(0) 推荐(0)
摘要: 代码: #include <stdio.h> #include <stdlib.h> // 假设元素最多有 MaxDigit 个关键字, 基数全是同样的 Radix #define MaxDigit 4 #define Radix 10 typedef int ElementType; // 桶元素 阅读全文
posted @ 2020-11-25 18:53 模糊计算士 阅读(446) 评论(0) 推荐(0)