代码搜索:Data Science
找到约 10,000 项符合「Data Science」的源代码
代码结果 10,000
www.eeworm.com/read/441800/7664587
sql data.sql
insert Factory(FactoryName,FactoryAddress,FactoryPhone) values('百事','add1','06124')
insert Factory(FactoryName,FactoryAddress,FactoryPhone) values('长虹','add2','32564')
insert Factory(FactoryName,Fac
www.eeworm.com/read/441795/7664832
dcu data.dcu
www.eeworm.com/read/441795/7664860
pas data.pas
unit data;
interface
uses
Windows,SysUtils, Classes, DB, ADODB;
const CopyRight:string='作者:宋辉';
type
PAdmin = ^TAdmin;
TAdmin = record
FLoginName:string; //登录名
FPasswor
www.eeworm.com/read/441795/7664905
dfm data.dfm
object DM: TDM
OldCreateOrder = False
Left = 180
Top = 171
Height = 424
Width = 698
object ADOCon: TADOConnection
LoginPrompt = False
Mode = cmShareDenyNone
Provider =
www.eeworm.com/read/441795/7664915
ddp data.ddp
www.eeworm.com/read/441708/7666517
xls data.xls
www.eeworm.com/read/441363/7671472
tag data.tag
[TagInfo]
Company=XYZ Scientific Applications, Inc.
Application=TrueGrid
Version=2.0
Category=Development Tool
Misc=
www.eeworm.com/read/441332/7671732
mat data.mat
www.eeworm.com/read/441276/7672208
vhd data.vhd
LIBRARY IEEE;
USE IEEE.std_logic_1164.ALL;
USE IEEE.numeric_std.ALL;
-- use package
USE work.procmem_definitions.ALL;
ENTITY data IS
PORT (clk, rst_n : IN std_ulogic;
PC_en, IorD, MemtoReg, IRWrite, A
www.eeworm.com/read/441129/7675665
h data.h
#ifndef DATA
#define DATA
#define NAME_LEN 20
#define STA_LEN 100
public struct User
{
int id;
char username[NAME_LEN];
char password[NAME_LEN];
char name[NAME_LEN];
char state[STA_