代码搜索结果
找到约 12,494 项符合
PID 的代码
pid.txt
Windows Live?
Live 网络Live Search
MSN
帐户反馈帮助中心全部服务 搜索
登录
公告板
您的共享空间
PID算法汇集(C语言)
/*main.c*/
/*DA模块两路(OUT1、OUT2)输出三角波经AD10次采样并与之比较经数字滤波、双闭环PID调节后PWM生成以及经逆变后电压控制*/
pid.c
#include"stdio.h"
#include "math.h"
typedef struct PID
{
int SetPoint; // 设定目标 Desired Value
float Proportion; // 比例常数 Proportional Const
pid.plg
Build Log
--------------------Configuration: pid - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\JSJ\LOCAL
pid.dsp
# Microsoft Developer Studio Project File - Name="pid" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Conso
pid.c
/*
This file implements a pid controller used to simulator cruise control in a car
The input is a throtle value between 0 - 100 ( read on P1 )
The output is the car's speed ( P2 - P0 )
pid程序.c
/***********************************************************************
文件名:PID程序.C
功能: 用PID算法闭环控制BANGK3区DAC0832的输出电压,通过设置年想要的输出
电压,它通过ADC0804将O832的输出电压读回单片机进行PID自动调节,
并经过短时间将DAC0832的输出电压升到设
pid程序.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1,
Options 1,0,0 // Target 'T
c-for-pid.txt
C语言实现PID算法:
#include
#include
struct _pid {
int pv; /*integer that contains the process value*/
int sp; /*integer that contains the set point*/
float integral;
pid.gel
//menuitem "Echo Effector"
menuitem "Pid控制:速度设定输入"
dialog Set_Effect(nParam1"key(20..99):")
{
md=nParam1;
}
pid.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="C:\Lab22-Pid\"
ProjectType=Executable
CPUFamily=TMS320C24XX
Tool="Compiler"
Tool="L