代码搜索:PID
找到约 10,000 项符合「PID」的源代码
代码结果 10,000
www.eeworm.com/read/156067/5613148
m samplercode.m
function [exectime, data] = samplercode(seg, data)
switch seg,
case 1,
y = ttAnalogIn(data.yChan); % Read process output
ttTryPost('Samples', y); % Put sample in mailbox
ttCreateJob('pid_ta
www.eeworm.com/read/156067/5613152
m servo_init.m
function servo_init
% PID-control of a DC servo process.
%
% This example shows four ways to implement a periodic controller
% activity in TrueTime. The task implements a standard
% PID-controller to
www.eeworm.com/read/154890/5631252
c list.c
/*
* Copyright (c) 2003 Century Software, Inc. All Rights Reserved.
*
www.eeworm.com/read/154890/5632184
cpp kprocctrl.cpp
/* This file is part of the KDE libraries
Copyright (C) 1997 Christian Czezakte (e9025461@student.tuwien.ac.at)
This library is free software; you can redistribute it and/or
modify it und
www.eeworm.com/read/152843/5659816
c slirp_user.c
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include "user_ut
www.eeworm.com/read/152843/5660014
c process_kern.c
/*
* Copyright (C) 2002 Jeff Dike (jdike@karaya.com)
* Licensed under the GPL
*/
#include "linux/sched.h"
#include "linux/slab.h"
#include "linux/ptrace.h"
#include "linux/proc_fs.h"
#include "li
www.eeworm.com/read/152843/5660064
c helper.c
/*
* Copyright (C) 2002 Jeff Dike (jdike@karaya.com)
* Licensed under the GPL
*/
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/152843/5660065
c start_up.c
/*
* Copyright (C) 2000, 2001, 2002 Jeff Dike (jdike@karaya.com)
* Licensed under the GPL
*/
#include
#include
#include
#include
#include
#inc
www.eeworm.com/read/475897/6768543
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/474482/6810012
h saacproto_lserver.h
#ifndef _LSERVER_H
#define _LSERVER_H
#include "version.h"
#ifdef _LOCK_SERVER
#define _DEFLSCONNECT
#ifndef BOOL
#define BOOL int
#define TRUE 1
#define FALSE 0
#endif
enum {
LS_PORT = 0,
LS_LA