代码搜索结果
找到约 10,000 项符合
9 的代码
example9_9.csproj
Debug
p9_9.m
% P9_9.M Compare the magnitude of FFT of two sine waves ( 20 Hertz vs. 19 Hertz)
% N number of samples
% If N samples of the |FFT| are plotted, there will be a symmetry
% about the frequency
ch9_9.cpp
//*********************
//** ch9_9.cpp **
//*********************
#include
double* fn(const double* pd)
{
static double ad=32;
ad+=*pd;
cout
prog9_9.java
public class Prog9_9
{
public static void main(String argv[])
{
MyObject obj = new MyObject(5);
System.out.println(obj);
}
}
prog9_9.java
public class Prog9_9
{
public static void main(String argv[])
{
MyObject obj = new MyObject(5);
System.out.println(obj);
}
}
ex9_9.m
clear all;
close all;
clc
azi_num=2000;
fr=1000;
lamda0=0.05;
sigmav=1.0;
sigmaf=2*sigmav/lamda0;
rand('state',sum(100*clock));
d1=rand(1,azi_num);
rand('state',7*sum(100*clock)+3);
d2=rand
ex9_9.m
clear all;
close all;
clc
azi_num=2000;
fr=1000;
lamda0=0.05;
sigmav=1.0;
sigmaf=2*sigmav/lamda0;
rand('state',sum(100*clock));
d1=rand(1,azi_num);
rand('state',7*sum(100*clock)+3);
d2=rand
prog9_9.java
public class Prog9_9
{
public static void main(String argv[])
{
MyObject obj = new MyObject(5);
System.out.println(obj);
}
}
prog9_9.java
public class Prog9_9
{
public static void main(String argv[])
{
MyObject obj = new MyObject(5);
System.out.println(obj);
}
}
ch9_9.cpp
//*********************
//** ch9_9.cpp **
//*********************
#include
double* fn(const double* pd)
{
static double ad=32;
ad+=*pd;
cout