代码搜索结果

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

m32_16led.m51

BL51 BANKED LINKER/LOCATER V6.00 04/05/2008 19:56:28 PAGE 1 BL51 BANKED LINKER/LOCATER V6.00, INVOKED BY: C:\KEIL\C51\BIN\BL51.EXE STARTU

chap4_8m1.m

function [u]=chap4_8m1(u1,u2,u3) global s persistent errori error_1 ts=0.001; if u3==0 errori=0; error_1=0; end s=2; %Selecting Signal Type if s==1 %Step Signa

chap4_8m2.m

function [u]=chap4_8m2(u1,u2,u3,u4) global s persistent w x1 x2 x3 w_1 w_2 w_3 N=300; C=5; if u3==0 w=zeros(N+C,1); w_1=w; w_2=w; d_w=w; end alfa=0.04; if s==1

chap4_8m1.m

function [u]=chap4_8m1(u1,u2,u3) global s persistent errori error_1 ts=0.001; if u3==0 errori=0; error_1=0; end s=2; %Selecting Signal Type if s==1 %Step Signa

chap4_8m2.m

function [u]=chap4_8m2(u1,u2,u3,u4) global s persistent w x1 x2 x3 w_1 w_2 w_3 N=300; C=5; if u3==0 w=zeros(N+C,1); w_1=w; w_2=w; d_w=w; end alfa=0.04; if s==1

chap4_8m1.m

function [u]=chap4_8m1(u1,u2,u3) global s persistent errori error_1 ts=0.001; if u3==0 errori=0; error_1=0; end s=2; %Selecting Signal Type if s==1 %Step Signa

chap4_8m2.m

function [u]=chap4_8m2(u1,u2,u3,u4) global s persistent w x1 x2 x3 w_1 w_2 w_3 N=300; C=5; if u3==0 w=zeros(N+C,1); w_1=w; w_2=w; d_w=w; end alfa=0.04; if s==1

bujinchengxu.m51inchengxu.m51

BL51 BANKED LINKER/LOCATER V4.13 07/23/2005 15:59:09 PAGE 1 BL51 BANKED LINKER/LOCATER V4.13, INVOKED BY: D:\KEIL\C51\BIN\BL51.EXE .\BUJI

ssd_compute_m0_matrix.m

function <mark>M</mark>0 = ssd_co<mark>m</mark>pute_<mark>M</mark>0_<mark>m</mark>atrix(I, <mark>m</mark>otion_<mark>m</mark>odel) % % <mark>M</mark>0 = ssd_co<mark>m</mark>pute_<mark>M</mark>0_<mark>m</mark>atrix(I, <mark>m</mark>otion_<mark>m</mark>odel) % % Given the i<mark>m</mark>age I and the <mark>m</mark>otion_<mark>m</mark>odel co<mark>m</mark>putes the % Jacobian <mark>m</mark>atrix of ...

m_chap3_ex1.m

clear % 求解单元 1 的刚度矩阵 x=sym ('x'); L1=sym ('L1'); % 定义x和L1为符号变量 E=3e11; I=5.2e-7; N=[ 1 - 3 * (x^2) / (L1^2) + 2 * (x^3) / (L1^3), x - 2 * (x^2) / L1 + (x^3) / (L1^2),....