代码搜索:init
找到约 10,000 项符合「init」的源代码
代码结果 10,000
www.eeworm.com/read/377148/9293110
sh init.sh
#! /bin/sh
# create a ptt_trace script in the test directory (make check is generally run
# before make install)
SKEL=../scripts/ptt_trace_skel
SCRIPT=ptt_trace
TMP=ptt_trace_tmp
sed s!path_to_bind
www.eeworm.com/read/180805/9294921
c init.c
/***********init.c************************/
#include "global.h"
struct entry keywords[]={
"div",DIV,
"mod",MOD,
0, 0
};
init()
{
struct entry *p; //将关键字填入符号表
for (p=
www.eeworm.com/read/180570/9302180
c init.c
#include "global.h"
void init(void)
{
uint i;
WDTCTL=WDTPW+WDTHOLD; //关闭看门
BCSCTL1 &= ~XTOFF; //XT2振荡器开启
BCSCTL2|=SELM1+SELS; //MCLK的时钟源为DCOCLK
www.eeworm.com/read/376489/9316225
s init.s
;file name ml64000init.s
;data: 19/07/2005
;function:init system ,init stack and falsh sram
AREA boot, CODE, READONLY
INCLUDE define.s
USERMODE EQU 0x10
FIQMODE EQU 0x11
IRQMOD
www.eeworm.com/read/376489/9316280
o init.o
www.eeworm.com/read/180069/9321487
c init.c
//*----------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*-------------------------------------------------
www.eeworm.com/read/180026/9322289
c init.c
/*****************************************************************************
FILE NAME: init.c
DESCRIPTION:
FSM initialization module.
Copyright (c) 2002, VIA Technologies, Inc
www.eeworm.com/read/376169/9328347
c init.c
www.eeworm.com/read/376130/9330043
cpp init.cpp
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft end-user
// license agreement (EULA) under which you lic
www.eeworm.com/read/179864/9334238