代码搜索结果

找到约 582,192 项符合 Cortex-M 的代码

ch7_2_2.m

loop_l=1 %设定循环检测次数,这里设为只循环一次 tip_l=1 %设定hough变换的遍历步径 xl=30 %设定线段起始点 xr=60 %设定线段终止点 L=xr-xl M=zeros(1,loop_l) B=zeros(1,loop_l) X=zeros(1,loop_l) for j=1:loop_l colordef white im_in=randn(1

ch5_2_3.m

%%% 5-2-2-3 调用medfilt2(A,[m,n])来实现中值滤波的源程序: clear all; I=imread('E:\temp\pinghualvboyuantu.bmp'); %原图像读入 imshow(I) %原始图像显示 K1=medfilt2(I,[3,3]); %使用3*3模板完成中值滤波 K2=medfilt2(I,[5,5]); %使用5*5模板

san.m

function s=san(t,x1,x2) h=1; hh=(x2-x1)/3; r1=x1; r2=x1+hh; r3=x2-hh; r4=x2; x=[r1 r2 r3 r4]; n=4; M=bigm(x,h,n); if t>=x(1)&t

shili15.m

function shili15 h0=figure('toolbar','none',... 'position',[200 150 450 250],... 'name','实例15'); axis equal m=moviein(20,gcf); set(gca,'nextplot','replacechildren') h=uicontrol('style',

shili61.m

h0=figure('toolbar','none',... 'position',[198 56 450 468],... 'name','实例61'); h1=axes('parent',h0,... 'position',[0.3 0.45 0.5 0.5],... 'visible','off'); [x,y,z,v]=flow; xmin=m

shili28.m

function shili28 h0=figure('toolbar','none',... 'position',[200 150 450 350],... 'name','实例28'); subplot(2,1,1) alpha=90:-10:0; r=ones(size(alpha)); m=alpha*pi/180; n=r*10; [u,v]=pol2

实例28.m

function shili28 h0=figure('toolbar','none',... 'position',[200 150 450 350],... 'name','实例28'); subplot(2,1,1) alpha=90:-10:0; r=ones(size(alpha)); m=alpha*pi/180; n=r*10; [u,v]=pol2

实例61.m

h0=figure('toolbar','none',... 'position',[198 56 450 468],... 'name','实例61'); h1=axes('parent',h0,... 'position',[0.3 0.45 0.5 0.5],... 'visible','off'); [x,y,z,v]=flow; xmin=m

实例15.m

function shili15 h0=figure('toolbar','none',... 'position',[200 150 450 250],... 'name','实例15'); axis equal m=moviein(20,gcf); set(gca,'nextplot','replacechildren') h=uicontrol('style',

san.m

function s=san(t,x1,x2) h=1; hh=(x2-x1)/3; r1=x1; r2=x1+hh; r3=x2-hh; r4=x2; x=[r1 r2 r3 r4]; n=4; M=bigm(x,h,n); if t>=x(1)&t