代码搜索:Include
找到约 10,000 项符合「Include」的源代码
代码结果 10,000
www.eeworm.com/read/330096/12916456
makefile
CC = /usr/local/arm/2.95.3/bin/arm-linux-gcc
LD = /usr/local/arm/2.95.3/bin/arm-linux-ld
EXEC = cantxrx
OBJS = cantxrx.o
INCLUDE:=-I../include -I/home/cvtech/jx2410/linux/include
CFLAGS :=${INCLUDE
www.eeworm.com/read/330096/12916459
1 makefile.1
CC = /usr/local/arm/2.95.3/bin/arm-linux-gcc
LD = /usr/local/arm/2.95.3/bin/arm-linux-ld
EXEC = cantxrx
OBJS = cantxrx.o
INCLUDE:=-I../include -I/home/cvtech/jx2410/linux/include
CFLAGS :=${INCLUDE
www.eeworm.com/read/329704/12937581
h includes.h
/*
*********************************************************************************************************
* uC/OS-II
*
www.eeworm.com/read/329369/12958071
h smdk2410.h
/*
* include/asm-arm/arch-s3c2410/smdk2410.h
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* publish
www.eeworm.com/read/137188/13341252
h beep.h
#ifndef _BEEP_INCLUDE_H_
#define _BEEP_INCLUDE_H_
#include "Includes.h"
void vInitBeep();
void vBeep(int iDelay);
void vLight(int iDelay);
void SLEEP(int iSleep);
#endif // _BEEP_INCLUD
www.eeworm.com/read/137188/13341257
h rtc.h
#ifndef _RTC_INCLUDE_H_
#define _RTC_INCLUDE_H_
#include "Includes.h"
struct RTC
{
unsigned char year;
unsigned char month;
unsigned char day;
unsigned char week;
unsigned char
www.eeworm.com/read/137188/13341264
bak beep.h.bak
#ifndef _BEEP_INCLUDE_H_
#define _BEEP_INCLUDE_H_
#include "Includes.h"
void vInitBeep();
void vBeep(int iDelay);
void vLight(int iDelay);
#endif // _BEEP_INCLUDE_H_
www.eeworm.com/read/137188/13341272
bak rtc.h.bak
#ifndef _RTC_INCLUDE_H_
#define _RTC_INCLUDE_H_
#include "includes.h"
struct RTC
{
unsigned char year;
unsigned char month;
unsigned char day;
unsigned char week;
unsigned char