代码搜索结果

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

ga_ex631.m

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

ga_ex622.m

% GA_ex622.m file % Find scaling factors of a Fuzzy control system by using GA % PenChen Chou, 7-30-2001 %**********************************************************/ % User can modify th

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_f33.m

function PI=GA_f33(x) % Fitness max. function evaluation of Example 3-3 % GA_ex33.m file % [Kp Ki Kd] values for a PID control system % PenChen Chou, 7-8-2001 global MIN_offset MUL_factor ROB

ga_ex614c.m

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

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

ps_robot.m

% PS_robot.m file % Find weights and bias of a neural control system by using GA % PenChen Chou, 7-29-2001. 2004/1/8. 2005-4-16. % Modification of mrefrobotarm.mdl of NN toolbox %***************

ga_ex614a.m

% GA_ex614a.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来实现这一功能的。既然它们都是功能一样的文件,为了方便和节约空间让其共享是可行的。 ...

aci_fe.asm

;===================================================================================== ; File name: ACI_FE.ASM ; ; Originator: Digital Control System