代码搜索:initializes
找到约 4,453 项符合「initializes」的源代码
代码结果 4,453
www.eeworm.com/read/360340/10101856
h realinit.h
/*This is the file which initializes the population*/
void realinit(population *pop_ptr);
void realinit(population *pop_ptr)
{
int i,j,r,d2;
float d,d1;
for (i = 0 ; i < popsize ; i++)
{
www.eeworm.com/read/418157/10963700
m sinker_ini.m
function [f,FL,FH] = sinker_ini(Fs,fBL,fBH,Fin,N,SN)
% Initializes the variables for the power spectal density calculation (by A. Fornasari, P. Malcovati)
%
% [f,FL,FH] = sinker_ini(Fs,fBL,fBH,Fin
www.eeworm.com/read/462739/7196834
h realinit.h
/*This is the file which initializes the population*/
void realinit(population *pop_ptr);
void realinit(population *pop_ptr)
{
int i,j,r,d2;
float d,d1;
for (i = 0 ; i < popsize ; i++)
{
www.eeworm.com/read/245836/12778444
m init2dsnapshot.m
% indx = Init2dSnapshot(iglob)
% [indx,coord_new] = Init2dSnapshot(iglob,coord)
%
% PURPOSE Initializes grid data for Plot2dSnapshot
%
% INPUT iglob(ngll,ngll,nel) local to global numbering map
% co
www.eeworm.com/read/136879/13356311
cpp time1.cpp
// Fig. 6.5: time1.cpp
// Member function definitions for Time class.
#include
#include "time1.h"
// Time constructor initializes each data member to zero.
// Ensures all Time obje
www.eeworm.com/read/136879/13356326
cpp time1.cpp
// Fig. 6.6: time1.cpp
// Member function definitions for Time class.
#include
#include "time1.h"
// Time constructor initializes each data member to zero.
// Ensures all Time obje
www.eeworm.com/read/136879/13356340
cpp time2.cpp
// Fig. 6.8: time2.cpp
// Member function definitions for Time class.
#include
#include "time2.h"
// Time constructor initializes each data member to zero.
// Ensures all Time obje
www.eeworm.com/read/147682/5728066
m init_drnlms.m
% [w,x,d,y,e,p]=init_drnlms(L,w0,x0,d0)
%
% Creates and initializes the variables required for the
% Data Reusing Normalized Least Mean Squares algorithm.
%
% Input Parameters [Size]::
%
www.eeworm.com/read/147682/5728072
m init_nlms.m
% [w,x,d,y,e,p]=init_nlms(L,w0,x0,d0)
%
% Creates and initializes the variables required for the
% Normalized Least Mean Squares Adaptive Filter algorithm.
%
% Input Parameters [Size]::
www.eeworm.com/read/147682/5728073
m init_lbpef.m
% [k,b,P,e,y,x,c]=init_lbpef(L,k0,b0,P0)
% Creates and initializes the variables required for the
% Lattice Forward Prediction Error Filter.
%
% Input Parameters [Size]::
% L :