代码搜索结果
找到约 521,473 项符合
Control System 的代码
reinf2_20.m
%%%%%%%%%%% Reinforcement Problem 2.20 %%%%%%%%%%
% Discrete-Time Control Problems using %
% MATLAB and the Control System Toolbox %
% by J.H. Chow, D.K. Frederick, & N.W. Chbat %
reinf2_5.m
%%%%%%%%%%% Reinforcement Problem 2.5 %%%%%%%%%%%
% Discrete-Time Control Problems using %
% MATLAB and the Control System Toolbox %
% by J.H. Chow, D.K. Frederick, & N.W. Chbat %
reinf2_6.m
%%%%%%%%%%% Reinforcement Problem 2.6 %%%%%%%%%%%
% Discrete-Time Control Problems using %
% MATLAB and the Control System Toolbox %
% by J.H. Chow, D.K. Frederick, & N.W. Chbat %
reinf2_4.m
%%%%%%%%%%% Reinforcement Problem 2.4 %%%%%%%%%%%
% Discrete-Time Control Problems using %
% MATLAB and the Control System Toolbox %
% by J.H. Chow, D.K. Frederick, & N.W. Chbat %
reinf3_15.m
%%%%%%%%%% Reinforcement Problem 3.15 %%%%%%%%%%%
% Discrete-Time Control Problems using %
% MATLAB and the Control System Toolbox %
% by J.H. Chow, D.K. Frederick, & N.W. Chbat %
mp4_1.m
% Chapter 4: Feedback Control System Characteristics
% MP4.1, p. 227
%
num=[5]; den=[1 2 25];
axis([0 6 0 1]);
t=[0:0.1:6];
step(num,den,t)
mp4_1.m
% Chapter 4: Feedback Control System Characteristics
% MP4.1, p. 227
%
num=[5]; den=[1 2 25];
axis([0 6 0 1]);
t=[0:0.1:6];
step(num,den,t)
mp3.txt
This is a simulate system for the mp3 player including main control system and volume control system.
For the main control system, it’s a state machine with 6 states, 2 control flags and 3 outputs.
compositecontrol.cs
using System;
using System.Web.UI;
namespace WroxControls
{
public class CompositeControl : Control
{
protected override void CreateChildControls()
{
LiteralContr
compositecontrol.cs
using System;
using System.Web.UI;
namespace WroxControls
{
public class CompositeControl : Control
{
protected override void CreateChildControls()
{
LiteralContr