智利大地震发生于()。 A: A.1906. 4.18 B: B.1995. 1.17 C: C.1960. 5.21 D: D.1976. 7.28
智利大地震发生于()。 A: A.1906. 4.18 B: B.1995. 1.17 C: C.1960. 5.21 D: D.1976. 7.28
人工智能的第一个浪潮是() A: 1936—1946 B: 1946—1956 C: 1956—1976 D: 1976—1986
人工智能的第一个浪潮是() A: 1936—1946 B: 1946—1956 C: 1956—1976 D: 1976—1986
对于如下的结构体定义,若对变量person的出生年份进行赋值,正确的赋值语句是( ).struct date{int year,mouth,day;};struct worklist{char name[20];char sex;struct date birthday;} person; A: year=1976; B: person.birthday.year=1976; C: birthday.year=1976; D: person.year=1976;
对于如下的结构体定义,若对变量person的出生年份进行赋值,正确的赋值语句是( ).struct date{int year,mouth,day;};struct worklist{char name[20];char sex;struct date birthday;} person; A: year=1976; B: person.birthday.year=1976; C: birthday.year=1976; D: person.year=1976;
文化大革命时期是()。 A: 1968 年-1976 年 B: 1966 年-1976 年 C: 1968 年-1977 年 D: 1966 年-1977 年
文化大革命时期是()。 A: 1968 年-1976 年 B: 1966 年-1976 年 C: 1968 年-1977 年 D: 1966 年-1977 年
The man was born ________the 24th of June 1976 A: in B: on C: at D: of
The man was born ________the 24th of June 1976 A: in B: on C: at D: of
下列颜色空间中,不是均匀颜色空间的是()。 A: CIE 1931RGB B: CIE 1976 LAB C: CIE 1960UCS D D: CIE 1976 LUV
下列颜色空间中,不是均匀颜色空间的是()。 A: CIE 1931RGB B: CIE 1976 LAB C: CIE 1960UCS D D: CIE 1976 LUV
1976——1983年是第()代PLC。
1976——1983年是第()代PLC。
某C语言结构体的定义如下。 struct date int year, month, day; ; struct worklist char name[20]; char sex; struct date birthday; person; 若对变量person的出生年份进行赋值,正确的赋值语句是 (33) 。 A: year=1976 B: birthday. year=1976 C: person. year=1976 D: person. birthday. year=1976
某C语言结构体的定义如下。 struct date int year, month, day; ; struct worklist char name[20]; char sex; struct date birthday; person; 若对变量person的出生年份进行赋值,正确的赋值语句是 (33) 。 A: year=1976 B: birthday. year=1976 C: person. year=1976 D: person. birthday. year=1976
设有一结构体类型变量定义如下: struct date { int year; int month; int day; }; struct worker { char name[20]; char sex; struct date birthday; }w1; 若对结构体变量w1的出生年份进行赋值,下面正确的赋值语句是( )。 A: year=1976 B: irthday.year=1976 C: w1.birthday.year=1976 D: w1.year=1976
设有一结构体类型变量定义如下: struct date { int year; int month; int day; }; struct worker { char name[20]; char sex; struct date birthday; }w1; 若对结构体变量w1的出生年份进行赋值,下面正确的赋值语句是( )。 A: year=1976 B: irthday.year=1976 C: w1.birthday.year=1976 D: w1.year=1976
设有一结构体类型变量定义如下:struct date{ int year; int month; int day;};struct worklist{ char name[20]; char sex; struct date birthday;}person;若对结构体变量person的出生年份进行赋值时,下面正确的赋值语句是________ A: year=1976 B: birthday.year=1976 C: person.birthday.year=1976 D: person.year=1976
设有一结构体类型变量定义如下:struct date{ int year; int month; int day;};struct worklist{ char name[20]; char sex; struct date birthday;}person;若对结构体变量person的出生年份进行赋值时,下面正确的赋值语句是________ A: year=1976 B: birthday.year=1976 C: person.birthday.year=1976 D: person.year=1976