代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/260910/11687357
m crossover.m
function a=crossover(fit)
global pop;
[px,py]=size(pop);
i=round(random('unif',1,px,1,1));
j=round(random('unif',1,px,1,1));
z=round(random('unif',1,px,1,1));
s=pop(i,z:py);
pop(i,z:py)=pop
www.eeworm.com/read/346994/11706395
c test.c
/* random.c - Demonstrates using a multidimensional array */
#include
#include
/* Declare a three-dimensional array with 1000 elements */
int random_array[64000][10];
int
www.eeworm.com/read/346868/11714777
h utils.h
#ifndef UTILS_H
#define UTILS_H
#include
#include
#include
#include
#include
#include
using namespace std;
//-----------------
www.eeworm.com/read/346868/11714841
h utils.h
#ifndef UTILS_H
#define UTILS_H
#include
#include
#include
#include
#include
#include
using namespace std;
//-----------------
www.eeworm.com/read/346868/11714919
h utils.h
#ifndef UTILS_H
#define UTILS_H
#include
#include
#include
#include
#include
#include
using namespace std;
//-----------------
www.eeworm.com/read/346868/11714977
h utils.h
#ifndef UTILS_H
#define UTILS_H
#include
#include
#include
#include
#include
#include
using namespace std;
//-----------------
www.eeworm.com/read/346868/11715045
h utils.h
#ifndef UTILS_H
#define UTILS_H
#include
#include
#include
#include
#include
#include
using namespace std;
//-----------------
www.eeworm.com/read/346868/11715167
h utils.h
#ifndef UTILS_H
#define UTILS_H
#include
#include
#include
#include
#include
#include
using namespace std;
//-----------------
www.eeworm.com/read/346867/11715249
h utils.h
#ifndef UTILS_H
#define UTILS_H
#include
#include
#include
#include
#include
using namespace std;
//----------------------------------
www.eeworm.com/read/346867/11715368
h utils.h
#ifndef UTILS_H
#define UTILS_H
#include
#include
#include
#include
#include
#include
using namespace std;
//-----------------