代码搜索:PID

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

代码结果 10,000
www.eeworm.com/read/208214/4994936

m calculateoutput.m

function [<mark>pid</mark>, u] = calculateOutput(<mark>pid</mark>, r, y) % Calculate <mark>PID</mark> output. <mark>pid</mark>.e = r - y; <mark>pid</mark>.D = <mark>pid</mark>.Td/(<mark>pid</mark>.N*<mark>pid</mark>.h+<mark>pid</mark>.Td)*<mark>pid</mark>.D + <mark>pid</mark>.N*<mark>pid</mark>.K*<mark>pid</mark>.Td/(<mark>pid</mark>.N*<mark>pid</mark>.h+<mark>pid</mark>.Td)*(<mark>pid</mark>.e ...
www.eeworm.com/read/192259/8391062

c wait1.c

#include #include #include "ourhdr.h" int main(void) { pid_t pid; int status; if ( (pid = fork()) < 0) err_sys("fork error"); else if (pid == 0) /* chi
www.eeworm.com/read/291779/8396007

c sys.c

/* passed * linux/kernel/sys.c * * (C) 1991 Linus Torvalds */ #include #include // 错误号头文件。包含系统中各种出错号。(Linus 从minix 中引进的)。 #include // 调度程序头文件,定义了任务结构task_stru
www.eeworm.com/read/291779/8396586

c sys.c

/* * linux/kernel/sys.c * * (C) 1991 Linus Torvalds */ #include // 错误号头文件。包含系统中各种出错号。(Linus 从minix 中引进的)。 #include // 调度程序头文件,定义了任务结构task_struct、初始任务0 的数据, // 还有一些有关描述符参数设
www.eeworm.com/read/291498/8412474

c exit.c

/* * linux/kernel/exit.c * * (C) 1991 Linus Torvalds */ #include #include #include #include #include #include
www.eeworm.com/read/191936/8415497

c xscreensaver-comm.c

/* Ogle - A video player * Copyright (C) 2000, 2001 Bj鰎n Englund, H錵an Hjort * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public
www.eeworm.com/read/291252/8431716

c exit.c

/* * linux/kernel/exit.c * * (C) 1991 Linus Torvalds */ #include #include #include #include #include #include
www.eeworm.com/read/390191/8479052

c dparent.c

/* -*- c-file-style: "java"; indent-tabs-mode: nil; fill-column: 78; -*- * * distcc -- A simple distributed compiler system * * Copyright (C) 2002, 2003, 2004 by Martin Pool * *
www.eeworm.com/read/189219/8484083

c wait1.c

#include #include #include "ourhdr.h" int main(void) { pid_t pid; int status; if ( (pid = fork()) < 0) err_sys("fork error"); else if (pid == 0) /* child */ exit
www.eeworm.com/read/289838/8523449

txt 说明.txt

利用SPCE061A集成的ADC 直接将采集到的模拟信号转化为数字信号,为了保证转换的精度, 在数据处理方面采用16 次平滑滤波;在控制方面采用数字<mark>PID</mark> 控制方案,控制效果十分理想;在进 行数据处理的同时将当前的温度结果直接通过USB 接口传送至上位PC,可以直接在PC 端观察温度的变化曲线,并根据需要进行相应的数据分析和处理。 ...