代码搜索结果
找到约 12,494 项符合
PID 的代码
pid.h
/*This file has been prepared for Doxygen automatic documentation generation.*/
/*! \file *********************************************************************
*
* \brief Header file for pid.c.
pid_8h.html
AVR449: pid.h File Reference
pid_8c.html
AVR449: pid.c File Reference
pid_8c-source.html
AVR449: pid.c Source File
chap2_8.m
%PID Controler (2001/9/6)
close all;
ts=0.25;
sys=tf(1,[10,2,0]);
dsys=c2d(sys,ts,'z');
[num,den]=tfdata(dsys,'v');
u_1=0;u_2=0;
y_1=0;y_2=0;
x=[0,0,0]';
error_1=0;
for k=1:1:1000
pcb.cs
using System;
using System.Collections.Generic;
using System.Text;
using System.Collections;
namespace 操作系统
{
class PCB
{
public int PID; //进程序号
public int
pid control.mcs
[Header]
MagicCookie={0b13fe8c-dfe0-40eb-8900-6712719559a7}
Version=1.0
[File000]
Location=D:\sniffingfire\code\mplab\PID Control\LCD.o
Folder=Intermediary
DeviceName=PIC24FJ128GA010
LanguageTo
kd.plg
礦ision3 Build Log
Project:
D:\Edu\course\II\sample\08 PID\keil\PID.uv2
Project File Date: 10/06/2008
Output:
pid.lnp
"STARTUP.obj",
"keypad.obj",
"main.obj",
"Disp.obj",
"HW_Disp.obj",
"LTC1860.obj",
"CTL.obj"
TO "PID" Rtx51Tiny
RAMSIZE(256)
tables.sql
create table users
(
uid int identity(100,1) primary key,
uname varchar(30),
upwd varchar(8),
urol varchar(1)
)
create table products
(
pid int primary key,
pname varchar(30)