代码搜索结果

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

control.h

#ifndef __CONTROL_H__ #define __CONTROL_H__ #include "..\ucos-ii\includes.h" /* uC/OS interface */ #include "..\inc\drv\figure.h" #include "..\ucos-ii\add\list.h" #define OSCtrlMemSize

control.v

module control(std_f_sel,reset,clk,clear,cntover,cntlow); output[1:0] std_f_sel; output reset; input clk,clear,cntover,cntlow; reg[1:0] std_f_sel; reg reset; reg[5:0] present,next; parameter st

control.lst

1 .file "control.c" 2 .arch atmega8 3 __SREG__ = 0x3f 4 __SP_H__ = 0x3e 5 __SP_L__ = 0x3d 6

control.h

#ifndef _control_H_ #define _control_H_ 1 unsigned char ctr8421(void); unsigned char ctrpn(void); #endif /* _control_H_ */

control.c

/* 控制文件 对控制端口拨码开关8421判断和对正负脉冲按钮开关的判断 */ #include #include #include #include #include "main.h" #include "control.h" //---

control.clw

; CLW file contains information for the MFC ClassWizard [General Info] Version=1 LastClass=CControlDlg LastTemplate=CDialog NewFileInclude1=#include "stdafx.h" NewFileInclude2=#include "Contro

control.h

// Control.h : main header file for the CONTROL application // #if !defined(AFX_CONTROL_H__4441CE11_FCF3_496C_84EA_3CE85E5506D0__INCLUDED_) #define AFX_CONTROL_H__4441CE11_FCF3_496C_84EA_3CE85E55