代码搜索:Data Science
找到约 10,000 项符合「Data Science」的源代码
代码结果 10,000
www.eeworm.com/read/426191/10275787
pas data.pas
unit Data;
interface
uses
Windows, Classes, SysUtils;
type
PGroupItem = ^TGroupItem;
TGroupItem = record
GroupHandle: THandle;
ItemHandle: THandle;
vt: TVarType;
www.eeworm.com/read/162681/10283085
pas data.pas
unit data;
interface
uses
SysUtils, Classes, DB, DBTables;
type
TDM_form = class(TDataModule)
Database1: TDatabase;
private
{ Private declarations }
public
{ Public
www.eeworm.com/read/162681/10283160
dfm data.dfm
object DM_form: TDM_form
OldCreateOrder = False
Left = 414
Top = 214
Height = 150
Width = 215
object Database1: TDatabase
AliasName = 'Edu'
Connected = True
DatabaseNa
www.eeworm.com/read/280845/10288689
tag data.tag
[TagInfo]
Company=Linear Technology Corp.
Application=FilterCAD
Version=2.0
Category=Development Tool
Misc=
www.eeworm.com/read/355179/10288760
h data.h
volatile unsigned int buffer_len=8100;
volatile unsigned int jiaozhi_len=400;
#pragma DATA_SECTION (buffer,".buffer")
short buffer[8100]={1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
www.eeworm.com/read/426075/10290600
asp #data.asp
www.eeworm.com/read/280826/10290972
txt data.txt
01 02 03 06 16 18 21
01 02 09 14 20 21 23
01 03 04 12 16 20 21
01 03 05 06 11 12 18
01 04 05 09 10 12 16
01 04 06 08 11 12 17
01 04 06 09 22 23 24
01 04 07 10 11 12 16
01 04 08 11 18 19 20
01
www.eeworm.com/read/355071/10295957
png data.png
www.eeworm.com/read/162511/10298952
c data.c
/* Supporting functions for resolving DATA statement.
Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
Contributed by Lifang Zeng
This file is part of GC
www.eeworm.com/read/162323/10314228