代码搜索:pid控制

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

代码结果 10,000
www.eeworm.com/read/143133/12896057

php editpost.inc.php

www.eeworm.com/read/329752/12935671

c forkdemo2.c

/* forkdemo2.c - shows how child processes pick up at the return * from fork() and can execute any code they like, * even fork(). Predict number of lines of output. */
www.eeworm.com/read/329652/12943193

c child1.c

#include #include #include #include #include #include #include int tprintf (const char*fmt, ...); //void waitch
www.eeworm.com/read/329652/12943199

c callexec.c

#include #include #include #include #include #include #include int tprintf (const char*fmt, ...); int main(vo
www.eeworm.com/read/142002/12972901

m heat.m

%% HEAT is a GUI dynamic simulation of a heat exchanger. %% %% It is an educational tool and a source of inspiration. %% %% Given physical paramaters (inlet temperatures, heat capacities ...) %%
www.eeworm.com/read/141782/12984769

dp2 minid_20050711.dp2

MiniD_20050711.o: E:\PMax\单片机源代码\新建文件夹\函数库\MiniD/Minid.h C:/icc/include/iom48v.h C:/icc/include/macros.h E:/PMax/单片机源代码/函数库/PID/PIDCALC.h
www.eeworm.com/read/141782/12984787

h pidcalc.h

/***************************************************************** * 文件名: PID.c * 版本号: * 创作日期: 2005.7.12 * 作者: Wangzq * 功能说明: PID增量式算法 * 其它说明: ******
www.eeworm.com/read/141782/12984793

_h pidcalc._h

/***************************************************************** * 文件名: PID.c * 版本号: * 创作日期: 2005.7.12 * 作者: Wangzq * 功能说明: PID增量式算法 * 其它说明: ******
www.eeworm.com/read/141782/12984798

dp2 pidcalc.dp2

PIDCALC.o: C:\DOCUME~1\niutao\MYDOCU~1\永磁电机\平缝机\新建文件夹\函数库\PID\PIDCALC.h D:\iccv7avr\include\iom88v.h D:\iccv7avr\include\macros.h
www.eeworm.com/read/329002/12989914

txt test11_7.txt

#include #include #include #define LINESIZE 1024 int main(void) { int n, fd[2]; pid_t pid; char line[LINESIZE]; if(pipe(fd)