代码搜索:10 是什么?

找到约 10,000 项符合「10 是什么?」的源代码

代码结果 10,000
www.eeworm.com/read/160248/10550037

m f10_10.m

%装载采集的信号leleccum.mat load leleccum; %将信号中第3600到第3700个采样点赋给s index=1575:1720; s=leleccum(index); %画出原始信号 figure(1); plot(index,s); xlabel('样本序号 n'); ylabel('幅值 A'); %用db3小波进行5层分解 [c,l]=waved
www.eeworm.com/read/160223/10555147

fig fig10-10.fig

www.eeworm.com/read/423304/10571668

cpp alg10-10.cpp

// alg10-10.cpp 归并排序 #include typedef int InfoType; // 定义其它数据项的类型 #include"c9.h" #include"c10-1.h" void Merge(RedType SR[],RedType TR[],int i,int m,int n) { // 将有序的SR[i..m]和SR[
www.eeworm.com/read/423304/10572621

c alg10-10.c

/* alg10-10.c 归并排序 */ #include typedef int InfoType; /* 定义其它数据项的类型 */ #include"c9.h" #include"c10-1.h" void Merge(RedType SR[],RedType TR[],int i,int m,int n) { /* 将有序的SR[i..m]
www.eeworm.com/read/277434/10639414

c 10rkt10.c

#include "stdio.h" #include "10rkt1.c" main() { int i,j; void rkt1f(double,double [],int,double []); double t,h,y[3],z[3][11]; y[0]=-1.0; y[1]=0.0; y[2]=1.0; t=0.0; h
www.eeworm.com/read/277434/10639467

c 10elr10.c

#include "stdio.h" #include "10elr1.c" main() { int i,j; void elr1f(double,double [],int,double []); double y[3],z[3][11],t,h,x; y[0]=-1.0; y[1]=0.0; y[2]=1.0; t=0.0;
www.eeworm.com/read/159191/10681841

htm ex10-10.htm

框架定义示例
www.eeworm.com/read/275837/10793078

c 10rkt10.c

#include "stdio.h" #include "10rkt1.c" main() { int i,j; void rkt1f(double,double [],int,double []); double t,h,y[3],z[3][11]; y[0]=-1.0; y[1]=0.0; y[2]=1.0; t=0.0; h
www.eeworm.com/read/275837/10793113

c 10elr10.c

#include "stdio.h" #include "10elr1.c" main() { int i,j; void elr1f(double,double [],int,double []); double y[3],z[3][11],t,h,x; y[0]=-1.0; y[1]=0.0; y[2]=1.0; t=0.0;
www.eeworm.com/read/420191/10811193

m l10_10.m