- 博客(2)
- 收藏
- 关注
原创 Java中List接口与Map接口的使用
1.List接口 1)Student.java (主要的是List接口当中需要使用) package lx.com.entity; public class Student { private String number; private String name; /** * */ public Student() { super(); // TODO Auto-generated constructor stub } /** * @param number *
2021-10-14 23:18:48
234
原创 [Error] expected primary-expression before ‘=‘ token错误
我的代码: #include<stdio.h> #include<math.h> double f(int n,double a[],double x); int main() { int n = 5; double a[n] = {1,2,3,4,5}; double X = 3; printf("%lf",f(n,a,X)); return 0; } double f(int n,double a[],double x) { int i; double p
2021-08-30 23:17:44
6630
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人