• 2021-04-14 问题

    以下程序段的输出结果是(  )。 id='370211200101018956' t=(id[6:10], id[10:12], id[12:14]) date='-'.join(t) print(date)

    以下程序段的输出结果是(  )。 id='370211200101018956' t=(id[6:10], id[10:12], id[12:14]) date='-'.join(t) print(date)

  • 2022-06-03 问题

    定义:令T和S是X上的两个拓扑,称T弱于S(S强于T)若TS.现设T弱于S,令id:X——>X,id(x)=x.以下那句是真的? A: id:(X,T)——>(X,S)是连续的 B: id:(X,S)——>(X,T)是连续的 C: AB都不真

    定义:令T和S是X上的两个拓扑,称T弱于S(S强于T)若TS.现设T弱于S,令id:X——>X,id(x)=x.以下那句是真的? A: id:(X,T)——>(X,S)是连续的 B: id:(X,S)——>(X,T)是连续的 C: AB都不真

  • 2022-06-04 问题

    Must I borrow the book with an ID card? No, you. A: mustn’t B: needn’t C: shouldn’t

    Must I borrow the book with an ID card? No, you. A: mustn’t B: needn’t C: shouldn’t

  • 2022-06-16 问题

    已知如下文法:E→TE’|E’→+TE’|T→FT’T’→*FT’|F→(E)|id则Follow(F)=(). A: {*,+} B: {*,} C: {+,#,)} D: {*,+,#,)} E: {#,)} F: {*,+,#,),id}

    已知如下文法:E→TE’|E’→+TE’|T→FT’T’→*FT’|F→(E)|id则Follow(F)=(). A: {*,+} B: {*,} C: {+,#,)} D: {*,+,#,)} E: {#,)} F: {*,+,#,),id}

  • 2022-07-24 问题

    excited trusted wanted A: /id/ B: /t/ C: /d/

    excited trusted wanted A: /id/ B: /t/ C: /d/

  • 2021-04-14 问题

    构造下面文法的LL(1)分析表。 D→TL T→int|real L→id R R→,id R|ε

    构造下面文法的LL(1)分析表。 D→TL T→int|real L→id R R→,id R|ε

  • 2022-06-15 问题

    下列代码为创建图书视图的代码,请选择所缺少的部分代码。 v_book (barcode,bookname,author,price,booktype) barcode,bookname,author,price,typename FROM tb_bookinfo AS b ,tb_booktype AS t WHERE b.typeid=t.id;

    下列代码为创建图书视图的代码,请选择所缺少的部分代码。 v_book (barcode,bookname,author,price,booktype) barcode,bookname,author,price,typename FROM tb_bookinfo AS b ,tb_booktype AS t WHERE b.typeid=t.id;

  • 2022-06-04 问题

    I won’t let you in you show me your ID card.

    I won’t let you in you show me your ID card.

  • 2022-06-06 问题

    People who haven't got an ID card or passport cannot board the plane.

    People who haven't got an ID card or passport cannot board the plane.

  • 2022-06-05 问题

    create table t(id int not null, a int default 0, b int default 0, c int default 0, primary key(id), key idx_a_b(a, b));下面语句能够利用到索引的是() A: select b from t where a=10; B: select * from t where a=10 and id=100; C: select * from t where a=10 and b>100; D: select * from t where a>10 and b < 100; E: select * from t order by b limit 10;

    create table t(id int not null, a int default 0, b int default 0, c int default 0, primary key(id), key idx_a_b(a, b));下面语句能够利用到索引的是() A: select b from t where a=10; B: select * from t where a=10 and id=100; C: select * from t where a=10 and b>100; D: select * from t where a>10 and b < 100; E: select * from t order by b limit 10;

  • 1 2 3 4 5 6 7 8 9 10