代码搜索结果
找到约 12,494 项符合
PID 的代码
showmount.c
#include
#include
#include
#include
#include
showmount(char *host)
{
time_t timev, timecheck;
pid_t pid;
time(&timev);
pid = fork();
if (pid != 0)
restart.c
#include "cgilib.h"
int main()
{
int pid;
if ((pid=vfork())
optimalpidtuning.m
%% Learning PID Tuning III: Performance Index Optimization
% Most PID tuning rules are based on first-order plus time delay
% assumption of the plant hence cannot ensure the best control performance
optimpid.m
function [C,fval]=optimPID(G,ctype,idx)
% OPTIMPID Optimal PID tuning based on integral performance criteria
%
% [C,fval]=optimPID(G,ctype,idx) returns the optimal PID paraters based on
% specifi
process.py
import os
import sys
ret = os.fork()
if ret == 0:
sys.stdout.write('Child pid is %d\n' % (os.getpid()))
else:
os.wait()
sys.stdout.write('Parent pid is %d\n' % (os.getpi
pid.mdl
Model {
Name "PID"
Version 6.0
GraphicalInterface {
NumRootInports 4
Inport {
Name "Kp"
}
Inport {
Name "e"
}
Inport {
pid.c
#include
#include "pid.h"
#include "cry1602.h" //包含液晶操作函数
//============================PID运算子程序=====================================
//函数说明:主要用于PI运算,通过给定和反
pvcounter.js
var Q = "http://counter.sina.com.cn/pvcounter?pid=";
function request_pvcounter(){
var request_url = Q;
var elem = document.getElementsByTagName("span");
for( i=0; i