The new law does not land used for farming. 查看更多

 

題目列表(包括答案和解析)

以下是用Scilab編寫的程序,輸出a,b的含義是________________.

a=input(“please give the first number”)

b=input(“please give the second number”)

while a<>b

   if a>=b

    a=a-b;

   else

    b=b-a;

  end

end

print(%io(2),a,b)

查看答案和解析>>

以下是用Scilab編寫的程序,輸出ab的含義是________________

a=input(please give the first number)

b=input(please give the second number)

while a<>b

   if a=b

    a=ab;

   else

    b=ba;

  end

end

print(io(2),a,b)

查看答案和解析>>

設函數(shù)f(x)=
1
3
x-lnx(x>0),則y=f(x)(  )
A、在區(qū)間(
1
e
,1),(l,e)內均有零點
B、在區(qū)間(
1
e
,1),(l,e)內均無零點
C、在區(qū)間(
1
e
,1)內無零點,在區(qū)間(l,e)內有零點
D、在區(qū)間(
1
e
,1)內有零點,在區(qū)間(l,e)內無零點

查看答案和解析>>

一只小蜜蜂在一個棱長為3的正方體內自由飛行,若蜜蜂在飛行過程中始終保持與正方體6個表面的距離均大于1,稱其為“安全飛行”,則蜜蜂“安全飛行”的概率為( 。
A、
8
27
B、
1
27
C、
26
27
D、
15
27

查看答案和解析>>

對于非零向量
m
,
n
,定義運算“#”:
m
#
n
=|
m
|•|
n
|sinθ
,其中θ為
m
n
的夾角.有兩兩不共線的三個向量
a
,
b
,
c
,下列結論:
①若
a
#
b
=
a
#
c
,則
b
=
c
;②
a
#
b
=
b
#
a

③若
a
#
b
=0
,則
a
b
;④(
a
+
b
)#
c
=
a
#
c
+
b
#
c
;
a
#
b
=(-
a
)#
b

其中正確的個數(shù)有(  )
A、1個B、2個C、3個D、4個

查看答案和解析>>


同步練習冊答案