代码搜索:Select

找到约 10,000 项符合「Select」的源代码

代码结果 10,000
www.eeworm.com/read/278154/10564719

c select.c

#define SWAP(a,b) temp=(a);(a)=(b);(b)=temp; float select(unsigned long k, unsigned long n, float arr[]) { unsigned long i,ir,j,l,mid; float a,temp; l=1; ir=n; for (;;) { if (ir
www.eeworm.com/read/160139/10565707

jsp select.jsp

www.eeworm.com/read/160029/10578729

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/352120/10579198

wav select.wav

www.eeworm.com/read/159907/10590489

aspx select.aspx

void OnSelected(Object src,EventArgs e) { string strModule = Request.Form["module"]; show.Text = strModule+"区"; }
www.eeworm.com/read/277701/10611450

m select.m

function path=Select(path,SelectP) [row,col]=size(path); roulette=cumsum(SelectP); % 玻ネ近絃 for i=1:row tempP=rand(1); % 繦诀 0~1 for j=1:length(roulette) if tempP
www.eeworm.com/read/159601/10634987

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/159601/10636462

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/277376/10643675

c select.c

/* Begin as usual with the includes and declarations and then initialize inputs to handle input from the keyboard. */ #include #include #include #include
www.eeworm.com/read/159280/10673711

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