代码搜索结果

找到约 521,473 项符合 Control System 的代码

ga_fpid.asv

function PI=ga_fpid(x) % GA_ex33.m file % [Kp Ki Kd] values for a PID control system global MIN_offset MUL_factor LOCUS x_data y_data Skp Ski Skd MDL Emin Skp=x(1);Skd=x(2);Ski=x(3); [T X Y]=si

ga_ex33.asv

% GA_ex33.m file % [Kp Ki Kd] values for a PID control system % PenChen Chou, 7-8-2001 %**********************************************************/ % User can modify the following in blo

ga_ex671.m

% GA_ex671.m file % [Kp Ki Kd] values for a PID control system % PenChen Chou, Aug. 17, 2001 %**********************************************************/ % User can modify the following

leaddesign.m

function Lead=LeadDesign(Kp,Kv,PM,plant); %% Use of a simple lead to compensate for a control system. %% See P.696 of Nise's Control Systems Engineering, %% Wiley, 3rd Edition, 2000. %% For Examp

ga_ex614.m

% GA_ex614.m file % Find weights and bias of a NN control system by using GA % PenChen Chou, 7-29-2001 %**********************************************************/ % User can modify the

双系统共用虚拟内存.txt

双系统共用虚拟内存   虚拟内存的设置,不能不涉及到页面文件。所谓页面文件,它的功能是将一部分硬盘空间设置为虚拟内存,从而扩大了可用“内存”空间,以此来满足程序的运行要求。Win9x通常是利用安装目录中的Win386.swp这个交换文件来实现虚拟内存的创建,WinNT则是利用Pagefile.sys来实现这一功能的。既然它们都是功能一样的文件,为了方便和节约空间让其共享是可行的。 ...

ga_ex33.m

% GA_ex33.m file % [Kp Ki Kd] values for a PID control system % PenChen Chou, 7-8-2001 %**********************************************************/ % User can modify the following in blo

ga_ex651.m

% GA_ex651.m file % Find scaling factors of a Fuzzy control system by using GA % PenChen Chou, 8-6-2001 %**********************************************************/ % User can modify the

ga_ex641.m

% GA_ex641.m file % Find scaling factors of a Fuzzy control system by using GA % PenChen Chou, 8-5-2001 %**********************************************************/ % User can modify the

ga_robot.m

% GA_robot.m file % Find weights and bias of a NN control system by using GA % PenChen Chou, 7-29-2001 %**********************************************************/ % User can modify the fo