摘要:
//代码:测试类Demo_Student public Demo_Student{ public static void main(String [] args){ Student s = new Student(); s.show(); } } //学生类 Student class Studen 阅读全文
摘要:
数学中常见的arg min,arg max 是什么意思 arg 是变元(即自变量argument)的英文缩写 arg min 就是使后面这个式子到达最小值时的变量的取值 arg max 就是使后面这个式子到达最大值时的变量的取值 例如 函数F(x,y): arg min F(x,y)就是指当F(x, 阅读全文