代码搜索:statement

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

代码结果 10,000
www.eeworm.com/read/126430/6016764

c tred2.c

#include void tred2(a,n,d,e) float **a,d[],e[]; int n; { int l,k,j,i; float scale,hh,h,g,f; for (i=n;i>=2;i--) { l=i-1; h=scale=0.0; if (l > 1) { for (k=1;k
www.eeworm.com/read/126430/6017376

c tred2.c

#include void tred2(float **a, int n, float d[], float e[]) { int l,k,j,i; float scale,hh,h,g,f; for (i=n;i>=2;i--) { l=i-1; h=scale=0.0; if (l > 1) { for (k=1;k
www.eeworm.com/read/125050/6034610

java jdbcpool.java

/* * PoolMan Java Object Pooling and Caching Library * Copyright (C) 1999-2001 The Code Studio * * This library is free software; you can redistribute it and/or * modify it under the terms of
www.eeworm.com/read/121089/6070184

asm prsnt.asm

TITLE PRSNT - Parser NonTerminal Functions ;========================================================================== ; ; Module: prsnt.asm - Parser NonTerminal Functions ; Subsystem: Pars
www.eeworm.com/read/121089/6070195

asm ssdata.asm

TITLE ssdata - Scanner specific data declarations ;*** ;ssdata - Scanner specific data declarations ; ; Copyright 1986, Microsoft Corporation ; ;Purpose: ; ; This module contains scanne
www.eeworm.com/read/120487/6072393

txt sql_features.txt

B011 Embedded Ada NO B012 Embedded C YES B013 Embedded COBOL NO B014 Embedded Fortran NO B015 Embedded MUMPS NO B016 Embedded Pascal NO B017 Embedded PL/I NO B021 Direct SQL YES
www.eeworm.com/read/120487/6072863

h parsenodes.h

/*------------------------------------------------------------------------- * * parsenodes.h * definitions for parse tree nodes * * * Portions Copyright (c) 1996-2003, PostgreSQL Global Develo
www.eeworm.com/read/118881/6093329

java jdbcstatement.java

/* * jdbcStatement.java */ package org.hsql; import java.sql.*; /** * The object used for executing a static SQL statement * and obtaining the results produced by it. * * Onl
www.eeworm.com/read/114609/6123317

java spaceentry.java

// SpaceEntry.java // $Id: SpaceEntry.java,v 1.1 1998/01/22 12:58:40 bmahe Exp $ // (c) COPYRIGHT MIT and INRIA, 1996. // Please first read the full copyright statement in file COPYRIGHT.html package
www.eeworm.com/read/113186/6133576

java statementcallback.java

/* * Copyright 2002-2004 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.