代码搜索:init
找到约 10,000 项符合「init」的源代码
代码结果 10,000
www.eeworm.com/read/188480/8538228
h init.h
#ifndef INIT
#define INIT
extern void InitEBIU(void);
extern void Init_PLL(void);
#else
#endif
www.eeworm.com/read/389234/8540452
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/389234/8540593
o init.o
www.eeworm.com/read/389190/8544498
js init.js
//打开窗口的函数
function switchSysBar(){
if (parseInt(navigator.appVersion)>=4) {
if (switchPoint.innerText==3){
switchPoint.innerText=4
document.all("query").style.display="none"
}
els
www.eeworm.com/read/289522/8546171
s init.s
;************************************************************************************************
;Compony: CASIA
;File Name: Init.s
;Description:
;Author: Wjh
;Date: 2005-03-11
;*
www.eeworm.com/read/289522/8546192
o init.o
www.eeworm.com/read/389093/8548740
obj init.obj
www.eeworm.com/read/388979/8558696
inc init.inc
.equ UserMode, 0xd0
.equ FIQMode, 0xd1
.equ IRQMode, 0xd2
.equ SupervisorMode, 0xd3
.equ AbortMode, 0xd7
.equ UndefinedMode, 0xdb
.equ SystemMode, 0xdf
.equ WTCON, 0x53000000
@ about i
www.eeworm.com/read/388975/8560277
init bluetooth.init
#!/bin/sh
#
# Start/stop the Bluetooth daemons
#
set -e
PATH=/sbin:/bin:/usr/sbin:/usr/bin
NAME=bluetooth
DESC="Bluetooth subsystem"
DAEMON_NAME=bluetoothd
HID2HCI_NAME=hid2hci
DAEMON_EXEC="`which
www.eeworm.com/read/388876/8569663
py __init__.py
#
# Fast Artificial Neural Network library for Python
#
# package placeholder
#
# Copyright (c) 2004 by Gil Megidish
#
# See the README file for information on usage and redistribution.
#
#