代码搜索:PID
找到约 10,000 项符合「PID」的源代码
代码结果 10,000
www.eeworm.com/read/127382/14357163
c devzero.c
#include
#include
#include
#include "ourhdr.h"
#define NLOOPS 1000
#define SIZE sizeof(long) /* size of shared memory area */
static int update(long *)
www.eeworm.com/read/127372/14357724
h unistd.h
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
include/unistd.h
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
www.eeworm.com/read/126977/14391054
c hal.c
/*
**===========================================================================
** HAL.C
**---------------------------------------------------------------------------
** Copyright (c) 1997, 2001
www.eeworm.com/read/227048/14442428
m chap4_7b.m
%Fuzzy PID Control
close all;
clear all;
a=readfis('fuzzpid'); %Load fuzzpid.fis
ts=0.001;
sys=tf(5.235e005,[1,87.35,1.047e004,0]);
dsys=c2d(sys,ts,'tustin');
[num,den]=tfdata(dsys,'v');
www.eeworm.com/read/227046/14442899
m chap2_8f.m
%PID Controler Based on Ziegler-Nichols
clear all;
close all;
ts=0.25;
sys=tf(1,[10,2,0]);
dsys=c2d(sys,ts,'z');
[num,den]=tfdata(dsys,'v');
axis('square'),zgrid('new');
figure(1);
rloc
www.eeworm.com/read/227020/14443728
c 这是一个minigui 最简单的 服务器 ,如果需要可以自己扩展:).c
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/225665/14526668
m chap2_8f.m
%PID Controler Based on Ziegler-Nichols
clear all;
close all;
ts=0.25;
sys=tf(1,[10,2,0]);
dsys=c2d(sys,ts,'z');
[num,den]=tfdata(dsys,'v');
axis('square'),zgrid('new');
figure(1);
rloc
www.eeworm.com/read/225498/14538083
ini umptool.ini
[0804]
MPToolMain=.\LangFiles\ChineseZH.lang
[0404]
MPToolMain=.\LangFiles\ChineseTW.lang
[0409]
MPToolMain=.\LangFiles\EnglishUS.lang
[RELEASE]
VERSION = V4.02_060904
[SPECIAL]
;STRING =
www.eeworm.com/read/124442/14567681
c base.c
/*
* linux/fs/proc/base.c
*
* Copyright (C) 1991, 1992 Linus Torvalds
*
* proc base directory handling functions
*/
#include
#include
#include