代码搜索:init
找到约 10,000 项符合「init」的源代码
代码结果 10,000
www.eeworm.com/read/197959/7960289
h init.h
#define uchar unsigned char
#define uint unsigned int
sbit DD1 = P0^0;
sbit DD2 = P0^1;
sbit DD4 = P0^2;
sbit DD8 = P0^3;
sbit DG2 = P0^4;
sbit DG3
www.eeworm.com/read/197959/7960302
h init.h
#define uchar unsigned char
#define uint unsigned int
sbit DD1 = P0^0;
sbit DD2 = P0^1;
sbit DD4 = P0^2;
sbit DD8 = P0^3;
sbit DG2 = P0^4;
sbit DG3
www.eeworm.com/read/197959/7960309
h init.h
#define uchar unsigned char
#define uint unsigned int
uchar data PIDCASEL,PIDCASEH,PIDCASET; //L(42H),H(41H),T(40H)
uchar data T1min;
sbit DD1 = P0^0;
sbit DD2 = P0^1;
s
www.eeworm.com/read/197959/7960319
h init.h
#define uchar unsigned char
#define uint unsigned int
uchar data PIDCASEL,PIDCASEH,PIDCASET; //L(42H),H(41H),T(40H)
uchar data T1min;
sbit DD1 = P0^0;
sbit DD2 = P0^1;
s
www.eeworm.com/read/298388/7963548
cpp init.cpp
#include "main.h"
#include
char OldBlockData[YSize][XSize];
int BlockData[YSize][XSize];
void InitClass( )
{
human[main]=new HUMAN(0,640,0,0,TAlley);
for (int i=1;i
www.eeworm.com/read/298372/7964999
c init.c
www.eeworm.com/read/197757/7971405
init bootlogd.init
#! /bin/sh
#
# bootlogd One of the first scripts to be executed. Starts or stops
# the bootlogd log program. If this script is called as
# "stop-bootlogd", it will stop the daemon instead of
# star
www.eeworm.com/read/197757/7971440
8 init.8
.\"{{{}}}
.\"{{{ Title
.TH INIT 8 "29 Jul 2004" "" "Linux System Administrator's Manual"
.\"}}}
.\"{{{ Name
.SH NAME
init, telinit \- process control initialization
.\"}}}
.\"{{{ Synopsis
.SH SYNOP
www.eeworm.com/read/197757/7971528
c init.c
/*
* Init A System-V Init Clone.
*
* Usage: /sbin/init
* init [0123456SsQqAaBbCc]
* telinit [0123456SsQqAaBbCc]
*
* Version: @(#)init.c 2.86 30-Jul-2004 miquels@cistron.nl
*/
#def
www.eeworm.com/read/197757/7971572
h init.h
/*
* init.h Several defines and declarations to be
* included by all modules of the init program.
*
* Version: @(#)init.h 2.85-5 02-Jul-2003 miquels@cistron.nl
*
*/
/* Standard configuratio