代码搜索:init
找到约 10,000 项符合「init」的源代码
代码结果 10,000
www.eeworm.com/read/352938/10492575
h init.h
void init_port(void);
void init_lcd(void);
void initial_xt(void);
void Open_Dog_port(void);
#define uchar unsigned char
#define schar signed char
#define uint unsigned int
#define
www.eeworm.com/read/160799/10498550
obj init.obj
www.eeworm.com/read/424028/10505941
h init.h
//Timer/Counter initialize
#define timer0_13bit TMOD&=0xf0
#define timer0_16bit TMOD&=0xf0;TMOD|=0x01
#define timer0_auto_reload TMOD&=0xf0;TMOD|=0x02
#define timer1_13bit
www.eeworm.com/read/278766/10511025
init scull.init
#!/bin/bash
# Sample init script for the a driver module
DEVICE="scull"
SECTION="misc"
# The list of filenames and minor numbers: $PREFIX is prefixed to all names
PREFIX="scull"
FI
www.eeworm.com/read/278764/10511543
init scull.init
#!/bin/bash
# Sample init script for the a driver module
DEVICE="scull"
SECTION="misc"
# The list of filenames and minor numbers: $PREFIX is prefixed to all names
PREFIX="scull"
FI
www.eeworm.com/read/160613/10514514
vsd init.vsd
www.eeworm.com/read/160583/10516958
py __init__.py
www.eeworm.com/read/352688/10523827
init boa.init
#!/bin/sh
# The following two lines enable chkconfig(1) to manipulate this script
# chkconfig: 345 87 13
# description: Boa is a World Wide Web server. It is used to serve \
# HTML files
www.eeworm.com/read/160435/10533305
c init.c
//==========================================================================;
//
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
// KIND, EITHER EXPRESSED OR IMPLIED, INC
www.eeworm.com/read/160435/10533348