代码搜索:pid控制

找到约 10,000 项符合「pid控制」的源代码

代码结果 10,000
www.eeworm.com/read/167102/9980710

inf ftdibus.inf

; FTDIBUS.INF ; Copyright (c) 2000-2004 FTDI Ltd. [Version] signature="$CHICAGO$" Class=USB ClassGUID={36fc9e60-c465-11cf-8056-444553540000} Provider=%FTDI% CatalogFile=ftdibus.cat DriverVer
www.eeworm.com/read/362593/9989785

m chap1_12.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/362593/9989856

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/362170/10014858

inf d12test.inf

[Version] Signature="$CHICAGO$" Class=USB provider=%PHILIPS% LayoutFile=layout.inf [Manufacturer] %MfgName%=Philips [Philips] %USB\VID_0471&PID_0222.DeviceDesc%=D12TEST.Dev, USB\VID_0471&P
www.eeworm.com/read/362170/10014863

inf d12test.inf

[Version] Signature="$CHICAGO$" Class=USB provider=%PHILIPS% LayoutFile=layout.inf [Manufacturer] %MfgName%=Philips [Philips] %USB\VID_0471&PID_0222.DeviceDesc%=D12TEST.Dev, USB\VID_0471&P
www.eeworm.com/read/166481/10018791

h job.h

#ifndef _H_H_JOB #define _H_H_JOB #include #include using namespace std; typedef int PID; int randInt(int low,int high,int base=1);//产生low-high范围内是base整数倍的整数 struct BlockItem
www.eeworm.com/read/166481/10018795

cpp job.cpp

#include"job.h" #include #include #include using namespace std; PID Job::pidIndex=PID(); BlockTable btable;//已分配表 FreeTable ftable; //空闲分区表 int JobSize=3000; int
www.eeworm.com/read/362025/10022099

cpp ta.cpp

//文件ta.cpp #include "iostream.h" #include "ta.h" ta::ta(char*na,int num,char*pid,char s,int y,int m,int d,char*cNO,char*sub,char*pri,char*dep ):graduate(na,num,pid,s,y,m,d,cNO,sub),teacher(na,num,
www.eeworm.com/read/362025/10022111

cpp graduate.cpp

//文件graduate.cpp #include #include #include "graduate.h" #include "fstream.h" graduate::graduate(char*na,int num,char*pid,char s,int y,int m,int d,char*cNO,char*sub):student
www.eeworm.com/read/164288/10119917

hcoff

#!/bin/sh pid=`ps -eaf | grep hcmain | grep -v grep | cut -f1 -d"r"` kill -9 $pid pid=`ps -eaf | grep rs232 | grep -v grep | cut -f1 -d"r"` kill -9 $pid pid=`ps -eaf | grep ping | grep -v grep | cut