代码搜索:Control 有哪些应用?
找到约 10,000 项符合「Control 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/429865/8785142
lst control.lst
1 .file "control.c"
2 .arch atmega8
3 __SREG__ = 0x3f
4 __SP_H__ = 0x3e
5 __SP_L__ = 0x3d
6
www.eeworm.com/read/429865/8785162
o control.o
www.eeworm.com/read/429865/8785176
h control.h
#ifndef _control_H_
#define _control_H_ 1
unsigned char ctr8421(void);
unsigned char ctrpn(void);
#endif /* _control_H_ */
www.eeworm.com/read/429865/8785179
c control.c
/*
控制文件
对控制端口拨码开关8421判断和对正负脉冲按钮开关的判断
*/
#include
#include
#include
#include
#include "main.h"
#include "control.h"
//---
www.eeworm.com/read/385841/8786782
obj control.obj
www.eeworm.com/read/385841/8786841
lst control.lst
C51 COMPILER V8.05a CONTROL 10/28/2008 10:30:04 PAGE 1
C51 COMPILER V8.05a, COMPILATION OF MODULE CONTROL
OBJECT MODULE PLACED I
www.eeworm.com/read/385841/8786893
c control.c
#include
#include "commons.h"
sbit _p32 = P3^2;
sbit _p30 = P3^0;
sbit _p25 = P2^5;
sbit _p26 = P2^6;
sbit _p27 = P2^7;
unsigned char _pcount = 0; //定时中断总次数,每100次为一个输出总周期
uns
www.eeworm.com/read/385839/8787039
obj control.obj
www.eeworm.com/read/385839/8787068
lst control.lst
C51 COMPILER V8.05a CONTROL 10/11/2008 10:55:51 PAGE 1
C51 COMPILER V8.05a, COMPILATION OF MODULE CONTROL
OBJECT MODULE PLACED I
www.eeworm.com/read/385839/8787105
c control.c
#include
#include "commons.h"
sbit _p32 = P3^2;
sbit _p16 = P1^6;
sbit _p17 = P1^7;
//A/D转换的函数
unsigned int ad(); //定义AD转换函数
void ctr_routine(void) { //控制函数