代码搜索:DataBase
找到约 10,000 项符合「DataBase」的源代码
代码结果 10,000
www.eeworm.com/read/408395/11390139
cc frag.cc
/*
frag.cc
(c) Richard Thrippleton
Licensing terms are in the 'LICENSE' file
If that file is not included with this source then permission is not given to use this source in any way whatsoever.
www.eeworm.com/read/408395/11390151
cc planet.cc
/*
planet.cc
(c) Richard Thrippleton
Licensing terms are in the 'LICENSE' file
If that file is not included with this source then permission is not given to use this source in any way whatsoever
www.eeworm.com/read/406632/11438708
cpp ccontcontainer.cpp
/* Copyright (c) 2003, Nokia. All rights reserved */
// INCLUDE FILES
#include
#include
#include
#include
#include
#i
www.eeworm.com/read/406278/11445128
h listdb.h
//ECE106 Lab#5
//Name: Mo Li
//Student#: 995447379
//Date:Mar.09,2007
#ifndef _LISTDB_H
#define _LISTDB_H
#include "listNode.h"
class studentDB {
private:
listNode* head;
int probesCount;
public:
www.eeworm.com/read/406278/11445133
h arraydb.h
//ECE106 Lab#5
//Name: Mo Li
//Student#: 995447379
//Date:Mar.09,2007
#ifndef _ARRAYDB_H
#define _ARRAYDB_H
#include "studentRec.h"
#define MAX_NUM_OF_STUDENTS 1000
class studentDB {
private:
stud
www.eeworm.com/read/405482/11461655
ini xk.ini
[xk]
DBMS=MSS Microsoft SQL Server 6.x
ServerName=.
Database=xk
LogID=xk
[数据库]
加密=NO
www.eeworm.com/read/404821/11477542
cs filestatus.cs
using System;
using System.Data;
using System.Collections;
using MyOA.DataAccessLayer;
using MyOA.DataAccessHelper;
using MyOA.CommonComponent;
namespace MyOA.BusinessLogicLayer
{
///
www.eeworm.com/read/404821/11477543
cs user.cs
using System;
using System.Data;
using System.Collections;
using MyOA.DataAccessLayer;
using MyOA.DataAccessHelper;
using MyOA.CommonComponent;
namespace MyOA.BusinessLogicLayer
{
///
www.eeworm.com/read/404821/11477544
cs role.cs
using System;
using System.Data;
using System.Collections;
using MyOA.DataAccessLayer;
using MyOA.DataAccessHelper;
namespace MyOA.BusinessLogicLayer
{
///
/// Role 的摘要说明。
//
www.eeworm.com/read/404821/11477545
cs plan.cs
using System;
using System.Data;
using System.Collections;
using MyOA.DataAccessLayer;
using MyOA.DataAccessHelper;
using MyOA.CommonComponent;
//该源码下载自www.51aspx.com(51aspx.com)
namespace