网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)

如下程序的运行结果是【9】。

CLEAR

STORE 100 TO x1 x2

SET UDFPARMS TO VALUE

DO p4 WITH x1,(X2)

?x1.x2

*过程p4

PROCEDURE p4

PARAMETERS x1,X2

STORE x1+1 TO x1

STORE x2+1 TO x2

ENDPROC


参考答案

更多 “ 如下程序的运行结果是【9】。CLEARSTORE 100 TO x1 x2SET UDFPARMS TO VALUEDO p4 WITH x1,(X2)?x1.x2*过程p4PROCEDURE p4PARAMETERS x1,X2STORE x1+1 TO x1STORE x2+1 TO x2ENDPROC ” 相关考题
考题 已知x1(t)和x2(t)的傅里叶变换分别为X1(f)和X2(f),则卷积x1(t)*x2(t)的傅里叶变换为()。 A、X1(f)X2(f)B、X1(f)*X2(f)C、X1(-f)X2(-f)D、X1(-f)*X2(-f)

考题 一个队列的入队序列是a,b,x1,x2,c,d,则队列的出队序列是()。 A、a,b,x1,x2,c,dB、x2,x1,d,c,b,aC、a,d,x2,x1,c,bD、x1,x2,c,d,a,b

考题 若有以下程序:includeusing namespaces std;class A{public: A(){} A(int i) {xl=i; 若有以下程序: #include<iostream> using namespaces std; class A { public: A(){} A(int i) { xl=i; } void dispa() { cout<<"x1="<<x1<<","; } private: int x1; }; class B:public A { public: B(){} B(int i):A(i+10) { x2=i; } void dispb() { dispa(); cout<<"x2="<<x2<<endl; } private: int x2; }; int main{) { B b(2); b.dispb(): return 0; } 程序运行后的输出结果是A.x1=10,x2=2B.x1=12,x2=10C.x1=12,x2=2D.x1=2,x2=2

考题 若有以下程序:includeusing namespaces std;class A{public:A(){}A(int i){x1=i; } v 若有以下程序: #include<iOStream> using namespaces std; class A { public: A(){} A(int i) { x1=i; } void dispa() { cout<<"X1="<<x1<<",": } private; int x1; }; class B:public A { public: B(){} B(int i):A(i+10) { x2=i; } void dispb() { dispa(); cout<<"x2="<<x2<<end1; } private: int x2; }; . int main() { B b(2); b.dispb() return 0; } 程序运行后的输出结果是( )。A.x1=10,x2=2B.x1=12,x2=10C.x1=12,x2=2D.x1=2,x2=2

考题 若有以下程序:include using namespaces std;class A {public: A(){} A(int i) {x1=i 若有以下程序: #include <iostream> using namespaces std; class A { public: A(){} A(int i) { x1=i; } void dispa() { cout<<'x1="<<x1<<","; } private: int x1; }; class B: public A { public: B(){} B(int i):A(i+10) { x2=i; } void dispb() { dispa(); cout<<"x2="<<x2<<end1; } private: int x2; }; int main() { B b(2); b.dispb(): return 0; } 程序运行后的输出结果是A.x1=10,x2=2B.x1=12,x2=10C.x1=12,x2=2D.x1=2,x2=2

考题 若有以下程序:include using namespace std;class A{public:A() { }A(int i){x1=i;}v 若有以下程序: #include <iostream> using namespace std; class A { public: A() { } A(int i) { x1=i; } void dispa0 { cout<<"x1="<<x1<<","; } private: int x1; }; class B: public A { public: B() { } B(int i):A(i+10) { x2=i; } void dispb() { dispa(); cout<<"x2="<<x2<<endl; } private: int x2; }; int main() { B b(2); b.dispb(); return 0; } 程序运行后的输出结果是( )。A.x1=10,x2=2B.x1=12,x2=10C.x1=12,x2=2D.x1=2,x2=2

考题 一个关系模式为Y(X1,X2,X3,X4),假定该关系存在如下函数依赖:(X1,X2)→X3、X2→x4,则该关系的码为______。A.X1B.X2C.(X1,X2)D.(X1,X2,X3,X4)

考题 16、若X~U[-a, a](a>0), X1,X2,...Xn是来自X的样本, 则a的极大似然估计是A.max{X1,X2,...Xn}B.max{|X1|,|X2|,...|Xn|}C.min{|X1|,|X2|,...|Xn|}D.min{X1,X2,...Xn}

考题 若X~U[-a, a](a>0), X1,X2,...Xn是来自X的样本, 则a的极大似然估计是A.max{X1,X2,...Xn}B.max{|X1|,|X2|,...|Xn|}C.min{|X1|,|X2|,...|Xn|}D.min{X1,X2,...Xn}