代码搜索:init
找到约 10,000 项符合「init」的源代码
代码结果 10,000
www.eeworm.com/read/277067/10670887
cpp init.cpp
/*!
********************************************************
*\file
* init.cpp
*\brief
* implementation for functions which is used to initialize encoder status.
*\date
* 12/6/2002
*
www.eeworm.com/read/277067/10670930
h init.h
/*!
********************************************************
*\file
* init.h
*\brief
* interface for functions which is used to initialize encoder status.
*\date
* 12/6/2002
*
******
www.eeworm.com/read/421976/10673225
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/277038/10675607
obj init.obj
www.eeworm.com/read/350945/10693312
c init.c
//ICC-AVR application builder : 2006-4-27 19:28:19
// Target : M8515
// Crystal: 11.059Mhz
#include
#include
void port_init(void)
{
PORTA = 0x00;
DDRA = 0x00;
www.eeworm.com/read/350945/10693347
s init.s
.module init.c
.area text(rom, con, rel)
.dbfile C:\ATMega8515\RS232\init.c
.dbfunc e port_init _port_init fV
.even
_port_init::
.dbline -1
.dbline 9
; //ICC-AVR application builder : 2
www.eeworm.com/read/350945/10693404
lis init.lis
.module init.c
.area text(rom, con, rel)
0000 .dbfile C:\ATMega8515\RS232\init.c
0000 .dbfunc e port_init _port
www.eeworm.com/read/350945/10693405
o init.o
XL
H 1 areas 3 global symbols
M init.c
A text size 44 flags 0
dbfile C:\ATMega8515\RS232\init.c
dbfunc e port_init 0 fV
dbline FFFFFFFF 0
dbline 9 0
dbline A 0
dbline B 4
dbline C 6
dbline
www.eeworm.com/read/350945/10693424
c init.c
//ICC-AVR application builder : 2006-4-27 19:56:34
// Target : M8515
// Crystal: 11.059Mhz
#include
#include
void port_init(void)
{
PORTA = 0x00;
DDRA = 0xFF;
www.eeworm.com/read/350945/10693444
s init.s
.module init.c
.area text(rom, con, rel)
.dbfile C:\ATMega8515\Key\init.c
.dbfunc e port_init _port_init fV
.even
_port_init::
.dbline -1
.dbline 9
; //ICC-AVR application builder : 200