皮皮学,免费搜题
登录
搜题
【单选题】
编程计算下面的分段函数,根据从键盘输入的x值,在屏幕上输出y值。 程序代码如下,为完成以上功能,请将第13行标号处缺少的代码填写完整。 #include "stdio.h" #include "math.h" int main() { int x; double y; printf("Input x: "); scanf("%d", &x); // 输入一个整数 if (x > 0) { y = exp(-x); //如果大于0,计算y=exp(-x)的值 } _____________ { y = 1; //x=0,则y=1 } else { y = -exp(x); //x<0,则y=-exp(x) } printf("y=%f\n", y); return 0; }
A.
else if x == 0
B.
if x = 0
C.
if x == 0
D.
else if x = 0
拍照语音搜题,微信中搜索"皮皮学"使用
参考答案:
参考解析:
知识点:
.
..
皮皮学刷刷变学霸
举一反三
【单选题】Some firms have cut workers’pay below the level set in their contract, a _______ that is illegal in Germany.
A.
habit
B.
tradition
C.
practice
D.
training
【单选题】Ad man Rosser Reeves believes that firms should develop a USP for each brand and stick to it. For what does USP stand?
A.
unique selling proposition
B.
universally strategic practice
C.
unique services practice
D.
unique sales pitch
E.
unique selling product
【单选题】在商业广播电视图像信号中,广泛应用的线性调制是 ( ) 。
A.
VSB
B.
DSB-SC
C.
AM
D.
SSB
【简答题】相同情况下,AM、DSB-SC、SSB、VSB、FM这5种调制系统中,有效性最好的是_______,有效性最差的是_______,可靠性最好的是______。
【单选题】下列选项中,属于非线性调制的是( )。
A.
AM 和 DSB-SC
B.
SSB 和 VSB
C.
FM 和 PM
D.
AM 和 FM
【单选题】It is stated in the passage that__________.
A.
the United States is the first country to practice public relations
B.
some public relations firms have only one person
C.
there are more public relations firms in the U.S. than in any other place in the world
D.
a large percentage of employees in public relations work in profit-oriented sectors.
【判断题】AM, DSB-SC, SSB, VSB can use coherent demodulation.
A.
正确
B.
错误
【判断题】为了提高AM系统的调制效率,可采用DSB-SC调制;为了提高DSB-SC系统的有效性,可采用SSB调制;SSB设备复杂,存在技术难点,而VSB调制的滤波器较容易设计。
A.
正确
B.
错误
【判断题】DSB-SC、常规AM、SSB、及VSB系统的系统增益均是解调增益的一半。
A.
正确
B.
错误
【判断题】DSB-SC、常规AM、SSB、及VSB系统的系统增益均是解调增益的一半。
A.
正确
B.
错误
相关题目: