代码搜索:initializes

找到约 4,453 项符合「initializes」的源代码

代码结果 4,453
www.eeworm.com/read/140704/5784314

h init_triphones.h

// file: init_triphones.h // // definitions file for the utility that initializes triphones using a // clustered phone list and context-independent phones related material // // make sure definitions
www.eeworm.com/read/100285/6272203

pl runtests.pl

#!/usr/local/bin/perl # # Accepts one argument - DBMS name (pgsql, ...) and initializes # global variable $TestDBMS with this name. # # Where to run tests $DBNAME = 'perftest'; # This describtion fo
www.eeworm.com/read/479166/6700133

cpp bankdatabase.cpp

// BankDatabase.cpp // Member-function definitions for class BankDatabase. #include "BankDatabase.h" // BankDatabase class definition // BankDatabase default constructor initializes accounts Ban
www.eeworm.com/read/258131/11882834

m initializewimaxldpc.m

% File: InitializeWiMaxLDPC.m % % Description: Initializes the WiMax LDPC encoder/decoder % % The calling syntax is: % [H_rows, H_cols, P] = InitializeWiMaxLDPC( rate, size, ind )
www.eeworm.com/read/153407/12035628

m gplab.m

function [vars,best]=gplab(g,varargin) %GPLAB Runs the GPLAB genetic programming algorithm. % GPLAB(NGENS,POPSIZE) initializes a GPLAB algorithm using % POPSIZE individuals, and runs it for
www.eeworm.com/read/255333/12089102

s init_a.s

; ********************************* ; LPC22XX SYSTEM WITHOUT OS ; FILE: INIT_A.S ; MODIFIED: ZPCYP 2005-3-16 20:16 ; ********************************* ; This module initializes stack poin
www.eeworm.com/read/340487/12153443

f graphsubs.f

* Copyright (c) Colorado School of Mines, 2007. * All rights reserved. subroutine initgraph() * * initializes graphics operations * return end subroutine endgraph() * * ends graphics operations
www.eeworm.com/read/336439/12443847

asm sys_init.asm

;=========================================================================== ; Module Name: S Y S _ I N I T ; ; File Name: Sys_init.asm ; ; Description: Initializes F24x/xx devices ;
www.eeworm.com/read/226683/14455518

m initphi.m

function phi = initphi( imsize, center, radius, isinside ) % INITPHI Initialize the phi funcion % INITPHI( center, radius ) initializes the zero level level-set % of the phi function by the circ
www.eeworm.com/read/224759/14568433

m gplab.m

function [vars,best]=gplab(g,varargin) %GPLAB Runs the GPLAB genetic programming algorithm. % GPLAB(NGENS,POPSIZE) initializes a GPLAB algorithm using % POPSIZE individuals, and runs it for