代码搜索:initializes
找到约 4,453 项符合「initializes」的源代码
代码结果 4,453
www.eeworm.com/read/364264/9916739
m checkvarsstate.m
function [state,params]=checkvarsstate(start,continuing,data,params,state,n,g);
%CHECKVARSSTATE Initializes GPLAB algorithm state variables.
% CHECKVARSSTATE(START,CONTINUE,DATA,PARAMS,STATE,PO
www.eeworm.com/read/160819/10496272
h worditer.h
#ifndef _WORDSTREAMITERATOR_H
#define _WORDSTREAMITERATOR_H
// Owen Astrachan 7/3/95, modified 4/9/99
//
// class WordStreamIterator
//
// void Open(string name)
// -- initializes iterator to
www.eeworm.com/read/421207/10750626
h bounds.h
#ifndef H_BOUNDS
#define H_BOUNDS
typedef unsigned char PIXELVALUE;
class PhysicalSprite
{
public:
// Constructor. Initializes all data structures needed
PhysicalSprite(PIXELVALUE* pix
www.eeworm.com/read/271561/10989592
txt nlbuttons4.txt
globals [ClusterSz ticks] ; Global variables
turtles-own [group] ; Each turtle has "group" as a variable
to setup ; Initializes model for new run.
set-default-shape t
www.eeworm.com/read/470544/6913351
m mdgemquant.m
% function [idx,netsim,dpsim,expref] = mdgEMquant(x, S, K, EMruns)
%
% Initializes k-centers with the clustering partition found by a
% a diagonal mixture of Gaussians.
%
% Input:
% x is a d-
www.eeworm.com/read/445364/7596341
m em_init_kmeans.m
function [Priors, Mu, Sigma] = EM_init_kmeans(Data, nbStates)
%
% This function initializes the parameters of a Gaussian Mixture Model
% (GMM) by using k-means clustering algorithm.
%
% Inputs -
www.eeworm.com/read/329502/12951463
in configure.in
# This first line initializes autoconf and gives it a file that it can
# look for to make sure the source distribution is complete.
AC_INIT(README)
dnl Set various version strings - taken gratefully
www.eeworm.com/read/319707/13445765
py objvar.py
# -*- coding: cp936 -*-
# Filename: objvar.py
class Person:
'''Represents a person.'''
population = 0
def __init__(self, name):
'''Initializes the person's data.'''
www.eeworm.com/read/492033/6430220
cpp tempload.cpp
#include "tempload.h"
#include "intools.h"
/**
This constructor initializes class attributes to the zero values.
*/
tempload::tempload()
{
nlc = 0L;
val = 0.0;
}
/**
Destructor
*/
tempload:
www.eeworm.com/read/479166/6700142
cpp account.cpp
// Account.cpp
// Member-function definitions for class Account.
#include "Account.h" // Account class definition
// Account constructor initializes attributes
Account::Account( int theAccountNu