代码搜索:Control 有哪些应用?
找到约 10,000 项符合「Control 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/159579/10638352
c control.c
#include "c8051f320.h"
sbit FRONT_BUTTON=P0^4;
sbit BACK_BUTTON=P0^5;
sbit LEFT_BUTTON=P0^6;
sbit RIGHT_BUTTON=P0^7;
sbit FUCTION_1=P1^0;
sbit FUCTION_2=P1^1;
sbit FUCTION_3=P1^2;
sbit FUCTION
www.eeworm.com/read/422368/10639680
c~ control.c~
unsigned char start_flag; //启动标志
extern void key_stop(void);
#define SET1_ON() {DDRE|=0X04;PORTE|=0X04;}
#define SET1_OFF() {DDRE|=0X04;PORTE&=0XFB;}
#define SET2_ON() {DDRE|=0X08;PORTE|=
www.eeworm.com/read/422368/10639803
h control.h
//******注意数据的匹配********
unsigned char start_flag; //启动标志
extern void key_stop(void);
#define SET1_ON() {DDRE|=0X04;PORTE|=0X04;}
#define SET1_OFF() {DDRE|=0X04;PORTE&=0XFB;}
#define SET2
www.eeworm.com/read/422368/10639824
c control.c
unsigned char start_flag; //启动标志
extern void key_stop(void);
#define SET1_ON() {DDRE|=0X04;PORTE|=0X04;}
#define SET1_OFF() {DDRE|=0X04;PORTE&=0XFB;}
#define SET2_ON() {DDRE|=0X08;PORTE|=
www.eeworm.com/read/422368/10639841
h~ control.h~
//******注意数据的匹配********
unsigned char start_flag; //启动标志
extern void key_stop(void);
#define SET1_ON() {DDRE|=0X04;PORTE|=0X04;}
#define SET1_OFF() {DDRE|=0X04;PORTE&=0XFB;}
#define SET2
www.eeworm.com/read/159552/10640515
v 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
www.eeworm.com/read/422355/10640724
obj control.obj
www.eeworm.com/read/422355/10640750
c control.c
//////////////////////////////////////////////////////////////////////////////
//_________________________________//
// 0 1 2 3 4 5 6 7 8 9 a b c d e f //
/////////////////////////////////////
/
www.eeworm.com/read/422355/10640768
lst control.lst
C51 COMPILER V8.02 CONTROL 09/17/2008 21:00:00 PAGE 1
C51 COMPILER V8.02, COMPILATION OF MODULE CONTROL
OBJECT MODULE PLACED IN
www.eeworm.com/read/351315/10658461
h control.h
// Control.h: interface for the CControl class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_CONTROL_H__AAC13F9D_4A00_41AC_84E7_33A231B697F8__INCLUDE