代码搜索:init
找到约 10,000 项符合「init」的源代码
代码结果 10,000
www.eeworm.com/read/390195/8477242
h init.h
#ifndef INIT_H
#define INIT_H
#ifdef INIT_C
void WDR(void);
void WDT_init(void);
void init_time1(void);
#else
extern void WDR(void);
extern void WDT_init(void);
extern void init_time1(voi
www.eeworm.com/read/390195/8477341
c init.c
#define INIT_C
#include "includes.h"
void InitIo(void)
{
DDRA = 0xff;
PORTA = 0xff;
DDRB = 0x00;
//PORTB = 0x00;
PORTB = 0xff;
DDRC = 0xff;
PORTC = 0xff;
www.eeworm.com/read/390195/8477365
h init.h
#ifndef INIT_H
#define INIT_H
#ifdef INIT_C
void InitIo(void);
#else
extern void InitIo(void);
#endif
#endif
www.eeworm.com/read/390191/8478672
init-suse
#! /bin/sh
#
# Copyright (C) 2002 C. Brandon Forehand
#
# This code is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
# th
www.eeworm.com/read/390191/8478705
distccd-init
#! /bin/sh
#
# distccd Debian init.d script contributed by Jason Thomas. (Debian #161136)
#
# skeleton example file to build /etc/init.d/ scripts.
# This file should be used to construct scripts for
www.eeworm.com/read/290521/8479408
cpp init.cpp
//////////////////////////////////////////////////////////////////////////////
// Copyright
www.eeworm.com/read/189195/8485227
s init.s
AREA Init, CODE, READONLY
CODE32
GET snds.s
ENTRY
LDR PC, =ResetInit
LDR PC, =Undefine
LDR PC, =SWI_handler
LDR PC, =Pretch_handler
LDR PC, =Dat
www.eeworm.com/read/189195/8485239
o init.o
www.eeworm.com/read/189194/8485514
cc init.cc
//**************************************************************
//* filename: init.cc *
//* *
//***
www.eeworm.com/read/189194/8485820
h init.h
//**************************************************************
//* filename: init.h *
//* *
//***