代码搜索:DataBase
找到约 10,000 项符合「DataBase」的源代码
代码结果 10,000
www.eeworm.com/read/386711/8729579
java quit.java
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package database;
/**
*
* @author outlaw
*/
public class Quit extends Exception
{
public Qu
www.eeworm.com/read/430659/8734703
frm frmsecure.frm
VERSION 5.00
Begin VB.Form frmSecure
BorderStyle = 3 'Fixed Dialog
Caption = "Secure"
ClientHeight = 1545
ClientLeft = 2835
ClientTop = 3480
www.eeworm.com/read/430659/8734772
frm frmdatabasepassword.frm
VERSION 5.00
Begin VB.Form frmDatabasePassword
Caption = "Database Password"
ClientHeight = 2700
ClientLeft = 60
ClientTop = 345
ClientWidth =
www.eeworm.com/read/430659/8735135
frm fcreatedb.frm
VERSION 5.00
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.1#0"; "COMDLG32.OCX"
Begin VB.Form FCreateDB
Caption = "Create Database"
ClientHeight = 1245
ClientLeft
www.eeworm.com/read/430659/8735603
frm replicate.frm
VERSION 5.00
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.1#0"; "COMDLG32.OCX"
Begin VB.Form frmReplicate
Caption = "Replicate Database"
ClientHeight = 3345
ClientL
www.eeworm.com/read/286257/8780283
bas mod_sde.bas
Attribute VB_Name = "Mod_SDE"
Private Function SDEAdoCon(User As String, Password As String, Server As String, _
version As String, Instance As String, Optional Database As String) As ADODB.
www.eeworm.com/read/285972/8798930
cpp invoice.cpp
// Invoice.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "Invoice.h"
#include "InvoiceDlg.h"
#include "Mdb.h"
#include "PswDlg.h"
#ifdef _DEBUG
#de
www.eeworm.com/read/429363/8810308
m contents.m
% M_Map - mapping toolbox (Author: rich@eos.ubc.ca)
% Version 1.4d 1 Oct 2008
%
% You have collected your data, loaded it into Matlab, analyzed
% everything to death, and now you want to make a simpl
www.eeworm.com/read/429363/8810363
m m_etopo2.m
function [values,longs,lats]=m_etopo2(varargin);
% M_ETOPO2 Contour elevation onto a map using the 2-minute ETOPO2 database
% M_ETOPO2 contours elevations at 1000m intervals for the map.
%