代码搜索:initialisation
找到约 2,024 项符合「initialisation」的源代码
代码结果 2,024
www.eeworm.com/read/347151/11687635
bak gamesnake_opt.bak
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/347148/11688332
bak gpio_in_opt.bak
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/347148/11688505
opt gpio_in.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/155638/11858454
asm t1.asm
;Sources for the second task
t1_init nop ;insert your own initialisation code
return
t1_inter nop ;insert your own interrupt code
return
t1_run nop ;insert your own code
retu
www.eeworm.com/read/155638/11858456
asm t0.asm
;Sources for the first task
t0_init nop ;insert your own initialisation code
return
t0_inter nop ;insert your own interrupt code
return
t0_run nop ;insert your own code
retur
www.eeworm.com/read/255755/12057196
m ffnc.m
%FFNC Feed-forward neural net classifier back-end
%
% [W,HIST] = FFNC (ALG,A,UNITS,ITER,W_INI,T,FID)
%
% INPUT
% ALG Training algorithm: 'bpxnc' for back-propagation (default), 'lmnc'
%
www.eeworm.com/read/255755/12057326
m kmeans.m
%KMEANS k-means clustering
%
% [LABELS,A] = KMEANS(A,K,MAXIT,INIT,FID)
%
% INPUT
% A Matrix or dataset
% K Number of clusters to find (optional; default: 2)
% MAXIT maximum number o
www.eeworm.com/read/255755/12057342
m bpxnc.m
%BPXNC Back-propagation trained feed-forward neural net classifier
%
% [W,HIST] = BPXNC (A,UNITS,ITER,W_INI,T,FID)
%
% INPUT
% A Dataset
% UNITS Array indicating number of units in each h
www.eeworm.com/read/255755/12058333
m emclust.m
%EMCLUST Expectation-Maximization clustering
%
% [LABELS,W_EM] = EMCLUST (A,W_CLUST,K,LABTYPE,FID)
%
% INPUT
% A Dataset, possibly labeled
% W_CLUST Cluster model mapping, untrained (de
www.eeworm.com/read/150905/12248251
m ffnc.m
%FFNC Feed-forward neural net classifier back-end
%
% [W,HIST] = FFNC (ALG,A,UNITS,ITER,W_INI,T,FID)
%
% INPUT
% ALG Training algorithm: 'bpxnc' for back-propagation (default), 'lmnc'
%