代码搜索:Select
找到约 10,000 项符合「Select」的源代码
代码结果 10,000
www.eeworm.com/read/352754/10517600
c select.c
/*
* This file contains the procedures for the handling of select
*
* Created for Linux based loosely upon Mathius Lattner's minix
* patches by Peter MacDonald. Heavily edited by Linus.
*/
www.eeworm.com/read/352733/10520720
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/160526/10521396
jpg select.jpg
www.eeworm.com/read/352688/10523898
o select.o
www.eeworm.com/read/352688/10524288
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/278492/10533018
gif select.gif
www.eeworm.com/read/160361/10538839
m select.m
function j=select(sum,fit)
%-------------------------
%j=select(sum,fit)
partsum=0;
j=1;
rand1=rand(1,1)*sum;
while ((partsum
www.eeworm.com/read/278235/10556724
elc select.elc
www.eeworm.com/read/278154/10564542
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