代码搜索:initialised
找到约 115 项符合「initialised」的源代码
代码结果 115
www.eeworm.com/read/335984/12485020
h rdlib.h
/*
* rdlib.h Functions for manipulating libraries of RDOFF object files.
*/
struct librarynode {
char *name;
FILE *fp; /* initialised to NULL - always check */
www.eeworm.com/read/123064/14649949
h rdlib.h
/* rdlib.h Functions for manipulating librarys of RDOFF object files */
struct librarynode {
char * name;
FILE * fp; /* initialised to NULL - always check*/
int referenced; /* &
www.eeworm.com/read/118993/14845253
h rdlib.h
/* rdlib.h Functions for manipulating librarys of RDOFF object files */
struct librarynode {
char * name;
FILE * fp; /* initialised to NULL - always check*/
int referenced; /* &
www.eeworm.com/read/261925/4319206
py options.py
"""Options
Abstract:
Options.options is a globally shared options object.
This object is initialised when the module is loaded: the envar
BAYESCUSTOMIZE is checked for a list of names, if nothing is
www.eeworm.com/read/100359/15876214
h rdlib.h
/* rdlib.h Functions for manipulating librarys of RDOFF object files */
struct librarynode {
char * name;
FILE * fp; /* initialised to NULL - always check*/
int referenced; /* &
www.eeworm.com/read/445756/7591146
h display.h
/*
** display.h
**
** Written by Peter Sutton - October 2004
**
*/
/*
** Initialise the screen and draw a border around where the pieces
** will fall. Serial IO must be initialised before
www.eeworm.com/read/460770/7241026
h rdlib.h
/* rdlib.h Functions for manipulating librarys of RDOFF object files */
struct librarynode {
char * name;
FILE * fp; /* initialised to NULL - always check*/
int referenced; /* & open i
www.eeworm.com/read/295361/8168002
c krx80600.c
/*
Exercise 8.6. The standard library function calloc(n, size) returns a pointer to n objects
of size size, with the storage initialised to zero. Write calloc, by calling
malloc or by
www.eeworm.com/read/196832/8055416
m hmmrandinit.m
function [hmm] = hmmrandinit (X,hmm,covtype)
% function [hmm] = hmmrandinit (X,hmm,covtype)
%
% Initialise Gaussian observation HMM model
% using a randomly initialised static Gaussian Mixture Model
www.eeworm.com/read/389395/2540558
txt 1_testpetstoreimpl-err.txt
[CLOVER] FATAL ERROR: Clover could not be initialised. Are you sure you have Clover in the runtime classpath? (class java.lang.NoClassDefFoundError:com_cenqua_clover/CloverVersionInfo)