代码搜索:initialisation
找到约 2,024 项符合「initialisation」的源代码
代码结果 2,024
www.eeworm.com/read/441245/7672602
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/441245/7672686
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 be found (optional; default: 2)
% MAXIT maximum numb
www.eeworm.com/read/441245/7672693
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/440097/7693969
h init.h
/***************************************************************************
init.h - description
-------------------
begin
www.eeworm.com/read/436309/7772760
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/436309/7772761
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/145899/12693437
_c server._c
//ICC-AVR application builder : 2005-3-29 下午 10:34:28
// Target : M8
// Crystal: 11.059Mhz
#include
#include
char flag = 0;
void port_init(void)
{
PORTB = 0xFF;
DDR
www.eeworm.com/read/145899/12693444
c server.c
//ICC-AVR application builder : 2005-3-29 下午 10:34:28
// Target : M8
// Crystal: 11.059Mhz
#include
#include
char flag = 0;
void port_init(void)
{
PORTB = 0xFF;
DDR
www.eeworm.com/read/246796/12704761
mak bf535 talkthrough c.mak
# Generated by the VisualDSP++ IDDE
# Note: Any changes made to this Makefile will be lost the next time the
# matching project file is loaded into the IDDE. If you wish to preserve
# changes,
www.eeworm.com/read/246796/12704765
mak classdwith535pwm.mak
# Generated by the VisualDSP++ IDDE
# Note: Any changes made to this Makefile will be lost the next time the
# matching project file is loaded into the IDDE. If you wish to preserve
# changes,