摘要: //program 14.10.1.cpp 派生类和赋值运算符 #include <iostream> using namespace std; class CBase { int a; public: CBase(int a_=0) :a(a_) { cout << "constructor_of 阅读全文
posted @ 2023-05-16 22:50 xuchaoxin1375 阅读(24) 评论(0) 推荐(0)
摘要: refs 参考经典机器学习资料西瓜书 主要符号 x x x:标量 x \boldsymbol{x} x:向量(注意是 x x x的粗体形式) x \mathbf{x} x:变量集(正粗体) A \mathbf{A} A:矩阵(正粗体) I \mathbf{I} I:单位阵(正粗体) χ \chi χ 阅读全文
posted @ 2023-05-16 10:54 xuchaoxin1375 阅读(26) 评论(0) 推荐(0)