实用标准文案 #include "stdio.h" #include "stdlib.h" #include "time.h" #include "math.h" /* inpoints 为输入神经元个数可改变 outpoints 为输出神经元个数 defaultpoints 为隐层神经元个数 datagrough 为样本数据个数 * * 以下数据定义可以修改 */ #define A 0 #d