代码搜索:Evolution
找到约 665 项符合「Evolution」的源代码
代码结果 665
www.eeworm.com/read/349709/10802694
sql objmaintain.sql
/*
* objMaintain.sql
* Chapter 15, Oracle10g PL/SQL Programming
* by Ron Hardman, Mike McLaughlin, Scott Urman
*
* This script demonstrates type evolution.
*/
SET SERVEROUTPUT ON SIZE 1
www.eeworm.com/read/165343/7143808
m psifunc.m
% Make a plot of the psi function used in density evolution
% Todd K. Moon, May 6, 2004
% Copyright 2004 by Todd K. Moon
% Permission is granted to use this program/data
% for educational/research on
www.eeworm.com/read/326691/13122545
txt 6-80msg1.txt
Subject: ape language
the latest issue of the journal of nih research ( vol 7 , no . 1 jan . 1995 pp . 50-55 ) contain a short review article by pat shipman on human evolution . on the cover , the ar
www.eeworm.com/read/409871/11308964
txt 6-80msg1.txt
Subject: ape language
the latest issue of the journal of nih research ( vol 7 , no . 1 jan . 1995 pp . 50-55 ) contain a short review article by pat shipman on human evolution . on the cover , the ar
www.eeworm.com/read/338523/12298478
asv evostrategy.asv
function PI=EvoStrategy(objFun,itera,maxmin,StopSign);
% Implementation of Evolution Strategy in Matlab.
rand('state',sum(100*clock));
randn('state',sum(100*clock));
LOW=ranges(1,:);DIFF=rnages(
www.eeworm.com/read/429858/1944341
properties geneticdrawingapp.properties
# Application global resources
Application.name = Genetic Leonardo
Application.title = Genetic Leonardo - See evolution at work!
Application.version = 1.0
Application.vendor = Lambda Tree Media
Appli
www.eeworm.com/read/429858/1944426
properties geneticdrawingapp.properties
# Application global resources
Application.name = Genetic Leonardo
Application.title = Genetic Leonardo (GP version) - See evolution at work!
Application.version = 1.0
Application.vendor = Lambda Tre
www.eeworm.com/read/410973/11261966
txt 6-80msg1.txt
Subject: ape language
the latest issue of the journal of nih research ( vol 7 , no . 1 jan . 1995 pp . 50-55 ) contain a short review article by pat shipman on human evolution . on the cover , the ar
www.eeworm.com/read/385539/8799409
txt de_example_in_c.txt
Sample Program of Differential Evolution
/* Coded by T.Takahama */
#include
#include
/* Random number generator in [0, 1] */
#define Rand() ((double)rand()/RAND_MAX)
/*
www.eeworm.com/read/385451/8804553
m sce.m
function [X,FVAL,EXITFLAG,OUTPUT] = SCE(FUN,X0,LB,UB,OPTIONS,varargin)
%SCE finds a minimum of a function of several variables using the shuffled
% complex evolution (SCE) algorithm originally introdu