代码搜索:10 是什么?
找到约 10,000 项符合「10 是什么?」的源代码
代码结果 10,000
www.eeworm.com/read/358056/10196799
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/358056/10196815
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/357662/10203461
m 例程10-10.m
% 采用补零的扩展模式(参见dwtmode函数)
% 装载一维尺度信号
load leleccum;
s = leleccum(1:3920);
% 使用db1在第3层进行分解
[c,l] = wavedec(s,3,'db1');
subplot(4,1,1);plot(s);
title('原始信号');
% 从小波分解结构[c,l]中提取1、2及3层的细节系数
[cd1
www.eeworm.com/read/357595/10205192
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]
www.eeworm.com/read/356723/10222113
m fig10_10.m
clear all
eps =0.000001;
var = -01.:0.001:1.;
num = sin((8. * 2. * pi * 1.) .* var);
den = sin((2. * pi * 1.) .* var);
pattern = num ./ den;
maxval = max(abs(pattern));
pattern = abs(pattern ./
www.eeworm.com/read/356085/10237354
m example10_10.m
I1= imread('circles.tif');
imshow(I1);
I2 = bwmorph(I1,'skel',Inf);
imshow(I2)
I3= bwmorph(I1,'thin',Inf);
imshow(I3)
www.eeworm.com/read/280878/10283034
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/280878/10283103
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/425971/10299694
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[