代码搜索:initial

找到约 10,000 项符合「initial」的源代码

代码结果 10,000
www.eeworm.com/read/158865/5593819

c nextstep.c

/* Functions for generic NeXT as target machine for GNU C compiler. Copyright (C) 1989, 90-93, 96, 1997 Free Software Foundation, Inc. This file is part of GNU CC. GNU CC is free software; you ca
www.eeworm.com/read/155397/5622330

makefile

# Top-level Makefile for tools/java INITIAL_TARGETS = sim ROOT = ../../.. include $(ROOT)/Makefile.include # This depends on SimProtocol being compiled along with the various # message types from
www.eeworm.com/read/152843/5657769

c time.c

/* * linux/arch/arm/mach-sa1100/time.c * * Copyright (C) 1998 Deborah Wallach. * Twiddles (C) 1999 Hugo Fiennes * * 2000/03/29 (C) Nicolas Pitre * Rewritten:
www.eeworm.com/read/152843/5658178

c time.c

/* * arch/arm/mach-pxa/time.c * * Author: Nicolas Pitre * Created: Jun 15, 2001 * Copyright: MontaVista Software Inc. * * This program is free software; you can redistribute it and/or modify *
www.eeworm.com/read/475737/6776793

h adc.h

#ifndef __ADC_H__ #define __ADC_H__ #include extern void adc_initial(void); extern void adc_fft (unsigned char channel); // redefine sbi and cbi #define cbi(reg, bit_numb
www.eeworm.com/read/474310/6819431

rpt pll.map.rpt

Analysis & Synthesis report for pll Mon May 04 10:14:37 2009 Quartus II Version 7.2 Build 151 09/26/2007 SJ Full Version --------------------- ; Table of Contents ; --------------------- 1
www.eeworm.com/read/474310/6819714

rpt sxh.map.rpt

Analysis & Synthesis report for SXH Mon May 04 10:07:45 2009 Quartus II Version 7.2 Build 151 09/26/2007 SJ Full Version --------------------- ; Table of Contents ; --------------------- 1
www.eeworm.com/read/471122/6897824

c 复件 main.c

#include "main.h" #include "LED.H" #include "keyboard.h" #include "timer.h" sbit key_low=P1^3; void system_initial(void) //系统初始化 { TMOD=0x11; //定时器工作在模式1 ET0=1;
www.eeworm.com/read/471122/6897825

c 复件 (3) main.c

#include "main.h" #include "LED.H" #include "keyboard.h" #include "timer.h" sbit key_low=P1^3; void system_initial(void) //系统初始化 { TMOD=0x11; //定时器工作在模式1 ET0=1;
www.eeworm.com/read/471122/6897826

c 复件 (2) main.c

#include "main.h" #include "LED.H" #include "keyboard.h" #include "timer.h" sbit key_low=P1^3; void system_initial(void) //系统初始化 { TMOD=0x11; //定时器工作在模式1 ET0=1;