代码搜索:prepare 开发教程
找到约 10,000 项符合「prepare 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/129314/14252488
frm prepare.frm
VERSION 5.00
Begin VB.Form prepare
Caption = "Form1"
ClientHeight = 4500
ClientLeft = 60
ClientTop = 345
ClientWidth = 4680
LinkTopic
www.eeworm.com/read/117561/14915728
h prepare.h
/* prepares the data for the main loop */
void prepare()
{
long x,y,z;
char i;
long ind,indp1,indm1,Ra;
long it;
char d,c;
double div,V;
long Nxy=Nx*Ny;
char str[1000];
/* start matlab */
i
www.eeworm.com/read/213813/15124474
c prepare.c
/*
** 2005 May 25
**
** 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 forgiveness fo
www.eeworm.com/read/480780/1314507
po prepare.po
prepare.o: prepare.c sqliteInt.h sqlite3.h \
/usr/lib/gcc/i386-redhat-linux/3.4.6/include/stdarg.h hash.h parse.h \
/usr/include/stdio.h /usr/include/features.h /usr/include/sys/cdefs.h \
/usr/i
www.eeworm.com/read/472233/1416799
prepare-changelog
#!/usr/bin/perl -w
# -*- Mode: perl; indent-tabs-mode: nil; c-basic-offset: 2 -*-
#
# Copyright (C) 2000, 2001 Eazel, Inc.
# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Apple Inc. All rights
www.eeworm.com/read/183001/5259275
c prepare.c
/*-------------------------------------------------------------------------
*
* prepare.c
* Prepareable SQL statements via PREPARE, EXECUTE and DEALLOCATE
*
* This module also implements storag
www.eeworm.com/read/183001/5259856
h prepare.h
/*-------------------------------------------------------------------------
*
* prepare.h
* PREPARE, EXECUTE and DEALLOCATE commands, and prepared-stmt storage
*
*
* Copyright (c) 2002-2005, P
www.eeworm.com/read/183001/5260084
c prepare.c
/* $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/prepare.c,v 1.14.2.1 2005/11/30 12:50:37 meskes Exp $ */
#define POSTGRES_ECPG_INTERNAL
#include "postgres_fe.h"
#include
#include "ecpgt