代码搜索:Data Science
找到约 10,000 项符合「Data Science」的源代码
代码结果 10,000
www.eeworm.com/read/448560/1687552
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/448299/1690701
java data.java
/*
* Copyright (c) 1996-2001
* Logica Mobile Networks Limited
* All rights reserved.
*
* This software is distributed under Logica Open Source License Version 1.0
* ("Licence Agreement"). You sh
www.eeworm.com/read/447738/1694585
t data.t
SECTIONS
{
. = 0x1000 + SIZEOF_HEADERS;
.text ALIGN (0x20) :
{
LONG (label - .)
label = .;
LONG (ADDR (.other))
}
.other 0x2000 : {}
}
www.eeworm.com/read/447738/1694640
exp data.exp
# Test DATA STATEMENT in a linker script.
# By Nathan Sidwell, CodeSourcery LLC
# Copyright 2004
# Free Software Foundation, Inc.
#
# This file is free software; you can redistribute it and/or mod
www.eeworm.com/read/447738/1694686
d data.d
#source: data.s
#ld: -T data.t
#objdump: -s -j .text
.*: file format .*
Contents of section .text:
[0-9a-f]* (04)?000000(04)? (0020)?0000(2000)? .*
#pass
www.eeworm.com/read/447738/1697443
s data.s
;# data.s
;# checks all the data transfer instructions for MAXQ10
foo:
; XCH ; Not in MAXQ10
XCHN
MOVE NUL, #01h
MOVE NUL, AP
MOVE NUL, APC
MOVE NUL, PSF
MOVE NUL, IC
MOVE NUL, IMR
MOVE NUL
www.eeworm.com/read/447738/1697464
s data.s
.text
BYTE: .byte 10,-1,"abc",'a'
HWORD: .hword 10,-1,"abc",'a'
INT: .int 10,IEEE,-1,"abc",'a'
LONG: .long 0FFFFABCDH,'A'+100h
WORD: .word 3200,1+'A',-'A',0F410h,'A'
www.eeworm.com/read/447738/1697483
d data.d
#objdump: -dz
#name: data tests
.*: +file format .*c4x.*
Disassembly of section .text:
00000000 :
0: 0000000a.*
1: 000000ff.*
2: 00000061.*
3: 00000062.*
4: 00000063.*
5: 00
www.eeworm.com/read/447707/1699087
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/446973/1707762
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()