代码搜索:initializes

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

代码结果 4,453
www.eeworm.com/read/387396/8686602

bak xt.java.bak

import java.applet.Applet; public class xt extends Applet { /** * Initializes the applet. You never need to call this directly; it is * called automatically by the system once t
www.eeworm.com/read/375499/9358549

cpp advertisement.cpp

#include #include"Advertisement.h" using namespace std; /* Initializes the private data members to default values */ Advertisement::Advertisement(void):title(""), seller_email(""), b
www.eeworm.com/read/375499/9358555

cpp client.cpp

#include #include"Client.h" using namespace std; /* Initializes the private data members to default values */ Client::Client(void):fname(""),lname(""),email(""),passwd(""){} /* Make
www.eeworm.com/read/364264/9916892

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/279607/10410651

java drawgraphics.java

package graphInterface; import java.awt.*; import javax.swing.*; import java.awt.Dimension; public class DrawGraphics extends JFrame { /** * This method initializes this * */ p
www.eeworm.com/read/277287/10648034

c teststream.c

/**** teststream.c ****/ #include "streamdb.h" /* main() initializes the stream database, loads/builds a database in memory, adds entries, deletes entries, saves the database to an alternate file
www.eeworm.com/read/273334/10920317

bak kh.java.bak

import java.applet.Applet; public class kh extends Applet { /** * Initializes the applet. You never need to call this directly; it is * called automatically by the system once t
www.eeworm.com/read/273334/10920347

bak xt.java.bak

import java.applet.Applet; public class xt extends Applet { /** * Initializes the applet. You never need to call this directly; it is * called automatically by the system once t
www.eeworm.com/read/470544/6913348

m migemquantex.m

% function [idx,netsim,dpsim,expref] = mdgEMquantEx(x, S, K, EMruns) % % Initializes k-centers with the quantized means (exemplars) found by a % an isotropic diagonal mixture of Gaussians. % % In
www.eeworm.com/read/470544/6913350

m migemquant.m

% function [idx,netsim,dpsim,expref] = migEMquant(x, S, K, EMruns) % % Initializes k-centers with the clustering partition found by a % an isotropic diagonal mixture of Gaussians. % % Input: %