模式识别感知器算法C++写的

#include <iostream> #include <cstdio> using namespace std; const int maxn = 100+5; int C; int N1,N2; int x[maxn][2]; int arr[maxn<<1][4];//记录输入的点变化以后的点 int s[3];//记录各点坐标的乘积 int w[4]; int num = 1; int
相关文章
相关标签/搜索