代码搜索结果
找到约 10,000 项符合
Control System 的代码
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
control.cpp
// Control.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "Control.h"
#include "ControlDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
s
control.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////