代码搜索结果

找到约 10,000 项符合 7 的代码

7-7.m

%例程77 自适应信号分离器 %自适应信号分离器 t=0:1/10:400; s=sin(2*pi*t/10); %周期信号 x=awgn(s,15); D=50;%延迟 r=[zeros(1,D),x]; %信号延迟D x=[x zeros(1,D)]; N=5

7-7.txt

/* 范例:7-7 */ #include int main() { int a; int b; int *ptr; /* 定义指针变量,这里的星号间接运算符 (*)并不作“依址操作”动作 */ a = 5; b = a; ptr = &b; /* 变量b的地址,赋值给指针变量ptr */ /* 下面是把a、b、ptr

7-7.c

#include main() { int i; for(i=125;i

7_7.cpp

#include #include using namespace std; class TwoDShape // 二维图形类 { double width,height; public: TwoDShape(double w, double h) { width = w; height = h; } //构造函数. v

7-7.c

#include main() { int i; for(i=125;i