代码搜索:Data Science
找到约 10,000 项符合「Data Science」的源代码
代码结果 10,000
www.eeworm.com/read/357226/3027455
js data.js
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.ope
www.eeworm.com/read/356438/3041461
c data.c
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft end-user
// license agreement (EULA) under which you lic
www.eeworm.com/read/356003/3044098
js data.js
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.ope
www.eeworm.com/read/355590/3052741
dfm data.dfm
object Datas: TDatas
OldCreateOrder = False
OnCreate = DatasCreate
OnDestroy = DatasDestroy
Left = 245
Top = 271
Height = 480
Width = 696
object MyConnection: TMyConnection
www.eeworm.com/read/355590/3052745
pas data.pas
unit Data;
interface
uses
Windows, Messages, SysUtils, Classes, ComServ, ComObj, VCLCom, DataBkr,
DBClient, Server_TLB, StdVcl, Db, MemDS, Provider,
DBTables, DBAccess, MyAccess, Dial
www.eeworm.com/read/355590/3052760
dfm data.dfm
object DM: TDM
OldCreateOrder = False
Left = 185
Top = 105
Height = 227
Width = 284
object Connection: TMyConnection
Options.DisconnectedMode = True
Options.LocalFailover =
www.eeworm.com/read/355590/3052763
pas data.pas
unit Data;
interface
uses
Classes, SysUtils,
{$IFNDEF LINUX}
Windows, Menus, ImgList, StdCtrls, ComCtrls, Buttons, ExtCtrls, Graphics,
Controls, Forms, Dialogs,
{$ELSE}
QMenus, QIm
www.eeworm.com/read/355590/3053097
nfm data.nfm
object DM: TDM
OldCreateOrder = False
Left = 185
Top = 105
Height = 227
Width = 284
object Connection: TMyConnection
Options.DisconnectedMode = True
Options.LocalFailover =
www.eeworm.com/read/355590/3053104
pas data.pas
unit Data;
interface
uses
Classes, SysUtils,
{$IFNDEF LINUX}
Windows, Menus, ImgList, StdCtrls, ComCtrls, Buttons, ExtCtrls, Graphics,
Controls, Forms, Dialogs,
{$ELSE}
QMenus, QIm
www.eeworm.com/read/355025/3065974
java data.java
package com.zh.db;
import java.sql.*;
public class Data{
String sd="sun.jdbc.odbc.JdbcOdbcDriver";
String sc="jdbc:odbc:busession";
ResultSet rs=null;
Connection conect=null;
public Data()