代码搜索结果

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

examp9_9.m

syms x y; f=x^2+x*y/3; P=int(int(f,x,0,1/2),y,0,1/2)

ch9_9.cpp

//********************* //** ch9_9.cpp ** //********************* #include double* fn(const double* pd) { static double ad=32; ad+=*pd; cout

algo9-9.cpp

// algo9-9.cpp 检验bo9-7.cpp的程序 #include"c1.h" #define NULLKEY 0 // 0为无记录标志 #define N 10 // 数据元素个数 typedef int KeyType; // 设关键字域为整型 struct ElemType // 数据元素类型 { KeyType key; int ord;

9-9-2.pas

PROGRAM P99table(INPUT,OUTPUT); VAR a,b,c:integer; BEGIN FOR a:=1 to 9 do Begin for b:=1 to a do begin c:=a*b; write(c:3) end;

9-9-3.pas

PROGRAM P99table(INPUT,OUTPUT); VAR a,b,c:integer; BEGIN writeln; FOR a:=1 to 9 do Begin for b:=1 to 9 do begin c:=a*b; write(a:3,

algo9-9.cpp

// algo9-9.cpp 检验bo9-7.cpp的程序 #include"c1.h" #define NULLKEY 0 // 0为无记录标志 #define N 10 // 数据元素个数 typedef int KeyType; // 设关键字域为整型 struct ElemType // 数据元素类型 { KeyType key; int ord;

9-9-2.m

%构建训练样本中的输入向量p p1=[-0.0909 0.4825 0.9580 0.6643 0.0350 -0.6224; -0.1408 0.3944 0.9718 0.7183 0.0423 -0.6620; -0.2500 0.1250 0.9688 0.5000 0.0000 -0.0625; -0.2984 0.3037 -0.7801 0.0419 -0.3665 -0.8

fig9_9.m

% Figures 9.9 & 9.10 % DFT of two complex freqencies clf clear colordef(1,'black') M = 64; % FFT size bin = 0:1:M-1; % FFT bins f = [ 10 16 ]; % bin frequencies of complex phasors