代码搜索结果

找到约 10,000 项符合 Control System 的代码

control.c

#include #include #include #include #include #define MYC_STATIC "MYSTATIC1" #define IDC_STATIC1 1000 HW

control.m

function y=control(n) a=20; if n==0 y=a+1; elseif n==1 y=a*(1+n); elseif n==2 y=a+n; else y=a; end

control.vhd

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; entity control is port(fad,fda,channal:in std_logic; --channal为0,选择通道1;为1,选择通道2 add1,add2:out std_log

control.h

/* A simple rate-monotonic scheduler */ /* Header file */ #define EXEC 1 #define SUSP 2 #define DEBUG_FIFO 5 #define RTIME long long typedef struct { int state; int id; RT

control.c

/* FUSE: Filesystem in Userspace Copyright (C) 2001-2006 Miklos Szeredi This program can be distributed under the terms of the GNU GPL. See the file COPYING. */ #include

control.txt

AD_COMMAND EQU 02H AD_LOW EQU 02H AD_HIGH EQU 03H HSI_MODE EQU 03H HSO_TIME EQU 04H HSI_TIME EQU 04H HSO_COMMAND

control.c

/* ode-initval/control.c * * Copyright (C) 1996, 1997, 1998, 1999, 2000 Gerard Jungman * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU G