代码搜索结果
找到约 10,000 项符合
Input 的代码
input.conf
# Configuration file for the input service
# This section contains options which are not specific to any
# particular interface
[General]
# Set idle timeout (in minutes) before the connection will
#
input.dat
1651 2 800 1 3e8
17625
8313
13455
-10150
18694
6582
21378
-9697
-11601
-11783
-5390
5177
-20009
input-real
Number of Real and Binary Variables (nreal 0)
Number of Objectives (2)
Number of Constraints (2)
Population size (100)
Maximum generations (100)
Crossover probability (0.9)
Real-parameter mutation pro
input-binary
Number of Real and Binary Variables (0 nbinary)
Number of Objectives (2)
Number of Constraints (2)
Population size (100)
Maximum generations (100)
Crossover probability (0.9)
Type of Crossover: Single
input.h
/*This is a file to get the input for the GA program*/
void input(FILE *rep_ptr);
void input(FILE *rep_ptr)
{
int i;
float cc;
printf("---------------------------------------------------
input.dat
.word 8192
.word 1328
.word -2896
.word 887
.word -4095
.word -6680
.word 2896
.word 4463
.word
input.h
/*!
************************************************************************
* \file input.h
*
* \brief
* Input related definitions
*
* \author
*
*******************************
input.c
/*!
*************************************************************************************
* \file input.c
*
* \brief
* Input related functions
*
* \author
* Main contributors (