代码搜索:Include
找到约 10,000 项符合「Include」的源代码
代码结果 10,000
www.eeworm.com/read/334456/12598778
prj jb8_io_spi.prj
[Project]
TYPE=C
MCU=MC68HC908JB8
CC=E:\PROGRA~2\MT-IDE~1\bin
INCLUDE=E:\PROGRA~2\MT-IDE~1\Include
LIB=E:\PROGRA~2\MT-IDE~1\Lib
[Property]
FSTART=0xDC00
RSTART=0x0040
REND=0x013F
STACK=0x0
www.eeworm.com/read/334453/12599374
prj assistant.prj
[Project]
TYPE=C
MCU=MC68HC908GP32
CC=H:\MT-IDE\bin
INCLUDE=H:\MT-IDE\Include
LIB=H:\MT-IDE\Lib
[Property]
FSTART=0x8000
RSTART=0x0040
REND=0x023F
STACK=0x023F
GLOBALVAR=D
www.eeworm.com/read/134380/13993715
makefile
CC = gcc
CFLAGS = -O3 -DUSE_MMX -g $(INCLUDE)
INCLUDE = -I../include
LDFLAGS = -L../lib -lpixops
TARGETS = timescale
all: $(TARGETS)
$(TARGETS): ../lib/libpixops.so
clean:
-rm -f $(TARGETS)
www.eeworm.com/read/109757/15549983
h includes.h
/* $Id: includes.h,v 1.6 1997/07/16 13:41:50 gianpi Exp $
*
* Conditionalizations:
* __BORLANDC__
* _CC51
*/
#ifndef _INCLUDES_H_
#define _INCLUDES_H_
/*
****************************
www.eeworm.com/read/106962/15616631
makefile
CXXC = g++
CFLAGS = -Wall -O3 -g
BIN = $(QTDIR)/bin
INCLUDE = $(QTDIR)/include
LIB = $(QTDIR)/lib
#BIN = /usr/bin
#INCLUDE = /usr/include/qt
#LIB = /usr/lib/qt
svm-toy: svm-toy.cpp svm-toy.moc ../../
www.eeworm.com/read/105383/15668899
h c51.h
#include
#include
#include
#include
//#define DELAY_COUNT 10 // define the delay count number for 10 us
void delay(int t) ; //delay 10
www.eeworm.com/read/105382/15668901
h c51.h
#include
#include
#include
#include
//#define DELAY_COUNT 10 // define the delay count number for 10 us
void delay(int t) ; //delay 10