代码搜索:Select
找到约 10,000 项符合「Select」的源代码
代码结果 10,000
www.eeworm.com/read/188626/8524238
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/188626/8524261
c select.c
#include
#include
#include
#include
#include
#include
#include
#include
#include
#i
www.eeworm.com/read/188532/8530987
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/289507/8547197
wav select.wav
www.eeworm.com/read/289184/8569441
c select.c
#include
#include
void selection_sort(int array[], int size)
{
int temp, current, j;
for (current = 0; current < size; current++)
for (j = current + 1; j < s
www.eeworm.com/read/388439/8609473
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/288527/8625237
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/288527/8626798
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