代码搜索结果
找到约 10,000 项符合
Input 的代码
input.c
#include "lprps.h"
static int eof_count;
static int ignore_input;
static enum parse_state { /* state of parsing input from printer */
NORMAL,
HAD_ONE_PERCENT,
HAD_TWO_PERCENT,
IN_MESSAGE,
HAD_RI
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.txt
11111 11011011000111001 1000010100 100001011101001010011001 1110110011010 1000010100 101111110101001010011001 ;
11010011 01000110000 10110110001110001,11111'100001 11000111010 01011110000100100010010
input.java
package fuzzy_control;
public class Input {
private int offset;
private double Input_Matrix[][];
private double distance[][];
Input(double[][] dis)
{
Input_Matri
input.h
/**************************************************************************************
* *
*