代码搜索:DataBase
找到约 10,000 项符合「DataBase」的源代码
代码结果 10,000
www.eeworm.com/read/461381/7228403
m pca.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% PCA Face Recognition Script %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% by Teofilo Emidio de Campos
% mailto:teo@ime.usp.br
% http://www.ime.usp.br/~teo
% ICQ# 6011445
www.eeworm.com/read/461264/7230376
pro dbmatch.pro
function dbmatch, item, values, listin, FULLSTRING = fullstring
;+
; NAME:
; DBMATCH
; PURPOSE:
; Find the entry number in a database for each element of item values
; EXPLANATION:
;
www.eeworm.com/read/460885/7238791
cs borrow.cs
using System;
using System.Data;
using System.Collections;
using System.Data.SqlClient;
using MyLibrary.DataAccessLayer;
using MyLibrary.DataAccessHelper;
namespace MyLibrary.BusinessLogicL
www.eeworm.com/read/460885/7238792
cs users.cs
using System;
using System.Data;
using System.Collections;
using System.Data.SqlClient;
using MyLibrary.DataAccessLayer;
using MyLibrary.DataAccessHelper;
namespace MyLibrary.BusinessLogicL
www.eeworm.com/read/459301/7277634
cs db.cs
using System.Data.SqlClient;
namespace DB
{
public class Database
{
/*
*
www.eeworm.com/read/458482/7296218
cpp admin.cpp
#include "Admin.h"
extern myIO io;
String IntoAdmin(Database& db, String& id)
{
String choice;
while (true)
{
io
www.eeworm.com/read/458385/7297362
cpp admin.cpp
#include "Admin.h"
extern myIO io;
String IntoAdmin(Database& db, String& id)
{
String choice;
while (true)
{
io
www.eeworm.com/read/458374/7297726
java empbean.java
package employee;
import java.util.*;
import java.sql.*;
import javax.swing.*;
/**
* 有关职工信息数据库操作的类
*/
public class EmpBean {
String sql;
ResultSet rs = null;
ImageIcon icon;
St