代码搜索:init
找到约 10,000 项符合「init」的源代码
代码结果 10,000
www.eeworm.com/read/425011/10387924
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/354114/10388608
obj init.obj
www.eeworm.com/read/354114/10388623
asm init.asm
; .include "F2407REGS.H" ;引用头部文件
.ref _c_int0
.ref _c_int6
; .ref _c_int1
;(1)建立中断向量表
.sect ".vectors" ;定义主向量段
RSVECT B _c_int0 ;PM 0 复位向量 1
INT1
www.eeworm.com/read/353914/10405659
h init.h
#define timer0_13bit TMOD&=0xf0;
#define timer0_16bit TMOD&=0xf0;//TMOD|=0x01;
#define timer0_auto_reload TMOD&=0xf0;//TMOD|=0x02;
#define timer1_13bit TMOD&=0x0f;
#d
www.eeworm.com/read/353914/10405908
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/353873/10410780
m init.m
function c = init(chr)
% INIT - Initiates a chromosome or a vector of chromosomes i.e a population.
% The function returns an initiated chromosome(s), i.e. every design
% variable has been given a
www.eeworm.com/read/353873/10410895
m init.m
function g = init(gn)
% INIT - initiates the gene the function initiates a design
% variable, i.e. it assigns a random binary string to the DNA and
% converts its value to decimal form.
if isa(gn,
www.eeworm.com/read/161312/10426345
init bluetooth.init
#!/bin/sh
#
# Start/stop the Bluetooth daemons
#
set -e
PATH=/sbin:/bin:/usr/sbin:/usr/bin
NAME=bluetooth
DESC="Bluetooth subsystem"
HCID_NAME=hcid
SDPD_NAME=sdpd
HIDD_NAME=hidd
HID2HCI_NAME=hid2hc