代码搜索:Select
找到约 10,000 项符合「Select」的源代码
代码结果 10,000
www.eeworm.com/read/420490/10793274
m select.m
function [y]=select(x,sumfit)
% variable 'x' stands for fitness
popsize=length(x);
sum=0;
pick=rand(1);
% avgfit=x./sumfit
for m=1:popsize+1
if sum
www.eeworm.com/read/349763/10800919
m select.m
function Ret=select(Individuals,SizePop,Opts)
% In this function,it fulfils a selection among chromosomes
% Individuals input : set of Individuals
% SizePop input : size of population
% Opts
www.eeworm.com/read/419962/10826447
wav select.wav
www.eeworm.com/read/275163/10834113
c select.c
/*
** 2001 September 15
**
** The author disclaims copyright to this source code. In place of
** a legal notice, here is a blessing:
**
** May you do good and not evil.
** May you find forgiven
www.eeworm.com/read/274928/10844914
def select.def
[ItemCount]
Count=110
[Item0]
ItemCode=100000
ItemState=3
[Item1]
ItemCode=100100
ItemState=3
[Item2]
ItemCode=100200
ItemState=3
[Item3]
ItemCode=100300
ItemState=3
[Item4]
ItemCode=10
www.eeworm.com/read/419594/10856712
c select.c
/* can_select
*
* can4linux -- LINUX CAN device driver source
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory
www.eeworm.com/read/274654/10860674
m select.m
function path=Select(path,SelectP)
[row,col]=size(path);
roulette=cumsum(SelectP);
for i=1:row
tempP=rand(1);
for j=1:length(roulette)
if tempP
www.eeworm.com/read/419546/10862684
c select.c
/*select.c*/
#include
#include
#include
#include
#include
int main(void)
{
int fds[2];
char buf[7];
int i,rc,maxfd;
fd_set inset1,in
www.eeworm.com/read/274504/10867380
bmp select.bmp
www.eeworm.com/read/419410/10870154