若y2(x)是线性非齐次方程y′+P(z)y=Q(x)的解,y1(x)是对应的齐次方程y′+P(x)y=0的解,则下列函数中哪一个是y′+P(z)y=Q(x)的解?()
A:y=cy1(x)+y2(x) B:y=y1(x)+c2y2(x) C:y=c[y1(x)+y2(x)] D:y=c1y(x)-y2(x)
下列()项是在D=(x,y)|x2+y2≤1,x≥0,y≥0)上的连续函数f(x,y),且f(x,y)=3(x+y)+16xy
。
A:f(x,y)=3(x+y)+32xy B:f(x,y)=3(x+y)-32xy C:f(x,y)=3(x+y)-16xy D:f(x,y)=3(x+y)+16xy
设z=eusinv,而u=xy,v=x+y,则
为()。
A:exy[xsin(x+y)-cos(x+y)] B:exy[xsin(x+y)+cos(x+y)] C:exy[xsinxy+cos(x+y)] D:exy[ysin(x+y)+xcos(x+y)]
下列()项是在D=(x,y)|x2+y2≤1,x≥0,y≥0)上的连续函数f(x,y),且f(x,y)=3(x+y)+16xy
。
A:f(x,y)=3(x+y)+32xy B:f(x,y)=3(x+y)-32xy C:f(x,y)=3(x+y)-16xy D:f(x,y)=3(x+y)+16xy
下列()项是在D={(x,y)|x2+y2≤1,x≥0,y≥0)上的连续函数f(x,y),且f(x,y)=3(x+y)+16xy。
A:f(x,y)=3(x+y)+32xy B:f(x,y)=3(x+y)-32xy C:f(x,y)=3(x+y)-16xy D:f(x,y)=3(x+y)+16xy
下列()项是在D=(x,y)|x2+y2≤1,x≥0,y≥0上的连续函数f(x,y)且f(x,y)=3(x+y)+16xy
。
A:f(x,y)=3(x+y)+32xy B:f(x,y)=3(x+y)-32xy C:f(x,y)=3(x+y)-16xy D:f(x,y)=3(x+y)+16xy
对于任意两个随机变量X和Y,若E(XY)=E(X)E(Y),则
A:D(XY)=D(X)D(Y). B:D(X+Y)=D(X)+D(Y). C:X和Y相互独立. D:X和Y不相互独立.
对于任意两个随机变量X和Y,若E(XY)=E(X)E(Y),则______.
A:D(XY)=D(X)D(Y) B:D(X+Y)=D(X)+D(Y) C:X和Y独立 D:X和Y不独立
程序段如下,当发生Form_Click事件时,窗体上输出的结果是( )。
Option Explicit
Private x As Integer
Public y As Integer
Sub Test( )
Dim y as integer
x=2:y=2
Print"x1=";x;"y1=";y
End Sub
Private Sub Form_Click( )
x=1:y=1
Test
Print "X2=";x;"y2=";y
End Sub
A:x1=2 y1=2
x2=2 y2=1 B:x1=2 y1=2
x2=2 y2=2 C:x1=2 y1=1
x2=2 y2=2 D:x1=2 y1=1
x2=2 y2=1
程序段如下,当发生Form_Click事件时,窗体上输出的结果是( )。 Option Explicit Private x As Integer Public y As Integer Sub Test( ) Dim y as integer x=2:y=2 Print"x1=";x;"y1=";y End Sub Private Sub Form_Click( ) x=1:y=1 Test Print "X2=";x;"y2=";y End Sub
A:x1=2 y1=2 x2=2 y2=1 B:x1=2 y1=2 x2=2 y2=2 C:x1=2 y1=1 x2=2 y2=2 D:x1=2 y1=1 x2=2 y2=1