代码搜索:mate
找到约 1,628 项符合「mate」的源代码
代码结果 1,628
www.eeworm.com/read/160361/10538946
m spga.m
x = 0:10; y1 = sin(x);
popsize=50;lchrom=32;gen=50;minn=0;sitea=0;
%a1=zeros(1,length(y)+3);
%a1(2)=rand(1,1)*max(y);
B=zeros(popsize,lchrom);
A=rand(popsize,lchrom);
bestch=zeros(1,lchrom);
f
www.eeworm.com/read/486654/6524985
cpp 2273.cpp
/* This Code is Submitted by wywcgs for Problem 2273 on 2006-11-09 at 20:14:32 */
#include
#include
#include
using namespace std;
const int N = 64;
class Graph {
www.eeworm.com/read/481966/6634284
cpp 2273.cpp
/* This Code is Submitted by wywcgs for Problem 2273 on 2006-11-09 at 20:14:32 */
#include
#include
#include
using namespace std;
const int N = 64;
class Graph {
www.eeworm.com/read/189063/8492147
c generate.c
/*----------------------------------------------------------------------------*/
/* generate.c - create a new generation of individuals */
/*----------------------------------
www.eeworm.com/read/432914/8564619
java testmating.java
package chc;
public class TestMating {
public static Hypothesis one;
public static Hypothesis two;
public static Hypothesis thr;
public static Hypothesis fou;
public static Hypothe
www.eeworm.com/read/432914/8564632
java matingpair.java
package chc;
import java.io.*;
import java.util.*;
public class MatingPair {
private Hypothesis mate;
private Hypothesis match;
private Hypothesis brother;
private Hypothesis sister;
www.eeworm.com/read/288527/8625504
c generate.c
/*----------------------------------------------------------------------------*/
/* generate.c - create a new generation of individuals */
/*----------------------------------
www.eeworm.com/read/177981/9424669
c generate.c
/*----------------------------------------------------------------------------*/
/* generate.c - create a new generation of individuals */
/*----------------------------------
www.eeworm.com/read/170466/9805635
java testmating.java
package chc;
public class TestMating {
public static Hypothesis one;
public static Hypothesis two;
public static Hypothesis thr;
public static Hypothesis fou;
public static Hypothe
www.eeworm.com/read/170466/9805646
java matingpair.java
package chc;
import java.io.*;
import java.util.*;
public class MatingPair {
private Hypothesis mate;
private Hypothesis match;
private Hypothesis brother;
private Hypothesis sister;