代码搜索:pid控制
找到约 10,000 项符合「pid控制」的源代码
代码结果 10,000
www.eeworm.com/read/284951/8881599
frm pid.frm
VERSION 5.00
Begin VB.Form Form1
BackColor = &H00C0C0C0&
Caption = "Simple PID Loop Simulator - Industrial Level Control ... mlseim@mmm.com"
ClientHeight = 7020
www.eeworm.com/read/284951/8881602
vbw pid.vbw
Form1 = 88, 88, 613, 528, Z, 22, 22, 547, 462, C
instructions = 0, 0, 0, 0, C, 66, 66, 591, 506, C
www.eeworm.com/read/284951/8881604
vbp pid.vbp
Type=Exe
Form=pid.frm
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#..\..\..\..\WINNT\system32\stdole2.tlb#OLE Automation
Form=instructions.frm
IconForm="Form1"
Startup="Form1"
ExeNa
www.eeworm.com/read/284951/8881605
exe pid.exe
www.eeworm.com/read/284948/8881630
txt pid.txt
基于bp神经网络pid控制程序
%BP based PID Control
clear all;
close all;
xite=0.25;
alfa=0.05;
S=2; %Signal type
IN=4;H=5;Out=3; %NN Structure
if S==1 %Step Signal
wi=[-0.6394 -0.2696 -
www.eeworm.com/read/384154/8893618
exe pid.exe
www.eeworm.com/read/284656/8911630
h pid.h
/**************************************************************************
* 函数库说明:PID 调节函数 *
* 版本: v1.0
www.eeworm.com/read/427873/8915513
mdl pid.mdl
Model {
Name "Subsys"
Version 6.5
MdlSubVersion 0
GraphicalInterface {
NumRootInports 0
NumRootOutports 0
ParameterArgumentNames ""
ComputedModelVers
www.eeworm.com/read/426914/8991586
asm pid.asm
;定义各标志位和存储单元
;-------------------------------------------------------------
00E0_ZF BIT 7FH
E_ZF BIT 7EH
E0_E1_ZF BIT 76H
KEY_T BIT 7DH
DIS_T BIT 7CH
CAIY_T BIT 7BH
PID_T BIT 7AH
K1_1