代码搜索结果
找到约 10,000 项符合
Control System 的代码
echo_control.gel
//Echo_control.gel Sliders vary time delay,amplitude,and type of echo
menuitem "Echo Control"
slider Amplitude(1,8,1,1,amplitude_parameter) /*incr by 1, up to 8*/
{
amplitude = amplitude_
urat control.asm
;--------------------------------------------------------------------------
;
; 单片机程序
; V2.0
;软件说明:
;此软件是V2.0版本2007-8-20
;----------------------
sound control.asm
;--------------------------------------------------------------------------
;
;
;
;软件说明:
;此软件是V1.0版本2007-2-1
;作者:
;功能描述: V1.0
;
safe control.asm
;程序注释:
;1.包括时间部分与其他显示
;a.定时器0 -----保留
;b.定时器1 -----更新显示用
;C.定时器2------串口用(使用AT89C52/STC89C52,当使用STC时,烧写要禁止内部RAM)
;显示格式:2088-18-88 3 18:88
;其他显示包括:离上次损工事故的天数;离上次有记录的事故/伤病天数;今年离岗事故次数;离上次离岗事故的天数;离下 ...
gary control.asm
;--------------------------------------------------------------------------
;
;
;软件说明:
;此软件是V2.1版本2005-6-28
;
;功能描述:
;与主机配合,产生全灰度值
;固定地址,有测试模式
;-----------------------------------------------
comm_control.h
#if !defined (COMM_CONTROL_H_INCLUDED)
#define COMM_CONTROL_H_INCLUDED
// Only needed for versions prior to Visual C++ 6.0
#if _MSC_VER < 1200
//-----------------------------------------------
comm_control.h
#if !defined (COMM_CONTROL_H_INCLUDED)
#define COMM_CONTROL_H_INCLUDED
// Only needed for versions prior to Visual C++ 6.0
#if _MSC_VER < 1200
//-----------------------------------------------
control_interface.v
module control_interface(
CLK,
RESET_N,
CMD,
ADDR,
REF_ACK,
INIT_ACK,
CM_ACK,
NOP,
READA,
WRITEA,
REFRESH,