代码搜索:M
找到约 10,000 项符合「M」的源代码
代码结果 10,000
www.eeworm.com/read/437574/7745675
m m10q1001.m
function val = m10Q1001(F10, F01)
%------------------------------------------------------------------------------
%
% Integrates interpolated gridfunction {F10 U F01} times x,
% interpolation is assum
www.eeworm.com/read/297455/8017300
m receiver_stimulus_5m.m
clc;
clear all;
fid = fopen('new_receiver.vec','w');
if fid==-1
disp('Couldn''t open file new_receiver.vec for writing');
end
ts=20;%clock period
points=1000;%sample points
%globle
fp
www.eeworm.com/read/296933/8069417
m51 lmd-m80.m51
BL51 BANKED LINKER/LOCATER V5.12 05/20/2007 10:14:34 PAGE 1
BL51 BANKED LINKER/LOCATER V5.12, INVOKED BY:
D:\KEIL\C51\BIN\BL51.EXE .\down
www.eeworm.com/read/296933/8069531
m51 donload-m80.m51
BL51 BANKED LINKER/LOCATER V5.12 07/12/2007 08:53:54 PAGE 1
BL51 BANKED LINKER/LOCATER V5.12, INVOKED BY:
D:\KEIL\C51\BIN\BL51.EXE .\down
www.eeworm.com/read/296477/8101377
m m4_6_3.m
%m4_6_3.m
y1=simout(:, 1); % 取出阶跃信号形成向量y1
y2=simout(:, 2); % 取出系统响应信号形成向量y2
plot(tout, y1, 'k', tout, y2, 'k' ); % 绘图
axis([0 15 -0.5 1.5]); % 调整坐标范围
grid;
www.eeworm.com/read/296477/8101385
m m4_5_2.m
%m4_5_2
plot(tout,simout,'k'); % 绘图
axis([0 30 -1 2]); % 调整坐标范围
grid; % 画坐标网线
xlabel('时间');
www.eeworm.com/read/296477/8101395
m m4_6_5.m
%m4_6_3.m
y1=simout(:, 1); % 取出阶跃信号形成向量y1
y2=simout(:, 2); % 取出系统响应信号形成向量y2
plot(tout, y1, 'k', tout, y2, 'k' ); % 绘图
axis([0 15 0.3 0.7]); % 调整坐标范围
grid;
www.eeworm.com/read/333652/12666789
m chap7_15m.m
function [u]=pid_aw1f1(u1,u2,u3,u4)
e=u2;
un=u3;
us=u4;
M=2;
switch M
case 1 %PID
u=e;
case 2 %Anti-windup PID
umin=0;
umax=10;
ua=(umin+umax)/2;
if
www.eeworm.com/read/246998/12693498
m chap7_15m.m
function [u]=pid_aw1f1(u1,u2,u3,u4)
e=u2;
un=u3;
us=u4;
M=2;
switch M
case 1 %PID
u=e;
case 2 %Anti-windup PID
umin=0;
umax=10;
ua=(umin+umax)/2;
if
www.eeworm.com/read/332725/12739727