代码搜索:Data Science
找到约 10,000 项符合「Data Science」的源代码
代码结果 10,000
www.eeworm.com/read/112497/15484382
data svm.data
1 0 1
-1 0 -1
2 0 1
-2 0 -1
3 0 1
-3 0 -1
4 0 1
-4 0 -1
5 0 1
-5 0 -1
www.eeworm.com/read/111980/15497115
mdb data.mdb
www.eeworm.com/read/111713/15504860
tag data.tag
[TagInfo]
Company=Accelerated Technology, Inc.
Application=Nuc_EDE
Version=2.0
Category=Development Tool
Misc=
www.eeworm.com/read/111511/15511385
rules data.rules
1 2 3 4 ---> 5
1 2 3 ---> 4 5
1 2 3 5 ---> 4
1 2 4 ---> 3 5
1 2 ---> 3 4 5
1 2 5 ---> 3 4
1 2 4 5 ---> 3
1 3 4 ---> 2 5
1 3 ---> 2 4 5
1 3 5 ---> 2 4
1 4 --->
www.eeworm.com/read/111445/15512526
h data.h
#if !defined(__DATA_H__)
#define __DATA_H__
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
// Data.h : header file
//#include "stdafx.h"
//static char drive[_MAX_DRIVE];
//stat
www.eeworm.com/read/111445/15512562
cpp data.cpp
#include "stdafx.h"
#include "Data.h"
int IsKeyWord(LPCTSTR pszChars, int nLength)
{
for (int L = 0; KeywordList[L] != NULL; L ++)
{
if (strncmp(KeywordList[L], pszChars, nLength) == 0
www.eeworm.com/read/111344/15514320
h data.h
/*
* $XConsortium: data.h,v 1.10 93/02/25 17:21:28 gildea Exp $
*/
/*
* Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.
*
* All Rights Reserved
*
www.eeworm.com/read/111344/15514344
c data.c
/*
* $XConsortium: data.c,v 1.11 93/02/25 17:21:27 gildea Exp $
*/
/*
* Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.
*
* All Rights Reserved