代码搜索:Include
找到约 10,000 项符合「Include」的源代码
代码结果 10,000
www.eeworm.com/read/391217/8415206
h includes.h
/*
*********************************************************************************************************
* uC/OS-II
*
www.eeworm.com/read/187780/8601361
h includes.h
/*
*********************************************************************************************************
* uC/OS-II
*
www.eeworm.com/read/187780/8601523
h includes.h
/*
*********************************************************************************************************
* uC/OS-II
*
www.eeworm.com/read/431489/8674195
h myfun.h
#include
#include
#include
#include
#include
#include
#include
//#include
#include
#ifndef __INC
www.eeworm.com/read/385872/8785178
bak includes.bak
/*
*********************************************************************************************************
* uC/OS-II
*
www.eeworm.com/read/385872/8785186
h includes.h
/*
*********************************************************************************************************
* uC/OS-II
*
www.eeworm.com/read/385343/8808534
c key.c
#include "Include.h"
//按键的硬件连接:
//P32 P33 P34 P35 低有效
//在Timer中断中轮询判断按键
sbit K_CANCEL=P3^2;
sbit K_UP=P3^3;
sbit K_DOWN=P3^4;
sbit K_ENTER=P3^5;
uchar NowKey=NO_KEY;
/*
void KeyTes
www.eeworm.com/read/385341/8808629
c motor.c
#include "Include.h"
sbit TURN_0N = P0^2;
//使马达开始正转
void Motor_ON(void)
{
TURN_0N = 0;
}
//关闭马达
void Motor_OFF(void)
{
TURN_0N = 1;
}
//马达正转1s,开锁
void MOTOR(void)
{
Motor_ON()
www.eeworm.com/read/285609/8828338
h includes.h
/*
*********************************************************************************************************
* uC/OS-II
*
www.eeworm.com/read/428734/8850337
h includes.h
/*
*********************************************************************************************************
* uC/OS-II
*