代码搜索:init
找到约 10,000 项符合「init」的源代码
代码结果 10,000
www.eeworm.com/read/416009/11044652
c init.c
initcold(void)
{
/*
signal(SIGINT, SIG_IGN);
signal(SIGQUIT, SIG_IGN);
*/
}
initwarm(void)
{
int i;
backgnd = FALSE;
lineptr = line;
avptr = a
www.eeworm.com/read/470705/6906137
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/470705/6906149
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/470287/6917439
o init.o
www.eeworm.com/read/470287/6917450
s init.s
; *******************************************************
; * NAME : INIT.S *
; * Version : 28.May.2003 *
; * Description: *
; * C start up codes *
; * Configur
www.eeworm.com/read/407834/6919626
h init.h
/*
* Copyright (c) 2001, Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted
www.eeworm.com/read/407834/6919742
h init.h
/*
* Copyright (c) 2001-2004 Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted
www.eeworm.com/read/407834/6919766
c init.c
/**
* @file
* Modules initialization
*
*/
/*
* Copyright (c) 2001-2004 Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, w
www.eeworm.com/read/469930/6920899
a51 init.a51
;------------------------------------------------------------------------------
; This file is part of the C-51 Compiler package
; Copyright (c) KEIL ELEKTRONIK GmbH and Franklin Software, Inc. 19
www.eeworm.com/read/470015/6922603