3线-8线译码器74LS138电路图如图所示。当输入端A=0、B=0、C=1时,输出Y0和 Y7的状态分别为( )。

A:0、0 B:0、1 C:1、0 D:1、1

方程y"-πy=0的解为()。

A:y=e+e- B:y=c1+e+e- C:y=c1e D:y=c1e+c2e-

方程y′-ytan x=0的通解为()。

A:y=csin x B:y=ccos x C:y=sin x D:y=cos x

方程y′-ytanx=0的通解为()。

A:y=csin x B:y=ccos x C:y=cos x D:y=cos x

方程y"+5y’=0的通解是()。

A:y=(c1+c2x)e-5x B:y=ce-5x C:y=c1+c2e-5x D:y=c1ex+c2e-5x

方程y"-4y'+4=0的解为()。

A:y=ce2x B:y=(c1+c2x)e2x C:y=ce-2x D:y=(c1+c2 x)e-2

方程y"-πy=0的解为()。

A:y=e+e- B:y=c1+e+e- C:y=c1e D:y=c1e+c2e-

下列()项是在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

设函数F(x,y)在(x0,y0)的某邻域有连续的二阶偏导数,且 由方程F(x,y)=0在x0的某邻域确定的隐函数y=y(x),它有连续的二阶导数,且y(x0)=y0,则______.

A:y(x)以x=x0为极大值点 B:y(x)以x=x0为极小值点 C:y(x)在x=x0不取极值 D:(x0,y(x0))是曲线y=y(x)的拐点

如下程序的输出结果是
#include<iostream>
#include<iomanip>
using namespace std;
class CSum
int x,y;
public:
CSum(int x0,int y0):X(x0),y(y0)
friend ostream& operator<<(ostream& os,const CSum& x

A:
os<<setw(5)<<xa.x+xa.y:
return os;


int main( )
CSum y(3,5);
cout<<setfill(’*’)<<8;
cout<<y;
return 0;
A) 88
B:****88 C:****8****8 D:8****8

微信扫码获取答案解析
下载APP查看答案解析