【单选题】已知f 1 (t)=tε(t),f 2 (t)=ε(t)-ε(t-2)试求y(t)=f 1 (t)*f 2 (t-1)*δ’(t-2)
A.
(t-3)u(t-3)-(t-5)u(t-5)
B.
(t-2)u(t-2)-(t-5)u(t-5)
C.
(t-3)u(t-3)-(t-4)u(t-4)
D.
(t-3)u(t-2)-(t-5)u(t-3)
【简答题】设{Y(t)=tX(t),t∈T},其中{X(t),t∈T}为随机过程,且m Y (t),R X (t 1 ,t 2 )已知。试求随机过程Y(t)的均值函数m Y (t)与自协方差函数C Y (t 1 ,t 2 )。
【单选题】下面程序输出的是()public class Animal{ int age=9; public Animal(int age){ this.age=age; } public static void main(String args[]){ Animal animal=new Animal(); System.out.println(animal.age); }}A....
【多选题】旅游团在某地迅留时间缩短时,应当优先保证的景点是
【单选题】具有莨菪酸结构的特征定性鉴别反应的是( )
【单选题】由y(t) =-xꞌ(t)+5 x(t), xꞌꞌ(t)-xꞌ(t) = f(t)可得
A.
-yꞌ(t)+5yf(t)=fꞌꞌ(t)-fꞌ(t)
B.
yꞌ(t)+5yf(t)=fꞌꞌ(t)-fꞌ(t)
C.
yꞌꞌ(t)-yꞌ(t) = -fꞌ(t)+5 f(t)
D.
yꞌꞌ(t)-yꞌ(t) = fꞌ(t)+5 f(t)
【单选题】在C#中,下列代码的运行结果是( )。 public class Teacher { public int age; public Teacher(int age) { this.age=age; } public void ChangeAge(int age) { age++; } public void ChangeAge(Teacher tea) { tea.age++; } public ...
【单选题】如果要查找单链表中的第 i 个元素,应该从( )开始进行查找。