代码搜索:Data Science
找到约 10,000 项符合「Data Science」的源代码
代码结果 10,000
www.eeworm.com/read/420735/2065248
h data.h
// $Id: data.h 1307 2007-03-14 22:22:36Z hieuhoang1972 $
#ifndef DATA_H
#define DATA_H
typedef struct {
float *features;
int *comps;
float m, b; // slope and intercept, used as scratch s
www.eeworm.com/read/420735/2065296
c data.c
// $Id: data.c 1307 2007-03-14 22:22:36Z hieuhoang1972 $
#include
#include
#include
#include "data.h"
#include "point.h"
extern int comps_n;
data_t *read_d
www.eeworm.com/read/420534/2068215
js data.js
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2004 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.open
www.eeworm.com/read/419650/2074499
js data.js
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.ope
www.eeworm.com/read/419203/2080435
js data.js
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2006 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.ope
www.eeworm.com/read/418207/2091765
js data.js
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2006 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.ope
www.eeworm.com/read/417773/2099353
java data.java
package com;
import java.sql.Connection;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.util.ArrayList;
import com.bean.LoginBean;
import co
www.eeworm.com/read/417275/2103553
c data.c
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft end-user
// license agreement (EULA) under which you lic