代码搜索:Data Science
找到约 10,000 项符合「Data Science」的源代码
代码结果 10,000
www.eeworm.com/read/435998/7779622
txt supplier_data.txt
101 CM belfast 784
102 BQ London 632
103 HC Glasgow 567
104 PC Dublin 163
www.eeworm.com/read/435998/7779623
txt notebook_data.txt
101 ibm t60 1
101 ibm r60 2
101 toshiba m50 3
102 ibm t60 4
102 toshiba a100 5
103 toshiba m50 6
103 ibm r60 7
104 ibm t60 8
104 toshiba a100 9
www.eeworm.com/read/435998/7779625
txt sale_data.txt
1 t60 60 1600 96000
2 r60 50 1400 70000
3 m50 60 800 48000
4 t60 40 1600 64000
5 a100 80 700 56000
6 m50 40 800 32000
7 r60 65 1400 91000
8 t60 70 1600 112000
9 a100 75 700 52500
www.eeworm.com/read/435994/7779718
wav long_data.wav
www.eeworm.com/read/435941/7780485
dbf main_data.dbf
www.eeworm.com/read/435941/7780511
cdx main_data.cdx
www.eeworm.com/read/435941/7780521
bak main_data.bak
www.eeworm.com/read/435808/7783791
sql schema_and_data.sql
CREATE TABLE persons (
personID int,
name varchar (255),
street varchar (255),
zip int
);
CREATE TABLE parents (
personID int,
parentID int
);
CREATE TABLE equals
www.eeworm.com/read/435762/7785024
cpp ecg_data.cpp
// ECG_Data.cpp: implementation of the ECG_Data class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "ECG_1.h"
#include "ECG_Data.h"
#i
www.eeworm.com/read/435762/7785035
h ecg_data.h
// ECG_Data.h: interface for the ECG_Data class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_ECG_DATA_H__01535160_9360_11D7_8A9A_85AFB17F9D7A__INCLU