代码搜索:PID

找到约 10,000 项符合「PID」的源代码

代码结果 10,000
www.eeworm.com/read/130564/14185230

txt 双积分系统最短时间控制.txt

2 矩阵A: 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 矩阵B: 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 矩阵△: 0 0 0 0 0
www.eeworm.com/read/130564/14185232

txt 一级倒立摆k=-60 -30 110 20 pid=10 .5 .2 .txt

4 矩阵A: 0 1 0 0 0 0 0 -.1818 2.6727 0 0 0 0 0 0 1 0 0 0 -.4545 31.1818 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 矩阵B: 0 0 0 0 0 0 0 1.8182 0 0 0 0 0 0 0 0 0 0 0 0 0 4.5455 0 0 0 0 0 0 0 0
www.eeworm.com/read/129978/14215431

c save.c

#include #include #include #include #include #include #include #include #include #include
www.eeworm.com/read/129978/14215432

txt 介绍.txt

研二上写的关于电机驱动的程序 用PID算法作速度控制 实时内核下的编程 其中save.c与用户态通讯用,savedata.c将电机码盘读出并进行PID控制处理!
www.eeworm.com/read/129469/14240187

sql v_takeout.sql

USE Stock GO CREATE VIEW dbo.v_takeout AS SELECT p.Pid, SUM(t.Pnum) AS SumNum, SUM(t.Pnum * t.Pprice) AS SumPrice FROM dbo.Product p INNER JOIN dbo.TakeOut t ON p.Pid = t.Pid GROU
www.eeworm.com/read/129469/14240203

sql v_storein.sql

USE Stock GO CREATE VIEW dbo.v_storein AS SELECT p.Pid, SUM(i.Pnum) AS SumNum, SUM(i.Pnum * i.Pprice) AS SumPrice FROM dbo.Product p INNER JOIN dbo.StoreIn i ON p.Pid = i.Pid GROU
www.eeworm.com/read/231176/14249578

map main_8c_a10_cgraph.map

base referer rect $main_8c.html#a14 166,6 235,32 rect $main_8c.html#a15 107,56 294,83 rect $main_8c.html#a26 119,107 282,134 rect $pid_8c.html#a0 166,158 235,184 rect $main_8c.html#a13 140,208 260,235
www.eeworm.com/read/231176/14249624

map stdint_8h__dep__incl.map

base referer rect $main_8c.html 121,5 183,32 rect $pid_8c.html 127,56 177,83
www.eeworm.com/read/230276/14294777

inf umpusbxp.inf

;****************************************************************************** ;* COPYRIGHT (C) 2002 TEXAS INSTRUMENTS INCORPORATED. ;* ALL RIGHTS RESERVED. ONLY USE WITH TEXAS INSTRUMENTS SILI
www.eeworm.com/read/127382/14356925

c lock.c

#include "calld.h" typedef struct { char *line; /* points to malloc()ed area */ /* we lock by line (device name) */ pid_t pid; /* but unlock by process ID */ /* pid of 0 means ava