代码搜索:DataBase
找到约 10,000 项符合「DataBase」的源代码
代码结果 10,000
www.eeworm.com/read/358903/10176422
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.
%
www.eeworm.com/read/357746/10201832
diz file_id.diz
--------------------------------------------
VISOCO dbExpress driver for Sybase ASE
--------------------------------------------
VISOCO dbExpress driver for Sybase ASE is a
dbExpress driver
www.eeworm.com/read/357266/10212953
java stubean.java
import java.util.*;
import java.sql.*;
import javax.swing.*;
/**
* 有关学生信息数据库操作的类
*/
public class StuBean {
String sql;
ResultSet rs = null;
String sNum;
String sName;
String sSe
www.eeworm.com/read/357266/10212964
java crsbean.java
import java.util.*;
import java.sql.*;
import javax.swing.*;
/**
* 有关课程信息数据库操作的类
*/
public class CrsBean {
String sql;
ResultSet rs = null;
String cNum;
String cName;
String cTea
www.eeworm.com/read/355071/10296983
vb csetcninfo.vb
'将数据服务器信息序列化为xml文件的类
Imports System.Xml.Serialization
Imports System.IO
Imports System.Collections
Public Class CsetCnInfo
Structure CnInfo
Public server As String
Public da
www.eeworm.com/read/280703/10298736
cs topic.cs
using System;
using System.Collections;
using System.Data;
using MyBBS.DataAccessLayer;
using MyBBS.DataAccessHelper;
namespace MyBBS.BusinessLogicLayer
{
///
/// 帖子对象
www.eeworm.com/read/425978/10298904
c global.c
/*
** 2008 June 13
**
** 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 f
www.eeworm.com/read/280644/10300660
cs book.cs
using System;
using System.Collections;
using System.Data;
using MyBookShop.DataAccessLayer;
using MyBookShop.DataAccessHelper;
namespace MyBookShop.BusinessLogicLayer
{
///
www.eeworm.com/read/280644/10300671
cs category.cs
using System;
using System.Data;
using System.Collections;
using MyBookShop.DataAccessLayer;
using MyBookShop.DataAccessHelper;
namespace MyBookShop.BusinessLogicLayer
{
///
//
www.eeworm.com/read/280643/10301160
cs filestatus.cs
using System;
using System.Data;
using System.Collections;
using MyOA.DataAccessLayer;
using MyOA.DataAccessHelper;
using MyOA.CommonComponent;
namespace MyOA.BusinessLogicLayer
{
///