代码搜索:init
找到约 10,000 项符合「init」的源代码
代码结果 10,000
www.eeworm.com/read/164248/10121253
c init.c
//*----------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*-------------------------------------------------
www.eeworm.com/read/164243/10121511
c init.c
//*----------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*-------------------------------------------------
www.eeworm.com/read/164240/10121676
c init.c
//*----------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*-------------------------------------------------
www.eeworm.com/read/164228/10121965
m init.m
image=zeros(8,8);
value=1;
for i=1:8
for j=1:8
image(i,j)= value;
value=value+1;
end
end
filter = ones(3);
image
filter
www.eeworm.com/read/164100/10129226
s init.s
AREA Init,CODE,READONLY
;Pre-defined constants
USERMODE EQU 0x10
FIQMODE EQU 0x11
IRQMODE EQU 0x12
SVCMODE EQU 0x13
ABORTMODE EQU 0x17
UNDEFMODE EQU 0x1b
MODEMASK EQU 0x1f
NOINT EQU 0xc0
www.eeworm.com/read/164100/10129247
o init.o
www.eeworm.com/read/164100/10129257
o init.o
www.eeworm.com/read/164100/10129265
s init.s
;/******************************************************************************
; *
; * Copyright (c) 2003 Windond Electronics Corp.
; * All rights reserved.
; *
; * $Workfile: init.s $
; *
;
www.eeworm.com/read/164100/10129273
s init.s
AREA Init,CODE,READONLY
;Pre-defined constants
USERMODE EQU 0x10
FIQMODE EQU 0x11
IRQMODE EQU 0x12
SVCMODE EQU 0x13
ABORTMODE EQU 0x17
UNDEFMODE EQU 0x1b
MODEMASK EQU 0x1f
NOINT EQU 0xc0
www.eeworm.com/read/164100/10129287