代码搜索:pid控制
找到约 10,000 项符合「pid控制」的源代码
代码结果 10,000
www.eeworm.com/read/448839/7525029
~63~ unit1.pas.~63~
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ExtCtrls, ActiveX, ComObj, DBCtrls;
type
TForm1 = class(TForm
www.eeworm.com/read/448839/7525038
~62~ unit1.pas.~62~
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ExtCtrls, ActiveX, ComObj;
type
TForm1 = class(TForm)
Bu
www.eeworm.com/read/448839/7525044
~61~ unit1.pas.~61~
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ExtCtrls, ActiveX, ComObj;
type
TForm1 = class(TForm)
Bu
www.eeworm.com/read/448620/7529034
c exec.c
/*===========================================================================
Copyright (c) 1998-2000, The Santa Cruz Operation
All rights reserved.
Redistribution and use in source and binary f
www.eeworm.com/read/444890/7603753
org- 77169.org-
╭═══════════════╮
║ 华夏黑客同盟 ║
╭══════┤ http://www.77169.com ├══════╮
║ ║ http://www.77169.org ║ ║
www.eeworm.com/read/444605/7610955
c mainclient.c
#include "fifo.h"
int
main(int argc, char **argv)
{
int readfifo, writefifo;
size_t len;
ssize_t n;
char *ptr, fifoname[MAXLINE], buff[MAXLINE];
pid_t pid;
/* 4create FIFO with our PID as pa
www.eeworm.com/read/444331/7613785
m chap7_4.m
clear all;
close all;
nl_pid0=[0 0 0];
options=[1 0.01 0.01];
nl_pid=lsqnonlin('chap7_4f1',nl_pid0,options)
www.eeworm.com/read/444331/7613848
m chap2_8.m
%PID Controler (2001/9/6)
close all;
ts=0.25;
sys=tf(1,[10,2,0]);
dsys=c2d(sys,ts,'z');
[num,den]=tfdata(dsys,'v');
u_1=0;u_2=0;
y_1=0;y_2=0;
x=[0,0,0]';
error_1=0;
for k=1:1:1000
www.eeworm.com/read/444331/7613868
m chap1_20.m
%PID Controler with Partial differential
clear all;
close all;
ts=20;
sys=tf([1],[60,1],'inputdelay',80);
dsys=c2d(sys,ts,'zoh');
[num,den]=tfdata(dsys,'v');
u_1=0;u_2=0;u_3=0;u_4=0;u_5=0;