代码搜索:Data Science
找到约 10,000 项符合「Data Science」的源代码
代码结果 10,000
www.eeworm.com/read/161040/5563986
txt data.txt
delete from plsql101_purchase;
insert into plsql101_purchase values('豆腐','张',to_date('2002/01/01','yyyy/mm/dd'),10);
insert into plsql101_purchase values('钢笔','张',to_date('2002/02/01','yyyy/mm/dd'
www.eeworm.com/read/159926/5577751
sql data.sql
DELETE FROM admin_help_cat;
DELETE FROM admin_help_entry;
DELETE FROM tech_internal_help_cat;
DELETE FROM tech_internal_help_entry;
DELETE FROM user_help;
DELETE FROM user_help_cats;
DELETE FROM user_
www.eeworm.com/read/158865/5593285
h data.h
/* data.h -- Public #include File (module.h template V1.0)
Copyright (C) 1995 Free Software Foundation, Inc.
Contributed by James Craig Burley.
This file is part of GNU Fortran.
GNU Fortran is
www.eeworm.com/read/158865/5593364
c data.c
/* data.c -- Implementation File (module.c template V1.0)
Copyright (C) 1995, 1996 Free Software Foundation, Inc.
Contributed by James Craig Burley.
This file is part of GNU Fortran.
GNU Fortr
www.eeworm.com/read/158793/5594942
h data.h
/*
* DATA.H
* Tom Kerrigan's Simple Chess Program (TSCP)
*
* Copyright 1997 Tom Kerrigan
*/
/* this is basically a copy of data.c that's included by most
of the source files so they
www.eeworm.com/read/158793/5594949
c data.c
/*
* DATA.C
* Tom Kerrigan's Simple Chess Program (TSCP)
*
* Copyright 1997 Tom Kerrigan
*/
#include "defs.h"
/* the board representation */
int color[64]; /* LIGHT, DARK, or EMP
www.eeworm.com/read/155108/5629439
psy_data
freq = 48000.0 partition = 61
No= 0 #lines= 1 minval=24.5 qthr= 4.532 norm=0.970 bval= 0.000
No= 1 #lines= 1 minval=24.5 qthr= 4.532 norm=0.755 bval= 0.469
No= 2 #lines= 1 minval=24.5 qthr
www.eeworm.com/read/154890/5631264
c data.c
/*
* Copyright (c) 2003 Century Software, Inc. All Rights Reserved.
*
www.eeworm.com/read/154620/5635284
h data.h
#include "port.h"
class CData
{
public:
CPort m_port;
BOOL senddata(char *datastr);
//送数据
BOOL recvdata();
//接收数据,0x11为正确,0x88为错误
BOOL InitPort(UINT portnr,UINT baud,ch