代码搜索:Data Science
找到约 10,000 项符合「Data Science」的源代码
代码结果 10,000
www.eeworm.com/read/139332/5802207
hpp data.hpp
# /* **************************************************************************
# * *
# * (C) Copyright Paul Mensonides 2
www.eeworm.com/read/138548/5815518
pm data.pm
#
# $Id: data.pm,v 1.2 1998/11/19 21:45:01 aas Exp $
#
# Implements access to data:-URLs as specified in RFC 2397
package LWP::Protocol::data;
use strict;
use vars qw(@ISA);
require HTTP::Response;
www.eeworm.com/read/138548/5815558
pm data.pm
package URI::data; # RFC 2397
require URI;
@ISA=qw(URI);
use strict;
use MIME::Base64 qw(encode_base64 decode_base64);
use URI::Escape qw(uri_unescape);
sub media_type
{
my $self = shift;
www.eeworm.com/read/137636/5822716
java data.java
/*
* Author: ruanjue
* Created: 06/09/2004 09:52:53
* Modified: 06/09/2004 09:52:53
*/
package boxman;
import java.util.*;
public class Data
{
private int[] indexs=null;
private byte
www.eeworm.com/read/137626/5823269
h data.h
/* $Id: data.h,v 1.2 2004/08/18 14:11:51 jonas Exp $ */
#ifndef EL__PROTOCOL_DATA_H
#define EL__PROTOCOL_DATA_H
#include "protocol/protocol.h"
#ifdef CONFIG_DATA
extern protocol_handler data_protoc
www.eeworm.com/read/137626/5823299
c data.c
/* The "data" URI protocol implementation (RFC 2397) */
/* $Id: data.c,v 1.9 2004/11/10 21:22:54 jonas Exp $ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "elinks.h"
#include "cache/c
www.eeworm.com/read/136994/5826475
js data.js
var weekend = [0,6];
var weekendColor = "#e0e0e0";
var fontface = "Verdana";
var fontsize = 2;
var gNow = new Date();
var ggWinCal;
isNav = (navigator.appName.indexOf("Netscape") != -1) ? true :
www.eeworm.com/read/136994/5826495
js data.js
var weekend = [0,6];
var weekendColor = "#e0e0e0";
var fontface = "Verdana";
var fontsize = 2;
var gNow = new Date();
var ggWinCal;
isNav = (navigator.appName.indexOf("Netscape") != -1) ? true :