皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【简答题】
下列的代数系统(G,*)哪些构成群?如是群给出其单位元以及每个元素的逆元素. (1)G={1,10)    *是按模11的乘法. (2)G={1,3,4,5,9)    *是按模11的乘法. (3)G=Q    *是通常的加法. (4)G=Q    *是通常的乘法. (5)G=I    *是通常的减法.
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【单选题】社团举办活动可以寻求学校有关部门的经费支持。在报经院团委批准后,也可以接受社会赞助。赞助款项主要用于补偿活动正常支出,剩余部分()留存社团,用于社团自身建设使用,剩余部分()上交院团委社团部,用于调剂、平衡其它社团使用。
A.
70% 30%
B.
60% 40%
C.
75% 25%
D.
65% 35%
【简答题】如下程序的输出结果是______。 include<iostream> using namespace std; class pumpkin{ public: pumpkin( ){++count;} ~pumpkin( ){--eount;} static void total_count( ){cout<<count<<'pumpkin(s)'<<endl;} private: static ...
【单选题】如下程序的输出结果是 #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& xA) { os<<setw(5...
A.
88
B.
****88
C.
****8****8
D.
8****8
【单选题】第一个发现的癌基因是
A.
myb
B.
abl
C.
myc
D.
src
E.
erb
【单选题】第一个发现的癌基因是
A.
myb
B.
abl
C.
myc
D.
src
【简答题】外浮顶油罐浮盘上主要有哪些附件?
【单选题】如下程序的输出结果是 #include<iostream> using namespace std; class Test{ public: Test( ){n+=2;} ~Test( ){n-=3;} static int getNum( ){return n;} private: static int n; }; int Test::n=1; int main( ){ Test*P=new T...
A.
n=0
B.
n=1
C.
n=2
D.
n=3
【单选题】如下程序的输出结果是 #include<lostream> #include<cstring> using namespace std; class XCD{ char*a; int b; public: XCD(char*aa,int bB) { a=new char[strlen(aA) +1]; strcpy(a,aA) ; b=bb; } char*Geta( ){return a;} i...
A.
12
B.
16
C.
14
D.
11
【简答题】已知如下程序的输出结果是23,请将画线处缺失的部分补充完整。 include <iostream> using namespace std; class MyClass { public: void Print() const { cout << 23; } }; int main() { MyClass* p = new MyClass(); 【 】.Print(); return 0; }
【单选题】如下程序的输出结果是 #include<iostream> using namespace std; class A{ public: A( ){cout<<'A';} }; class B{public:B( ){cout<<'B';}}; class C:public A{ B b; public: C( ){cout<<'C';} }; int main( ){C obj;return 0;...
A.
CBA
B.
BAC
C.
ACB
D.
ABC
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题