代码搜索:MISC
找到约 10,000 项符合「MISC」的源代码
代码结果 10,000
www.eeworm.com/read/128965/5976064
h trab.h
/*
* (C) Copyright 2002-2003
* Gary Jennejohn
*
* Configuation settings for the TRAB board.
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This pr
www.eeworm.com/read/494116/6378623
d main.d
main.o: main.c
main.o: global.h
main.o: lpc2294.h
main.o: C:\Keil\ARM\RV31\INC\string.h
main.o: C:\Keil\ARM\RV31\INC\stdio.h
main.o: C:\Keil\ARM\RV31\INC\ctype.h
main.o: C:\Keil\ARM\RV31\INC\std
www.eeworm.com/read/259401/11795472
makefile
#
# crypto/aes/Makefile
#
DIR= aes
TOP= ../..
CC= cc
CPP= $(CC) -E
INCLUDES=
CFLAG=-g
MAKEFILE= Makefile
AR= ar r
AES_ASM_OBJ=aes_core.o aes_cbc.o
CFLAGS= $(INCLUDES) $(CFLAG)
ASFLAGS= $(INCLUDES)
www.eeworm.com/read/258395/11865952
sources
TARGETNAME= SnakeMon
TARGETTYPE= DRIVER
TARGETPATH= .\obj
INCLUDES=$(BASEDIR)\inc
SOURCES = SkDrv_Misc.c \
SkMon_Init.c \
SkMon_Dispatch.c \
SkMon_HookReg.c
www.eeworm.com/read/131980/14117751
c state.c
#include
#include
#include
#include
#include
#include
#include
#include
#include "ge_blist.h"
#in
www.eeworm.com/read/231000/14261706
asm usblib1.asm
include ht82k96e.inc
;include usbrf.inc
include usbfifo.inc
extern stall :byte
extern FIFO_Type :byte
extern FIFO_OUT1 :byte
extern int_temp1 :byte
extern int_temp2 :byt
www.eeworm.com/read/227822/14410677
h debug.h
/*
* Copyright (c) 1995 Danny Gasparovski.
*
* Please read the file COPYRIGHT for the
* terms and conditions of the copyright.
*/
#define PRN_STDERR 1
#define PRN_SPRINTF 2
extern FILE *dfd;
www.eeworm.com/read/213211/15141002
asm usblib1.asm
include ht82k96e.inc
;include usbrf.inc
include usbfifo.inc
extern stall :byte
extern FIFO_Type :byte
extern FIFO_OUT1 :byte
extern int_temp1 :byte
extern int_temp2 :byt
www.eeworm.com/read/168763/5436557
h trab.h
/*
* (C) Copyright 2002-2005
* Gary Jennejohn
*
* Configuation settings for the TRAB board.
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This pr
www.eeworm.com/read/160611/5569303
in makefile.mingw.in
# MinGW specific Makefile for libsndfile.
@SET_MAKE@
PROGRAMS = sndfile-info.exe sndfile-play.exe sndfile-convert.exe
TARGETS = libsndfile.dll $(PROGRAMS) sndfile.pc src/sndfile.h
AR = @AR@
CC = @C