皮皮学,免费搜题
登录
搜题
【单选题】
下列关于STP协议Forward Delay的作用说法正确的是?
A.
减少BPDU发送的时间间隔
B.
在Blocking状态和Dsiabled状态转化时需要延时
C.
提高STP的收敛速度
D.
提升BPDU的生存时间,保证配置BPDU可以转发到更多的交换机
E.
防止出现临时性环路
拍照语音搜题,微信中搜索"皮皮学"使用
参考答案:
参考解析:
知识点:
.
..
皮皮学刷刷变学霸
举一反三
【单选题】以下程序中使用了transform对象的哪个成员变量: void Update() { float tiltAroundZ = Input.GetAxis("Horizontal") * tiltAngle; float tiltAroundX = Input.GetAxis("Vertical") * tiltAngle; Quaternion target = Quaternion.Euler...
A.
rotation
B.
tiltAngle
C.
target
D.
deltaTime
【简答题】以下程序中使用了transform对象的哪个成员变量:void Update() { float tiltAroundZ = Input.GetAxis("Horizontal") * tiltAngle; float tiltAroundX = Input.GetAxis("Vertical") * tiltAngle; Quaternion targe...
【单选题】当外界空气露点低于舱内气温时,应进行( )。
A.
排气通风
B.
循环通风
C.
只能干燥通风
D.
无法确定通风方式
【简答题】设 y 为 float 型变量,执行表达式 y=6/5 后的值是_______。
【单选题】有关社区的功能,下列哪项除外
A.
经济生活功能
B.
社会参与功能
C.
社会控制功能
D.
个性化功能
E.
相互支持功能
【单选题】设整型变量i值为2,执行表达式(++i)+(++i)+(++i)后,i的结果是( )
A.
5
B.
12
C.
15
D.
表达式出错
【简答题】以下程序中使用了newParent对象的哪个成员变量: public void SetParent( Object newParent ) { //Makes the Object "newParent" the parent of the Object "player". player.transform.parent = newParent.transform; //...
【简答题】以下程序中使用了Vector3对象的哪些成员变量: void Update() { // Rotate the object around its local X axis at 1 degree per second transform.Rotate(Vector3.right * Time.deltaTime); // ...also rotate around the World'...
【简答题】设a为int型变量,则执行表达式a=36/5%3后,a的值为
【简答题】以下程序中使用了transform对象的哪个成员函数: void Update() { // Rotate the object around its local X axis at 1 degree per second transform.Rotate(Vector3.right * Time.deltaTime); // ...also rotate around the Worl...
相关题目: