代码搜索:initialised

找到约 115 项符合「initialised」的源代码

代码结果 115
www.eeworm.com/read/196832/8055401

m chmmrandinit.m

function [chmm] = chmmrandinit (X,Y,chmm,covtype) % function [chmm] = chmmrandinit (X,Y,chmm,covtype) % % Initialise Gaussian observation CHMM model % using a randomly initialised static Gaussian Mi
www.eeworm.com/read/227960/14405285

m gtm_pci.m

function [W, beta] = gtm_pci(T, X, FI) % Returns a weight matrix initialised using principal components. % % The returned weight matrix maps the mean of the % latent variable to the mean of th
www.eeworm.com/read/103915/15716291

c infstatic.c

// // infstatic.c // // Decompress a static (fixed) compressed block // // This code was cloned from infdyna.c with the following changes: // 1. Use global pre-initialised static tables // 2. A
www.eeworm.com/read/231546/4715109

examples

Note that enough temporary registers should be provided for each example. All should be initialised to 0. Initial register values for benchmarking: 0,8,3,0,... Performed on a Xenix 386/16: Operation
www.eeworm.com/read/218791/4855393

examples

Note that enough temporary registers should be provided for each example. All should be initialised to 0. Initial register values for benchmarking: 0,8,3,0,... Performed on a Xenix 386/16: Operation
www.eeworm.com/read/346946/3179393

examples

Note that enough temporary registers should be provided for each example. All should be initialised to 0. Initial register values for benchmarking: 0,8,3,0,... Performed on a Xenix 386/16: Operation
www.eeworm.com/read/352894/3092415

examples

Note that enough temporary registers should be provided for each example. All should be initialised to 0. Initial register values for benchmarking: 0,8,3,0,... Performed on a Xenix 386/16: Operation
www.eeworm.com/read/209321/15223446

c filetype.c

/* * filetype.c * * Copyright (C) 1993 Alain Knaff */ #define _LARGEFILE64_SOURCE #define _GNU_SOURCE #include "sysincludes.h" static int is_initialised=0; static FilenameActions *filenameAct
www.eeworm.com/read/190666/5178214

c 20000801-4.c

/* Origin: PR c/128 from Martin Sebor , adapted as a testcase by Joseph Myers . */ /* Character arrays initialised by a string literal must have uninitialis
www.eeworm.com/read/409992/11305171

h stdarg.h

/* * A nice old stdarg.h * * djm 28/2/2000 * * Will this work? Who knows! * * NB. va_start must be called immediately after calling * the function - i.e. no auto variables can be initialised