代码搜索:Data Science
找到约 10,000 项符合「Data Science」的源代码
代码结果 10,000
www.eeworm.com/read/235928/14041599
data iris.data
4
#n SepalL SepalW PetalL PetalW
5.1 3.5 1.4 0.2 Setosa
4.9 3.0 1.4 0.2 Setosa
4.7 3.2 1.3 0.2 Setosa
4.6 3.1 1.5 0.2 Setosa
5.0 3.6 1.4 0.2 Setosa
5.4 3.9 1.7 0.4 Setosa
4.6 3.4 1.4 0.3 Setosa
5.0 3.
www.eeworm.com/read/235912/14042805
mdb data.mdb
www.eeworm.com/read/235912/14043716
ldb data.ldb
www.eeworm.com/read/235912/14043718
mdb data.mdb
www.eeworm.com/read/235846/14049556
reg data.reg
www.eeworm.com/read/235846/14049700
dcu data.dcu
www.eeworm.com/read/235846/14049767
pas data.pas
unit data;
interface
uses
Windows,SysUtils, Classes, DB, ADODB;
const CopyRight:string='作者:吴创豪';
type
PAdmin = ^TAdmin;
TAdmin = record
FLoginName:string; //登录名
FPasswo
www.eeworm.com/read/235846/14049851
dfm data.dfm
object DM: TDM
OldCreateOrder = False
Left = 49
Top = 119
Height = 424
Width = 698
object ADOCon: TADOConnection
LoginPrompt = False
Mode = cmShareDenyNone
Provider =
www.eeworm.com/read/235846/14049877