代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/469416/6976245
m pick.m
function [i,j] = pick(ndx)
% PICK Pick an entry at random from a vector
% function [i,j] = pick(ndx)
%
% i = ndx(j) for j ~ U(1:length(ndx))
dist = normalize(ones(1,length(ndx)));
j = sample_d
www.eeworm.com/read/468567/6993144
java santafeants.java
// Author: Linda MacPhee-Cobb 2008
// http://www.herselfsai.com/2008/06/santafe-ant-trail.html
// Simple demo of SantaFe Ant problem in genetic life
// Creative Commons Non Commercial Share A
www.eeworm.com/read/466842/7021941
c sga.c
/********************************************************************/
/* 基于基本遗传算法的函数最优化任意随机交叉父体 SGAM.C */
/* A Function Optimizer using Simple Genetic Algorithm */
/* dev
www.eeworm.com/read/466842/7021947
c sga.c
/********************************************************************/
/* 基于基本遗传算法的函数最优化 SGA.C */
/* A Function Optimizer using Simple Genetic Algorithm */
www.eeworm.com/read/466842/7021954
c sga.c
/**********************************************************************/
/* 基于基本遗传算法的自适应遗传优化算法函数最优化 SGA_AUTO.C */
/* A Function Optimizer using Simple Genetic Algorithm */
/
www.eeworm.com/read/466066/7043785
cs form1.cs
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
namespace sayisallotoarray
www.eeworm.com/read/464666/7067384
~pas gadelphi.~pas
unit GADelphi;
interface
uses
Math, SysUtils;
type
PUnsigned = array of Cardinal;
Pint = ^integer;
individual = record
chrom: PUnsigned;
fitness: double;
varible: d
www.eeworm.com/read/464666/7067391
pas gadelphi.pas
unit GADelphi;
interface
uses
Math, SysUtils;
type
PUnsigned = array of Cardinal;
Pint = ^integer;
individual = record
chrom: PUnsigned;
fitness: double;
varible: d
www.eeworm.com/read/197608/7069564
mak dos.mak
#
# Borland C++ IDE generated makefile
#
.AUTODEPEND
#
# Borland C++ tools
#
IMPLIB = Implib
BCCDOS = Bcc +BccDos.cfg -DBCPATH="$(BCPATH:\=\\)"
TLINK = TLink
TLIB = TLib
TASM = Tasm
#
# I
www.eeworm.com/read/197608/7069566
mak windows.mak
#
# Borland C++ IDE generated makefile
#
.AUTODEPEND
#
# Borland C++ tools
#
IMPLIB = Implib
BCC = Bcc +BccW16.cfg -DBCPATH="$(BCPATH:\=\\)"
TLINK = TLink
TLIB = TLib
BRC = Brc
TASM