代码搜索:Loop
找到约 10,000 项符合「Loop」的源代码
代码结果 10,000
www.eeworm.com/read/480687/6659861
asm leddsq.asm
ORG 0000H
AJMP START
ORG 000BH ;定时器0的中断向量地址
AJMP TIME0 ;跳转到真正的定时器程序处
ORG 30H
START: MOV P1,#0FFH ;关所有灯
MOV 30H,#00H ;
MOV TMOD,#00000001B ;
www.eeworm.com/read/480891/6663268
c ex_freqc.c
/////////////////////////////////////////////////////////////////////////
//// EX_FREQC.C ////
//// Counts the 'zero' crossings of an input sign
www.eeworm.com/read/479910/6682979
m fig7_64.m
% Figure 7.64 Feedback Control of Dynamic Systems, 4e
% Franklin, Powell, Emami
%
% Robust Servo Example
%% Example 7.27; Figure 7.64
clf;
F=[0 1; 0 -1];
G=[0;1];
www.eeworm.com/read/479910/6683007
m fig7_63.m
% Figure 7.63 Feedback Control of Dynamic Systems, 4e
% Franklin, Powell, Emami
%
% Robust Servo Example
%% Example 7.27; Figure 7.63
clf;
F=[0 1; 0 -1];
G=[0;1];
www.eeworm.com/read/479910/6683033
m fig7_62.m
% Figure 7.62 Feedback Control of Dynamic Systems, 4e
% Franklin, Powell, Emami
%
% Robust Servo Example
%% Example 7.27; Figure 7.62
clf;
clear all;
F=[0 1; 0 -1
www.eeworm.com/read/479910/6683142
m fig7_60.m
% Figure 7.60 Feedback Control of Dynamic Systems, 4e
% Franklin, Powell, Emami
%
% Robust Servo Example
%% Example 7.27; Figure 7.60
clf;
F=[0 1; 0 -1];
G=[0;1
www.eeworm.com/read/479910/6683232
m fig6_48.m
% Fig. 6.48 Feedback Control of Dynamic Systems, 4e
% Franklin, Powell, Emami
%
clear all;
close all;
num=0.01*[20 1];
den=[1 0 0]+[0 num];
w=logspace(-3,1,100);
[m,p]=bode(
www.eeworm.com/read/479910/6683254
m fig6_47.m
% Fig. 6.47 Feedback Control of Dynamic Systems, 4e
% Franklin, Powell, Emami
%
clear all;
close all;
num=[20 1];
den=[1 0 0];
w=logspace(-3,1,100);
[m,p]=bode(num,den,w);
www.eeworm.com/read/479910/6683266
m fig7_61.m
% Figure 7.61 Feedback Control of Dynamic Systems, 4e
% Franklin, Powell, Emami
%
% Robust Servo Example
%% Example 7.27; Figure 7.61
clf;
F=[0 1; 0 -1];
G=[0;1
www.eeworm.com/read/479310/6691546
txt bpsk.txt
%% bpsk simulation
clear all;
close all;
max_loop=1*10^2;
size=20; %% number of bits
x=[0:10];
for ebn0=0:10
totalerror=0;
for loop=1:max_loop
signal=randint(1,size); %signal generation
%bps