代码搜索:init
找到约 10,000 项符合「init」的源代码
代码结果 10,000
www.eeworm.com/read/349364/10833483
cpp init.cpp
/*************************************************************************
"I Have No Tomatoes"
Copyright (c) 2004, Mika Halttunen
This software is p
www.eeworm.com/read/419797/10838199
c init.c
//#define INIT_C
#include "includes.h"
int count;
float j;
unsigned char *test = "The Voltage is: ";
unsigned char *value = "0.000 V";
void WDR(void)
{
asm("wdr");
}
void WD
www.eeworm.com/read/419797/10838220
i init.i
#line 1 "E:\仿真\ADC\init.c"
#line 1 "E:\仿真\ADC/includes.h"
#line 1 "D:/icc/include/macros.h"
#line 35 "D:/icc/include/macros.h"
www.eeworm.com/read/419797/10838242
_c init._c
#define INIT_C
#include "includes.h"
int count;
float j;
unsigned char *test = "The Voltage is: ";
unsigned char *value = "0.000 V";
void WDR(void)
{
asm("wdr");
}
void WDT_
www.eeworm.com/read/275035/10838468
c init.c
# include
void main()
{
/* 有尺寸 */
/* 一维整形数组初始化 */
int array1[10] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9};
/* 一维字符型数组初始化 */
char array2[13] = "How are you!"; /* 方式一 */
char arr
www.eeworm.com/read/419765/10839132
py init.py
#!/usr/bin/env python
#------------------------------------------------------------
# IDAPython - Python plugin for Interactive Disassembler Pro
#
# Copyright (c) 2004-2008 Gergely Erdelyi
www.eeworm.com/read/274904/10846197
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/274904/10846320
o init.o
www.eeworm.com/read/274886/10846650
c init.c
//#include
#include
#include
#include
void PLLinit()
{
PLL_Config pllcfg;
Uint32 osc_cdtion,oscratio;
//PLL_Init pll_i={6,1,1,3,3,8};
www.eeworm.com/read/274885/10846695
c init.c
//#include
#include
#include
#include
#include
/* Include the vector table to call the IRQ ISRs hookup */
extern far void vector