代码搜索:Population

找到约 4,722 项符合「Population」的源代码

代码结果 4,722
www.eeworm.com/read/120851/14786143

cpp population.cpp

// population.cpp: implementation of the population class. // ////////////////////////////////////////////////////////////////////// #include #include #include "population.h
www.eeworm.com/read/120851/14786146

h population.h

// population.h: interface for the population class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_POPULATION_H__EBC520C7_10A5_11D4_BAC1_9349EAE2243A_
www.eeworm.com/read/218292/14927352

h population.h

class Population { private: Individual ind[POP_SIZE]; Individual TempInd[Temp_POP_SIZE]; public: double random(double min,double max) //产生最小min--最大max的随机数 {
www.eeworm.com/read/218167/14932305

cpp population.cpp

#include "stdafx.h" #include "population.h" #include "chromosome.h" #include "myRandom.h" extern MyRandom myRandom; Population::Population(int popsize) { this->PopSize = popsize; this->Av
www.eeworm.com/read/218167/14932310

h population.h

#ifndef POPULATION #define POPULATION //mycodes #include "chromosome.h" #include "parameter.h" extern MyParameter myparameter; class Population { private: int PopSize;
www.eeworm.com/read/250117/4441471

cs population.cs

using System; namespace Manhattan { /// /// Kansas 的摘要说明. /// class Kansas { /// /// 应用程序的主入口点. /// /// private int _populati
www.eeworm.com/read/235810/4645391

cs population.cs

using System; namespace Manhattan { /// /// Kansas 的摘要说明. /// class Kansas { /// /// 应用程序的主入口点. /// /// private int _populati
www.eeworm.com/read/232405/4701565

java population.java

/* * This file is part of the GeOxygene project source files. * * GeOxygene aims at providing an open framework which implements OGC/ISO specifications for * the development and deployment
www.eeworm.com/read/231865/4709380

h population.h

/* -*-C-*- ******************************************************************************** * * File: Population.h * RCS: $Header: /cvsroot/rosetta/rosetta/src/kernel/sav/library/
www.eeworm.com/read/228590/4763812

java population.java

/* * YALE - Yet Another Learning Environment * Copyright (C) 2002, 2003 * Simon Fischer, Ralf Klinkenberg, Ingo Mierswa, * Katharina Morik, Oliver Ritthoff * Artificial Inte