代码搜索结果
找到约 10,000 项符合
PID 的代码
repository
ecos/packages/hal/arm/pid/current/include/pkgconf
int.vgtest
prog: int
cleanup: rm -f vgcore.pid*
feedforw
---------------------------------------------------------------
OVERVIEW OF FILES ASSOCIATED WITH SIMULATION OF PID-CONTROLLERS
OPTIMIZED WITH
other calls2.txt
ptrace
SYNOPSIS
int ptrace(int request, int pid, int addr, int data);
PARAMETERS
request: [in] the kind of request.
pid: [in] target task.
addr: [in] the address where to perform peek
other calls2.txt
ptrace
SYNOPSIS
int ptrace(int request, int pid, int addr, int data);
PARAMETERS
request: [in] the kind of request.
pid: [in] target task.
addr: [in] the address where to perform peek
productform.jbx
[PropertyInfo]
arrProd,String[],false,false,pid,pid,true,
assprice,float,false,false,assprice,assprice,true,
bigcatalog,String,false,false,bigcatalog,bigcatalog,true,
bi
iservice.java
package biz;
import java.util.List;
import entity.Mytree;
public interface IService {
public abstract List getTreeList(int pid);
public abstract Mytree getTreeById(int pid);
}
mc_control.c
/**
* @file mc_control.c
*
* Copyright (c) 2005 Atmel.
*
* @brief This module provides PID regulation routines
* Type of control : PID means proportionnal, integral and derivative.
* 4 kinds of