皮皮学,免费搜题
登录
搜题
【单选题】
Zhang Hua is clever and works hard at his lessons. __________ .
A.
So is Li Ming
B.
So does Li Ming
C.
It was the same with Li Ming
D.
So it is with Li Ming
拍照语音搜题,微信中搜索"皮皮学"使用
参考答案:
参考解析:
知识点:
.
..
皮皮学刷刷变学霸
举一反三
【单选题】在以下哪种情况下,线程进入就绪状态?
A.
线程调用了sleep()方法时
B.
线程调用了join()方法
C.
线程调用了yield()方法时
D.
线程调用了notify()方法
【判断题】《红楼梦》文本中正面描写的“风月宝鉴”既是指镜子,又是指《红楼梦》这部书。
A.
正确
B.
错误
【单选题】根据三端式集成稳压电路7805的型号可以得知,其输出( )。
A.
是+5V电压
B.
是-5V电压
C.
电流是5A
D.
电压和电流要查产品手册才知道
【简答题】有以下程序: include <fstream> include <string> using namespace std; int main () { char ch[] = 'The end'; ofstream outstr( 'd://put.txt', ios_base: :app); for (int i = 0; i < strlen( ch ); i++ ) outstr.put(...
【单选题】根据三端式集成稳压电路7805的型号可以得知,其输出( )。
A.
是+5V电压
B.
是-5V电压
C.
电流是7A
D.
电压和电流要查产品手册才知道
【单选题】有以下程序 #include <iostream> #include <string> using namespace std; class base { private: char baseName[10]; public: base() { strcpy(baseName,'Base'); } virtual char *myName() { return baseName; } char *...
A.
Derived Base
B.
Base Base
C.
Derived Derived
D.
Base Derived
【简答题】若有以下程序: include<iostream> using namespace std; class TestClass 1 { public: TestClass1() { X=0; } int x; }; class TestClass2:virtual public TestClass1 { public: TestClass2() { x=10; } }; class TestClas...
【单选题】有以下程序 #include<iostream> #include<string> using namespace std; class base { private: charbaseName[10]; public: base() { strcpy(baseName,'Base'); } virtual char*myName() return baseName; } char *classN...
A.
Derived Base
B.
Base Base
C.
Derived Derived
D.
Base Derived
【单选题】根据三端式集成稳压电路 7805的型号可以得知,其输出( )。
A.
( A)电压是+5V
B.
( B)电压是一5V
C.
( C)电流是5A
D.
( D)电压和电流要查产品手册才知道
【单选题】在以下哪种情况下,线程进入就绪状态
A.
线程调用了sleep()方法时
B.
线程调用了join()方法时
C.
线程调用yield()方法时
D.
线程调用了notify()方法时
相关题目: