代码搜索:pid控制
找到约 10,000 项符合「pid控制」的源代码
代码结果 10,000
www.eeworm.com/read/443683/7628724
mht 计算机控制技术 - google 图书搜索.mht
From:
Subject: =?gb2312?B?vMbL47v6v9jWxry8yvUgLSBHb29nbGUgzbzK6cvRy/c=?=
Date: Sun, 14 Dec 2008 02:16:33 +0800
MIME-Version: 1.0
Content-Type: multipart/related;
www.eeworm.com/read/443041/7639211
cs booktype.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace Model
{
public class BookType
{
int id;//类别编号
public int Id
{
get
www.eeworm.com/read/442956/7641112
inf ch341wdm.inf
; CH341WDM.INF
; Driver for CH341 (USB=>EPP/I2C/SPI... chip) V2.1
; WDM/DLL for Windows 98/Me/2000/XP
; Copyright (C) W.ch 2001-2008
;
[Version]
Signature = "$Chicago$"
Class = WCH
Class
www.eeworm.com/read/442757/7645300
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/442757/7645363
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/442757/7645398
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;
www.eeworm.com/read/441132/7675466
init sshd.init
#! /bin/bash
#
# $Id: sshd.init,v 1.3 2001/11/03 19:09:33 tim Exp $
#
### BEGIN INIT INFO
# Provides:
# Required-Start: $network
# Required-Stop:
# Default-Start: 3 4 5
# Default-Stop: 0 1 2 6
# De
www.eeworm.com/read/440759/7681993
m inmin01.m
function [Gc,Kp,Ti,Td]= inmin01(PID,vars)
% 使用积分最小准则计算PID参数
% usage :[Gc,Kp,Ti,Td]= inmin01(PID,vars);
% 其中PID = 1 2 3 分别对应三种调节方式 vars为一阶惯性环境
% 模型的K T \tau 参数
% Gc 返回矫正器传函
K = vars(1); T =