代码搜索:SELECT
找到约 10,000 项符合「SELECT」的源代码
代码结果 10,000
www.eeworm.com/read/126956/6010056
select
#!/usr/local/bin/perl -w
use strict;
use DBI;
my $host='localhost';
my $port=6100;
my $dbh = DBI->connect(
"dbi:Gigabase:host=$host;port=6100",
"guest", "guest",{AutoCommit=>1})
|| die ;
my
www.eeworm.com/read/493005/6403616
select
NAME
select - form a list by selecting element-values from a given list
SYNOPSIS
select(x, y)
TYPES
x list
y string
return list
DESCRIPTION
If y is to be the name of a us
www.eeworm.com/read/119084/14839897
select
if test "$1" = "on"
then
echo "$2"
else
echo "$3"
fi
exit 0
www.eeworm.com/read/428078/1962297
select
#..........................................................................
#
# L a s t W a v e P a c k a g e 'disp' 2.
www.eeworm.com/read/100384/15875221
select
if test "$1" = "on"
then
echo "$2"
else
echo "$3"
fi
exit 0
www.eeworm.com/read/391596/8395537
for select.for
* SELECT.FOR
*
SUBROUTINE SELECT
*--selects a potential collision pair and calculates the product of the
*--collision cross-section and relative speed
*
INCLUDE 'dsmc0.h'
www.eeworm.com/read/160495/10526713
for select.for
www.eeworm.com/read/349979/10779316
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/467516/1500125
as select.as
package flare.query.methods
{
import flare.query.Query;
/**
* Create a new Query with the given select clauses.
* @param terms a list of select clauses
* @return the crea
www.eeworm.com/read/414769/11102011
for select.for
FUNCTION select(k,n,arr)
INTEGER k,n
REAL select,arr(n)
INTEGER i,ir,j,l,mid
REAL a,temp
l=1
ir=n
1 if(ir-l.le.1)then
if(ir-l.eq.1)then