代码搜索结果
找到约 521,473 项符合
Control System 的代码
ga_ex34.m
% GA_ex34.m file
% [Kp Ki Kd] values for a digital PID control system
% PenChen Chou, 7-10-2001
%**********************************************************/
% User can modify the followi
ga_ex372.m
% GA_ex372.m file
% [Kp Ki Kd] values for a PID control system
% PenChen Chou, Aug. 17, 2001
%**********************************************************/
% User can modify the following
heat_pid.m
function heat_pid
% PID control computation for the heater control system
heatglbl % Global definitions
% The 'next-state'is maintained as a separate variable so that the
% initialization can
双系统共用虚拟内存.txt
双系统共用虚拟内存
虚拟内存的设置,不能不涉及到页面文件。所谓页面文件,它的功能是将一部分硬盘空间设置为虚拟内存,从而扩大了可用“内存”空间,以此来满足程序的运行要求。Win9x通常是利用安装目录中的Win386.swp这个交换文件来实现虚拟内存的创建,WinNT则是利用Pagefile.sys来实现这一功能的。既然它们都是功能一样的文件,为了方便和节约空间让其共享是可行的。
...
advance in control system and implementation with modern compu.ps
%!PS-Adobe-3.0
%%Creator: Windows PSCRIPT
%%Title: Microsoft Word - J_UESTC6.DOC
%%BoundingBox: 18 23 577 819
%%DocumentNeededResources: (atend)
%%DocumentSuppliedResources: (atend)
%%Pages: (a
lincon.m
% ---------------------------------- LINCON.M --------------------------------
%
% Program for simulating a control system based on the instantaneous
% linearization technique. An "approxima
release
Release Notes
Neural Network Based
Control System Design
Toolkit
Version 1.0
Department of Automation, Technical University of Denmark, May 31, 1996
The toolkit has been modified to comp
dipsource.m
% Samuel Barnes 5 March 04
% Control System and Simulation for the twin-pendulum system.
clear all;
%User Set Parameters
freq = 115; %Hertz Sample Freq
T = 1/fre
jetdemo.m
echo on
% This file demonstrates MATLAB's ability for classical control system
% design by going through the design of a YAW DAMPER for a Jet Transport
% aircraft.
echo off
% Copyright (c) 19
ctrldemo.m
echo on
clc
echo off
% Copyright (c) 1986-93 by the MathWorks, Inc.
echo on
% This demo shows the use of some of the control system design
% and analysis tools available in MATLAB.
%
pause % S