代码搜索:Select
找到约 10,000 项符合「Select」的源代码
代码结果 10,000
www.eeworm.com/read/131315/5941241
h select.h
/* Needed by Interviews for AIX. */
#ifndef __libgxx_sys_select_h
extern "C"
{
#include_next
#define __libgxx_sys_select_h 1
}
#endif
www.eeworm.com/read/130174/5963590
js select.js
////////////////////////////////////////////////////////////////
//参数说明:
//参数 类型 含义
//theObj: String 选择的控件名(多个以逗号隔开)
//theTable: String 确定数据库表名
//theValueField: String
www.eeworm.com/read/127550/6004354
java select.java
import java.sql.*;
import java.io.*;
class Select
{
public static void main(String[] args)
{
try
{
String acNo="A00001";
Class.forName("sun.jdbc.odbc.JdbcOdbcDriver
www.eeworm.com/read/126956/6010047
select_by_ref
#!/usr/local/bin/perl -w
use strict;
use DBI;
my $dbh = DBI->connect(
"dbi:Gigabase:","guest", "guest",{AutoCommit=>1,RaiseError=>1});
my $insert=$dbh->prepare(q{
insert into person (name,address
www.eeworm.com/read/126956/6010060
select2
#!/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/126956/6010144
pl select.pl
#! /usr/bin/perl -w
# Example 1
# select to binded variables
use strict;
use Gigabase;
my $con=new Gigabase::Connection('localhost',6100,'guest','guest')
|| die "$Gigabase::errstr\n";
{
my $
www.eeworm.com/read/126430/6016861
c select.c
#define SWAP(a,b) temp=(a);(a)=(b);(b)=temp;
float select(k,n,arr)
float arr[];
unsigned long k,n;
{
unsigned long i,ir,j,l,mid;
float a,temp;
l=1;
ir=n;
for (;;) {
if (ir
www.eeworm.com/read/126430/6017473
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/125688/6022464
c select.c
/*
* Copyright (c) 1997-1999 University of Utah and the Flux Group.
* All rights reserved.
*
* This file is part of the Flux OSKit. The OSKit is free software, also known
* as "open source;" yo
www.eeworm.com/read/125688/6023768
h select.h
/* $NetBSD: select.h,v 1.10 1995/03/26 20:24:38 jtc Exp $ */
/*-
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in sour