代码搜索结果
找到约 10,000 项符合
7 的代码
example7_7b.m
% 比例积分控制
Kp=1;Ti=[0.7:0.1:1.5];
for i=1:length(Ti)
Gc=tf(Kp*[1,1/Ti(i)],[1,0]);
G_c=feedback(G*Gc,1);
step(G_c),hold on
end
axis([0,20,0,2])
example7_7c.m
% 比例、积分、微分
Kp=1;Ti=1;Td=[0.1:0.2:2];
for i=1:length(Td)
Gc=tf(Kp*[Ti*Td(i),Ti,1]/Ti,[1,0]);
G_c=feedback(G*Gc,1);step(G_c),hold on
end
axis([0,20,0,2.6])
fig7_7b.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Figure 7.7(b)
% Gerry Tian 11/29/98
% Updated by K. Bell 1/30/04
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
clear all
close all
N=10;
SNR=10.^([0:10:30]/10);
INR=10
xt7-7-2.txt
#include
using namespace std;
#define NULL 0
struct student
{long num;
float score;
student *next;
};
int n;
student *del(student *head,long num)
{student *p1,*p2;
d7r7.dpr
program D7R7;
uses
Forms,
Unit1 in 'Unit1.pas' {Form1},
Unit2 in 'Unit2.pas';
{$R *.RES}
begin
Application.Initialize;
Application.CreateForm(TForm1, Form1);
Application.Run
d7r7.dof
[Compiler]
A=1
B=0
C=1
D=1
E=0
F=0
G=1
H=1
I=1
J=1
K=0
L=1
M=0
N=1
O=1
P=1
Q=0
R=0
S=0
T=0
U=0
V=1
W=0
X=1
Y=1
Z=1
ShowHints=1
ShowWarnings=1
UnitAliases=WinTypes=Windows;
d7r7.cfg
-$A+
-$B-
-$C+
-$D+
-$E-
-$F-
-$G+
-$H+
-$I+
-$J+
-$K-
-$L+
-$M-
-$N+
-$O+
-$P+
-$Q-
-$R-
-$S-
-$T-
-$U-
-$V+
-$W-
-$X+
-$YD
-$Z1
-cg
-AWinTypes=Windows;WinProcs=Windows;Dbi
d7r7.txt
implementation
//PROGRAM D7R7
//Driver for routine FLEG
uses
unit2;
{$R *.DFM}
procedure TForm1.Button1Click(Sender: TObject);
const
s1='%10.4f'; s2='%5.2f';
NVAL = 5; NPOLY = 5; DX =
cntr_7t7.tdf
--lpm_counter DEVICE_FAMILY="Cyclone" lpm_direction="UP" lpm_width=11 clock data q sload
--VERSION_BEGIN 4.1 cbx_cycloneii 2004:05:18:11:27:16:SJ cbx_lpm_add_sub 2004:06:23:12:24:04:SJ cbx_lpm_compar