代码搜索:operators
找到约 8,993 项符合「operators」的源代码
代码结果 8,993
www.eeworm.com/read/391341/8408025
m sos.m
global bounds
% Crossover Operators
rand('seed',0);
xFns = 'arithXover heuristicXover simpleXover';
xOpts = [10 0; 10 3; 10 0];
% Mutation Operators
mFns = 'boundaryMutation multiNonUnifMutation
www.eeworm.com/read/390036/8488738
java szys.java
import java.util.*;
import java.io.*;
import java.lang.Number.*;
import java.util.regex.* ;
public class testenum {
static boolean thefirstisOperations = false;
static String thealloper = "";
www.eeworm.com/read/189063/8492131
makefile
#
# Makefile for Simple Genetic Algorithm C code
#
#####################################
# Define implicit compilation rules #
#####################################
# uncomment following lines
www.eeworm.com/read/189063/8492149
errs
cc -O -c main.c
cc -O -c app.c
cc -O -c generate.c
cc -O -c initial.c
cc -O -c memory.c
cc -O -c operators.c
cc -O -c random.c
cc -O -c report.c
cc -O -c rselect.c
cc -O -c statisti
www.eeworm.com/read/288527/8625461
makefile
#
# Makefile for Simple Genetic Algorithm C code
#
#####################################
# Define implicit compilation rules #
#####################################
# uncomment following lines
www.eeworm.com/read/288527/8625515
errs
cc -O -c main.c
cc -O -c app.c
cc -O -c generate.c
cc -O -c initial.c
cc -O -c memory.c
cc -O -c operators.c
cc -O -c random.c
cc -O -c report.c
cc -O -c rselect.c
cc -O -c statisti
www.eeworm.com/read/431198/8703156
java logicaloptable.java
/*
Project 2-2
Print a truth table for the logical operators.
*/
class LogicalOpTable {
public static void main(String args[]) {
boolean p, q;
System.out.p
www.eeworm.com/read/386806/8724713
c opl3.c
/*
* sound/opl3.c
*
* A low level driver for Yamaha YM3812 and OPL-3 -chips
*
* Copyright by Hannu Savolainen 1993
*
* Redistribution and use in source and binary forms, with or witho