代码搜索:Select
找到约 10,000 项符合「Select」的源代码
代码结果 10,000
www.eeworm.com/read/178601/9390710
m select.m
function [popconm1,popparm1]=select(popcon1,poppar1,parpopsize,n1)
%
%
%
%
%
%
%
%
%
f=poppar1(:,n1+1)./poppar1(:,n1+2); %sharing of fitness
totalfit=sum(f);
if totalfit==0
prob(1:p
www.eeworm.com/read/177981/9424567
c select.c
/*
* GENESIS Copyright (c) 1986, 1990 by John J. Grefenstette
* This program may be freely copied for educational
* and research purposes. All other rights reserved.
*
* file: select
www.eeworm.com/read/177981/9425063
m select.m
function [out]=select(in,d,x,y)
%
% out=select(in);
%
% selects a new population
%
%
%
% Mix up the population
%
chrom=shuffle(in);
%
% Decode the existing population
%
coefs=decodal
www.eeworm.com/read/177948/9426641
bmp select.bmp
www.eeworm.com/read/177878/9429101
gif select.gif
www.eeworm.com/read/177326/9459507
c select.c
/*
* Boa, an http server
* Copyright (C) 1995 Paul Phillips
* Some changes Copyright (C) 1996 Charles F. Randall
* Some changes Copyright (C) 1996 Lar
www.eeworm.com/read/177237/9464166
c select.c
#include "vxWorks.h"
#include "selectLib.h"
#include "string.h"
#include "sysLib.h"
int fdSet (fd, pFdSet)
int fd;
struct fd_set *pFdSet;
{
return (FD_SET (fd, pFdSet));
}
int fdClr